@charset "UTF-8";

/*.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .span12 {
  width: 1200px;
}*/
#page-body {
  margin: 0 auto;
}
#m-sp-lookbook{
  max-width: 1200px;
  padding:0 60px;
  margin: 30px auto 0;
  position: relative;
}
#m-sp-lookbook .page-title{
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
}
#m-sp-lookbook .look_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 1085px;
}
#m-sp-lookbook .look_list li {
  width: 22%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
}
#m-sp-lookbook .look_list li:nth-child(4n) {
  margin-right: 0;
}
#m-sp-lookbook .look_list li img{
  width: 100%;
}
#m-sp-lookbook .btn_area {
  margin-bottom: 40px !important;
  text-align: center;
}
#m-sp-lookbook .btn_area a{
  width: 270px;
  display: inline-block;
  color: #FFF;
  height: 53px;
  background-color: #686868;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
}
.floating {
  position: fixed;
  top: 173px;
  left: auto;
  margin-left: 1055px;
}
.floating a {
  opacity: 1;
}
#lookbook_tit .lazyloaded {
  height: 190px;
}
@media (max-width: 1200px) {
  .floating {
    margin-left: calc(100% - 12%);
  }
}
@media (max-width: 980px) {
  .floating {
    margin-left: calc(100% - 15%);
    top: 138px;
  }
}
@media (max-width: 767px) {
  #page-body {
    padding: 0 10px;
  }
  #m-sp-lookbook{
    padding: 0 10px;
    width: 100%;
  }
  #m-sp-lookbook .page-title {
    margin-bottom: 20px;
  }
  #m-sp-lookbook .look_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 25px;
  }
  #m-sp-lookbook .look_list li:nth-child(even) {
    margin-right: 0;
  }
  #m-sp-lookbook .btn_area a{
    width: 100%;
    display: table;
    margin: 0 auto;
    font-size: calc(11 * (100vw / 375));
  }
  .floating {
    top: 165px;
    margin-left: 85%;
    width: 5.5%;
  }
  #lookbook_tit .lazyloaded {
    height: 81px;
  }
}

.floating.arrive_bottom {
  position: absolute;
  bottom: 0;
  top: auto;
}

@media (max-width: 767px) {
  .floating.arrive_bottom {
    position: absolute;
    bottom: 0;
    top: auto;
    margin-left: 90%;
  }
}
