/*=========================================================================
MODULE
=========================================================================*/
.d_none {
  display: none !important;
}

@media (min-width: 769px) {
  .for_sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .for_pc {
    display: none !important;
  }
}
/*================================================================================
ACT12
================================================================================*/
figure {
  padding: 0;
  margin: 0;
}

/*------------------------------------------------------------------------------------------*/
#lookbookContainer img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------------------------------------------------------------------------------*/
#lb_firstView {
  width: 100%;
}

/*------------------------------------------------------------------------------------------*/
#mainVisual {
  margin: 0 auto;
  height: auto;
  width: 100%;
}

/*------------------------------------------------------------------------------------------*/
#lookbookTitle {
  padding: 9% 0;
  width: 78%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #lookbookTitle {
    width: 56%;
  }
}

/*------------------------------------------------------------------------------------------*/
#lb_movieBloc {
  width: 100vw;
  height: auto;
  margin: 0 calc(50% - 50vw);
}
#lb_movieBloc #movieBody {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 2%;
}
#lb_movieBloc #movieBody iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0;
  margin: initial;
}

/*------------------------------------------------------------------------------------------*/
#Caption {
  width: 15%;
  height: auto;
  margin: 0 2%;
}
#Caption img {
  width: 100%;
  height: auto;
  display: block;
}

/*------------------------------------------------------------------------------------------*/
ul#SoundTracks {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  ul#SoundTracks {
    width: 76%;
  }
}

/*------------------------------------------------------------------------------------------*/
.lookbook_text {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.lookbook_text img {
  width: 100%;
  height: auto;
  display: block;
}

/*---------------------------------------------------------------- */
#btn_onlinStore {
  width: 32%;
  padding-top: 0 !important;
  padding-bottom: 35%;
}
@media (max-width: 768px) {
  #btn_onlinStore {
    width: 48%;
  }
}