body {
  /*background-color: #395d51;*/
}
#sidebar .menu .menu-about 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;
}

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

h2 {
font-size: 1.6rem;
color: #000000;
letter-spacing: 2.4px;
line-height: 36px;
text-align: center;
}
h2+p {
    font-size: 1.0rem;
    color: #9B9B9B;
    letter-spacing: 1.36px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 76px;
}
#video_background {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto;
}
#player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.headeing_text {
  text-align: left;
  margin:79px auto 0;
  width:91.780%;
}
.headeing_text p + p {
  margin-top: 22px;
}
.headeing_text.jp {
  display: none;
  font-size: 11px;
  letter-spacing: 1.5px;
  line-height: 20px;
}
.headeing_text.en {
  line-height: 22px;
  letter-spacing: 0.5px;
  font-size: 1.2rem;
}
.etc_text {
  text-align: left;
  margin:53px auto 0;
  width:91.780%;
}
.etc_text.jp {
  display:none;
}
.etc_text ul li{
  color: #9B9B9B;
}
.etc_text.en ul li{
font-size: 11px;
letter-spacing: 0.5px;
line-height: 22px;
}
.etc_text.jp ul li{
  font-size: 10px;
  letter-spacing: 1.36px;
  line-height: 20px;
}
.pcnav {
  position: fixed;
  right: 0;
  margin-right: 24px;
  z-index: 1001;
  top: 150px;
}

.pcnav ul {
  display: none;
}

.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%;
}

h3 {
  font-size: 1.3rem;
  color: #000000;
  letter-spacing: 1.89px;
  text-align: center;
  margin-bottom: 35px;
}

h4 {
  font-size: 1.3rem;
  color: rgb(0, 0, 0);
  letter-spacing: 2.2px;
  text-align: center;
  margin-top: 25px;
  border-top: 1px solid rgb(155, 155, 155);
  border-bottom: 1px solid rgb(155, 155, 155);
  padding: 15px 0px;
}

h4.en {
  display: none;
}
.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%);
}

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

.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%);
}

.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;
  }
  h3{
    margin-bottom: 20px;
  }
  h4{
    margin-top: 21px;
    padding: 18px 0px;
  }
  .maincontents.new {
    margin: 53px auto 0;
  }
  h2 {
    font-size: 1.3rem;
    color: #000000;
    letter-spacing: 1.75px;
    margin-top: 11px;
  }
  h2+p {
    font-size: 1.0rem;
    color: #9B9B9B;
    letter-spacing: 1.25px;
    margin-top: -8px;
    margin-bottom: 28px;
  }
  .headeing_text {
    text-align: left;
    font-size: 1.1rem;
    color: #000;
    letter-spacing: 1px;
    line-height: 20px;
    width: 89.333%;
    margin:16px auto 0;
  }
.spnav ul {
  margin: 32px auto -9px;
}

  #footer {
    margin: 0 0 0;
  }
}

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