@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_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#m-sp-lookbook .look_list .list_ttl h2{
  margin-bottom: 2.5%;
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
}
#m-sp-lookbook .look_list .list_ttl span{
  display: block;
}
#m-sp-lookbook .look_list .list_ttl .list_ttl-img{
  width: 30%;
}
#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;
  display: inline-block;
  color: #FFF;
  height: 53px;
  background-color: #686868;
  line-height: 53px;
  text-align: center;
  cursor: pointer;
}
.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: 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_ttl{
    /* height: calc(502.5 *(100vw / 375)); */
  }
  #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));
  }
  .look_list .list_item .list_overlay_list{
    padding-left: 4em;
    padding-bottom: 4em;
  }
}

@media only screen and (min-width:980px){
  a:hover{
    opacity: 1;
  }
}