@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 .list_item {
  width: 22%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  position: relative;
}
#m-sp-lookbook .look_list li:nth-child(4n) {
  margin-right: 0;
}
#m-sp-lookbook .look_list li img{
  width: 100%;
  height: auto;
}
#m-sp-lookbook .btn_area {
  margin-bottom: 40px !important;
  text-align: center;
}
#m-sp-lookbook .btn_area a{
  width: 270px;
  height: 53px;
  background-color: #686868;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 53px;
  text-align: center;
  transition: .3s;
}
#m-sp-lookbook .btn_area a:hover{
  opacity: .7;
}
.floating {
  position: fixed;
  top: 173px;
  left: auto;
  margin-left: 1055px;
}
.floating a {
  opacity: 1;
}
#lookbook_tit .lazyloaded {
  height: 190px;
}
.look_list .list_item:nth-of-type(14){
  transition: .3s;
}
.look_list .list_item:nth-of-type(14):hover{
  opacity: .7;
}
.look_list .list_item .list_overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: .3s;
  background: linear-gradient(0deg, rgba(0,0,0,.3) 5%, transparent);
}
.look_list .list_item .list_overlay.active{
  /*background: rgba(0,0,0,.25);*/
  opacity: 1;
}
.look_list .list_item .list_overlay_list{
  padding-left: 1em;
  padding-bottom: 1em;
  position: absolute;
  bottom: 0;
  margin: auto;
}
.look_list .list_item .list_overlay .list_overlay_item{
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  text-shadow: 0 1px 3px #000;
}
@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 .list_item {
    width: 100%;
    margin-right: 0;
    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;
  }
  .look_list .list_item .list_overlay_list{
    padding-left: 4em;
    padding-bottom: 4em;
  }
}

.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%;
  }
}

@media only screen and (min-width:980px){
  a:hover{
    opacity: 1;
  }
}