#sidebar .menu .menu-highline a:before {
  content: "";
  width: 12px;
  height: 1px;
  display: inline-block;
  background-color: #000000;
  margin: 0 8px 0 0;
}

#globalheader.logowhite {
  z-index: 9001;
}

#globalheader.logowhite .inner h1 img {
  -webkit-filter: invert();
  -moz-filter: invert();
  filter: invert();
}

#globalheader.logowhite .cart {
  visibility: hidden;
}

.submenu ul li a.actives {
  color: #000;
}

.submenu ul li a.actives:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
}

.sp {
  display: none;
}
.en{
  display: none;
}

.maincontents {
  width: 63.703%;
  margin: 70px auto 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.box-mv {
  position: relative;
  padding: 34.26% 0 0;
  height: 0;
  background-size: cover;
}
.box-mv .box-text {
  position: absolute;
  top: 59%;
  width: 100%;
  padding: 0 10px 0;
  box-sizing: border-box;
  transform: translate(0, -50%);
}
.box-mv .box-image {
  position: absolute!important;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.box-mv .box-image .sp-only{
  display: none;
}

.box-mv h2 {
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 2.4px;
  line-height: 36px;
  text-align: center;
}
.box-mv .headeing_text {
  text-align: center;
  font-size: 1.1rem;
  margin: 23px auto 0;
  line-height: 18px;
  letter-spacing: 1.5px;
  color: #fff;
  width: 640px;
}
.box-mv .headeing_text.en {
  word-break: break-word;
  width: auto;
  max-width: 710px;
}

.pcnav {
  position: fixed;
  right: 0;
  margin-right: 24px;
  z-index: 1001;
  top: 149px;
}

.pcnav ul {}

.pcnav ul li {
  font-size: 1.3rem;
  color: #9B9B9B;
  letter-spacing: 1.89px;
  padding-bottom: 21px;
  /*-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  position: relative;
  cursor: pointer;
}

.pcnav ul li.active {
  color: #000;
}

.pcnav ul li.active:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
}

.pcnav ul li:hover:after{
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  height: 1px;
  background-color: #9B9B9B;
  width: 100%;
}
.box-mv .spnav ul {
  font-size: 0;
  width: 73.3333%;
  margin: 29px auto 20px;
  text-align: center;
}
.box-mv .spnav li {
  display: inline-block;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  font-size: 12px;
  color: #9b9b9b;
  letter-spacing: 0.04em;
}
.box-mv .spnav li+li {
  margin-left: 32px;
}
.box-mv .spnav li+li::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #ccc;
  position: absolute;
  top: 1px;
  left: -15px;
}
.box-mv .spnav li a {
  color: #9B9B9B;
  position: relative;
}
.box-mv .spnav li a.active {
  color: #fff;
}


#special_wrapper {
  margin-top: 57px;
  overflow: hidden;
}

#special_wrapper > li {
  width: 48.33%;
  float: left;
  overflow: hidden;
  -webkit-transition: all 1.0s ease;
  transition: all 1.0s ease;
  opacity: 0;
  margin: 0 0 30px;
}

#special_wrapper > li.slideAnim {
  opacity: 1;
}

#special_wrapper > li:nth-child(odd) {
  margin-right: 3.34%
}

#special_wrapper > li img {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
}
#special_wrapper .swiper-wrapper .swiper-slide:nth-child(1){
  position: absolute;
  z-index: 1;
  transition: all .5s ease;
}
#special_wrapper>li .box-image .swiper-nav{
  display: none;
}
#special_wrapper>li .box-image:hover .swiper-slide:nth-child(1) {
  opacity: 0;
}
#special_wrapper .swiper-wrapper .swiper-slide:nth-child(2){
  position: relative;
  z-index: 0;
}
#special_wrapper > li h3 {
  font-size: 1.4rem;
  color: #000000;
  letter-spacing: 1.75px;
  text-align: center;
  margin-top: 13px;
}
#special_wrapper > li .price {
  font-size: 1.1rem;
  color: #9B9B9B;
  letter-spacing: 1.25px;
  line-height: 17px;
  text-align: center;
  margin-top: 2px;
}

.pagenation{
  font-size: 1.3rem;
  color: #000000;
  letter-spacing: 2.05px;
  text-align: center;
  margin-top: 68px;
  padding-bottom: 61px;
  margin-bottom: 70px;
  border-bottom: 1px solid #cdcdcd;
}
.pagenation a {
  color: #000000;
  margin-right: 19px;
  position: relative;
  padding-bottom: 8px;
}
.pagenation span.this_page {
  color: #000000;
  margin-right: 19px;
  position: relative;
  padding-bottom: 8px;
}
.pagenation span.this_page:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  background-color: #000;
  width: 14px;
  margin-left: -7px;
}

.box-atelier {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  padding: 42.63% 0 0;
  height: 0;
  background-size: cover;
}
.box-atelier .box-image{
  position: absolute!important;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.box-atelier .box-image img {
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
}
.box-atelier .box-image .sp-only{
  display: none;
}
.box-atelier .box-text {
  position: absolute;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  top: 53%;
}
.box-atelier .box-text .title {
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
.box-atelier .box-text .headeing_text {
  font-size: 13px;
  letter-spacing: 0.12em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: 24px 0 0;
}
.box-atelier .box-text .address{
  font-size: 12px;
  letter-spacing: 0.13em;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: 31px 0 0;
}
.box-atelier .box-text .address a{
  position: relative;
  color: #fff;
}
.box-atelier .box-text .address a:after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
}

.cover.black{
  background-color: #000;
  z-index: 1;
}

.menu > ul > li > a.blackset, .menu > ul > li > span.blackset{
  /*-webkit-transition: color 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  /*transition: color 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);*/
  /*color: #fff;*/
  filter: invert(100%);
}
.menu > ul > li > a.black, .menu > ul > li > span.black{
  -webkit-transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  /*color: #000;*/
  filter: invert(0%);
}

#lookbook_nav.blackset{
  filter: invert(100%);
}
#lookbook_nav.black{
  -webkit-transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  filter: invert(0%);
}

#globalheader .inner h1 a.blackset{
  filter: invert(100%);
}
#globalheader .inner h1 a.black{
  -webkit-transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  filter: invert(0%);
}

.maincontents h2.blackset{
  filter: invert(100%);
}
.maincontents h2.black{
  -webkit-transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  filter: invert(0%);
}

.maincontents .headeing_text.blackset{
    filter: invert(100%);
}
.maincontents .headeing_text.black{
  -webkit-transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  filter: invert(0%);
}
.maincontents {
  width: 63.703%;
  margin: 70px auto 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.menu-trigger.blackset{
    filter: invert(100%);
}
.menu-trigger.black{
  -webkit-transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: filter 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  filter: invert(0%);
}
.cover2{
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

#footer{
  margin: 119px 0 0;
}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  h4{
    margin-top: 21px;
    padding: 18px 0px;
  }
  .maincontents.new {
    width: 100%;
    margin: 0px auto 0;
  }
  .box-mv{
    padding: 78.28% 0 0;
  }
  .box-mv .box-image .sp-only {
    display: inherit;
  }
  .box-mv .box-image .pc-only {
    display: none;
  }
  .box-mv .box-text{
    top: 56%;
  }
  .box-mv h2{
    font-size: 13px;
    letter-spacing: 0.13em;
  }
  .box-mv .headeing_text {
    font-size: 11px;
    letter-spacing: 0.09em;
    line-height: 20px;
    width: inherit;
    margin: 6px auto 0;
  }
  .box-mv .spnav ul {
    font-size: 0;
    width: 73.3333%;
    margin: 29px auto 20px;
    text-align: center;
  }
  .box-mv .spnav li {
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    font-size: 11px;
    color: #9b9b9b;
    letter-spacing: 0.11em;
  }
  .box-mv .spnav li+li {
    margin-left: 12px;
  }
  .box-mv .spnav li a.active:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    background-color: #fff;
    width: 100%;
  }
  .box-mv .spnav li a {
    color: #9B9B9B;
    position: relative;
  }
  .box-mv .spnav li a.active {
    color: #fff;
  }
  .box-mv .spnav li+li::after {
    content: none;
  }
  #special_wrapper{
    width: 89.57%;
    margin: 50px auto 0;
  }
  #special_wrapper > li{
    width:100%;
  }
  #special_wrapper > li:nth-child(odd) {
    margin-right: 0;
  }
  #special_wrapper > li .box-image{
    position: relative;
  }
  #special_wrapper>li .box-image .swiper-nav{
    font-size: 20px;
    display: block;
  }
  #special_wrapper>li .box-image .swiper-nav .swiper-button-disabled{
    opacity: 0;
  }
  #special_wrapper>li .box-image .swiper-nav .swiper-button-next{
    right: 3px;
  }
  #special_wrapper>li .box-image .swiper-nav .swiper-button-prev {
    right: 3px;
  }
  #special_wrapper>li .box-image .swiper-nav .swiper-button-next:after,
  #special_wrapper>li .box-image .swiper-nav .swiper-button-prev:after{
    content:none;
  }
  #special_wrapper>li .box-image .swiper-nav .swiper-button-next img,
  #special_wrapper>li .box-image .swiper-nav .swiper-button-prev img{
    width: 10px;
  }
  #special_wrapper .swiper-wrapper .swiper-slide:nth-child(1){
    position: relative;
    transition: none;
  }
  #special_wrapper>li .box-image:hover .swiper-slide:nth-child(1) {
    opacity: 1;
  }
  #special_wrapper>li h3 {
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-top: 10px;
  }
  #special_wrapper>li .price{
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .pagenation{
    margin-top: 37px;
    width: 97.33%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 69px;
    margin-bottom: 50px;
  }
  .pagenation a:last-child {
    margin-right: 0;
  }

  .box-atelier{
    width: 89.57%;
    margin: 0 auto 0;
    padding: 78.06% 0 0;
  }
  .box-atelier .box-image .pc-only {
    display: none;
  }
  .box-atelier .box-image .sp-only {
    display: inherit;
  }
  .box-atelier .box-text .title {
    font-size: 13px;
  }
  .box-atelier .box-text .headeing_text {
    font-size: 12px;
    line-height: 18px;
    margin: 30px auto 0;
    width: 91.7%;
    word-break: break-word;
  }
  .box-atelier .box-text .address {
    font-size: 10px;
    line-height: 16px;
    margin: 14px auto 0;
    width: 95%;
    word-break: break-word;
  }
  .box-atelier .box-text .address.en {
    letter-spacing: 0.09em;
  }
  #footer {
    margin: 0 0 0;
  }
}

@media only screen and (max-width: 320px) {}
