#sidebar .menu .menu-answerit 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;
}

.maincontents.new {
  margin: 56px auto 0;
  width: 100%;
}

.box-mv {
  position: relative;
  padding: 0 0 0;
  display: flex;
  justify-content: space-between;
  width: 93.75%;
  margin: 0 auto;
}

.box-mv .box-text {
  width: 48.25%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0 0;
}

.box-mv .box-image {
  width: 48.25%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  aspect-ratio: 1 / 1;
}

.box-mv .box-image .box-image-text {
  display: none;
}

.box-mv .box-image .swiper-container {
  height: 100%;
}

.maincontents.new .box-mv .box-image img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.maincontents.new .box-mv .box-image:before {
  content: none;
}

.box-mv h2 {
  color: #222;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  align-items: center;
  text-align: center;
  letter-spacing: 1px;
}

.box-mv .headeing_title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: 'palt' on;
  color: #222222;
  margin: 27px 0 0;
}

.box-mv .headeing_text {
  text-align: center;
  margin: 11px auto 0;
  color: #222;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.07em;
  font-feature-settings: 'palt' on;
}

.box-mv .headeing_text.en {
  word-break: break-word;
  width: auto;
}

.box-mv .headeing_text.en br {
  display: none;
}

.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;
  color: #9b9b9b;
  font-weight: 600;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.14em;
}

.box-mv .spnav li+li {
  margin-left: 10px;
}

.box-mv .spnav li a {
  color: #9B9B9B;
  position: relative;
}

.box-mv .spnav li a.active {
  color: #222;
}

.box-mv .spnav li a.active:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  background-color: #222;
  width: 100%;
}


#special_wrapper {
  margin-top: 57px;
  overflow: hidden;
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
}

#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;
}

#special_wrapper>li h3.soldout {
  color: #9B9B9B;
}

.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: 93.75%;
  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 {
    justify-content: space-between;
    flex-direction: column-reverse;
    width: 100%;
  }

  .box-mv .box-text {
    top: 56%;
    width: 89.57%;
    margin: 0 auto;
    padding: 18px 0 0;
  }

  .box-mv .box-text h2 {
    display: none !important;
  }

  .box-mv .box-text .headeing_title {
    display: none !important;
  }

  .box-mv .headeing_text {
    text-align: left;
    margin: 7px 0 0;
  }

  .box-mv .headeing_text.jp {
    text-align: justify;
  }

  .box-mv .headeing_text br {
    display: none;
  }

  .box-mv .box-image {
    width: 100%;
  }

  .box-mv .box-image .box-image-text {
    display: inherit;
    position: absolute;
    z-index: 2;
    padding-bottom: 35px;
    padding-top: 30px;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  }

  .box-mv .box-image .box-image-text h2 {
    font-size: 13px;
    align-items: center;
    letter-spacing: 0.13em;
    color: #fff;
    width: 89.57%;
    margin: 0 auto;
    letter-spacing: 1px;
  }

  .box-mv .box-image .box-image-text .headeing_title {
    font-size: 18px;
    line-height: 146%;
    color: #FFFFFF;
    margin: 16px auto 0;
    width: 89.57%;
  }




  .box-mv .spnav ul {
    font-size: 0;
    width: 73.3333%;
    margin: 29px auto 20px;
    text-align: center;
    margin: 19px auto 0px;
  }

  .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 {
    color: #9B9B9B;
    position: relative;
  }

  .box-mv .spnav li+li::after {
    content: none;
  }

  #special_wrapper {
    width: 89.57%;
    margin: 39px 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: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 69px;
    margin-bottom: 50px;
    padding-left: 5.215%;
    padding-right: 5.215%;
    box-sizing: border-box;
  }

  .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) {}