@charset "UTF-8";
/* Scss Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*font-weight: normal;*/
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: Helvetica, Arial, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 1.75;
  /*letter-spacing: 0.05em;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  font-size: 14px;
}
ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 300ms 0s ease;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  a:hover {
    opacity: .7;
  }
}
h1, h2, h3, h4, h5, h6, h7, h8 {
  font-weight: normal;
}

/* clearfix
-------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.pc_block {
  display: none;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .pc_none {
    display: none;
  }

  .pc_block {
    display: block;
  }

  .sp_none {
    display: none;
  }
}
/* ---------------------
 Animation CSS
--------------------- */
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .8s;
  -ms-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ---------------------
 Main image
--------------------- */
#main_container {
  padding: 75px 0 40px;
  position: relative;
  width: 100%;
}
#main_container .main_img {
  width: 100%;
  height: 0;
  padding-top: 126.66%;
  /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
  background: url("../images/img_main_sp.jpg") 0 0 no-repeat;
  background-size: contain;
}
#main_container .title {
  position: absolute;
  top: 20px;
  right: 5%;
  text-align: right;
}
#main_container .title .aw2018 {
  font-size: 3em;
  line-height: 1;
  padding-bottom: 5px;
}
#main_container .title .MandL_lookbook {
  font-size: .9em;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  #main_container {
    padding: 70px 0 130px;
  }
  #main_container .main_img {
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    background: url("../images/img_main_pc.jpg") 0 0 no-repeat;
    background-size: contain;
  }
  #main_container .title {
    top: 30px;
    right: 60px;
  }
  #main_container .title .aw2018 {
    font-size: 6em;
    padding-bottom: 10px;
  }
  #main_container .title .MandL_lookbook {
    font-size: 1.9em;
  }
}
/* ---------------------
 Looks
--------------------- */
#looks_container {
  width: 100%;
}
#looks_container .looks_contents {
  position: relative;
  width: 100%;
}
#looks_container .looks_contents .look_credit {
  font-size: .9em;
  width: auto;
  position: absolute;
}
#looks_container .looks_contents .look_credit ul li {
  line-height: 1.5;
  margin: 3px 0;
}
#looks_container .looks_contents .look_credit ul li a, #looks_container .looks_contents .look_credit ul li p {
  padding: 5px 0;
}
#looks_container .looks_contents .look_credit ul li a {
  text-decoration: underline;
  display: inline-block;
}
#looks_container .looks_contents .look_credit ul li span {
  font-size: .8em;
}
#looks_container .look_01 .look_img,
#looks_container .look_08 .look_img,
#looks_container .look_16 .look_img {
  padding: 0 4% 0 20%;
  margin-bottom: 12px;
}
#looks_container .look_01 .look_credit,
#looks_container .look_08 .look_credit,
#looks_container .look_16 .look_credit {
  top: 20px;
  left: 10%;
}
#looks_container .look_02 .look_img {
  padding: 0 20% 0 4%;
  margin-bottom: 12px;
}
#looks_container .look_02 .look_credit {
  top: 20px;
  right: 10%;
  width: 34%;
}
#looks_container .look_04 .look_img {
  padding-top: 20px;
  margin-bottom: 40px;
}
#looks_container .look_04 .look_credit {
  bottom: 20px;
  left: 8%;
}
#looks_container .look_04 .look_credit a, #looks_container .look_04 .look_credit p {
  color: #fff;
}
#looks_container .look_05 .look_img,
#looks_container .look_10 .look_img,
#looks_container .look_14 .look_img {
  padding: 0 15%;
  margin-bottom: 12px;
}
#looks_container .look_05 .look_credit,
#looks_container .look_10 .look_credit,
#looks_container .look_14 .look_credit {
  position: static;
  margin: 0 auto 30px;
  text-align: center;
}
#looks_container .look_03,
#looks_container .look_06 {
  padding-top: 80px;
}
#looks_container .look_03 .look_img,
#looks_container .look_06 .look_img {
  padding: 0 4% 0 20%;
  margin-bottom: 12px;
}
#looks_container .look_03 .look_credit,
#looks_container .look_06 .look_credit {
  top: 45px;
  left: 10%;
}
#looks_container .look_07 .look_img,
#looks_container .look_15 .look_img {
  padding: 0 20% 0 4%;
  margin-bottom: 12px;
}
#looks_container .look_07 .look_credit,
#looks_container .look_15 .look_credit {
  top: 20px;
  right: 10%;
}
#looks_container .look_09 .look_img {
  padding-top: 20px;
  margin-bottom: 40px;
}
#looks_container .look_09 .look_credit {
  top: 50px;
  left: 8%;
}
#looks_container .look_09 .look_credit a, #looks_container .look_09 .look_credit p {
  color: #fff;
}
#looks_container .look_11 {
  padding: 60px 0 100px;
}
#looks_container .look_11 .look_img {
  padding: 0 4% 0 20%;
}
#looks_container .look_11 .look_credit {
  bottom: 40px;
  left: 10%;
}
#looks_container .look_12 .look_img {
  padding: 20px 0 0 4%;
  margin-bottom: 30px;
}
#looks_container .look_12 .look_credit {
  top: 50px;
  left: 15%;
  width: 36%;
}
#looks_container .look_13 .look_img {
  padding: 0 4% 0 0;
  margin-bottom: 12px;
}
#looks_container .look_13 .look_credit {
  top: 20px;
  right: 10%;
}
#looks_container .look_15 {
  margin-top: 60px;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  #looks_container {
    width: 1060px;
    padding: 0 30px;
    margin: 0 auto;
    /* 03-04 */
    /* - */
    /* 07-08 */
    /* - */
    /* 09-10 , 13-14 */
    /* - */
    /* 15-16 */
    /* - */
  }
  #looks_container .looks_contents .look_credit {
    font-size: 1em;
    position: absolute;
  }
  #looks_container .looks_contents .look_credit ul li {
    line-height: 1.5;
  }
  #looks_container .looks_contents .look_credit ul li a:hover {
    /*text-decoration-color: #ed5644;*/
    text-decoration: none;
    background: linear-gradient(transparent 50%, yellow 50%);
    opacity: 1 !important;
  }
  #looks_container .look_01, #looks_container .look_02, #looks_container .look_03, #looks_container .look_04, #looks_container .look_05,
  #looks_container .look_06, #looks_container .look_07, #looks_container .look_08, #looks_container .look_09, #looks_container .look_10,
  #looks_container .look_11, #looks_container .look_12, #looks_container .look_13, #looks_container .look_14, #looks_container .look_15,
  #looks_container .look_16 {
    padding: 0;
  }
  #looks_container .look_01 .look_img, #looks_container .look_02 .look_img, #looks_container .look_03 .look_img, #looks_container .look_04 .look_img, #looks_container .look_05 .look_img,
  #looks_container .look_06 .look_img, #looks_container .look_07 .look_img, #looks_container .look_08 .look_img, #looks_container .look_09 .look_img, #looks_container .look_10 .look_img,
  #looks_container .look_11 .look_img, #looks_container .look_12 .look_img, #looks_container .look_13 .look_img, #looks_container .look_14 .look_img, #looks_container .look_15 .look_img,
  #looks_container .look_16 .look_img {
    padding: 0;
    margin-bottom: 0;
  }
  #looks_container .look_01 .look_credit, #looks_container .look_02 .look_credit, #looks_container .look_03 .look_credit, #looks_container .look_04 .look_credit, #looks_container .look_05 .look_credit,
  #looks_container .look_06 .look_credit, #looks_container .look_07 .look_credit, #looks_container .look_08 .look_credit, #looks_container .look_09 .look_credit, #looks_container .look_10 .look_credit,
  #looks_container .look_11 .look_credit, #looks_container .look_12 .look_credit, #looks_container .look_13 .look_credit, #looks_container .look_14 .look_credit, #looks_container .look_15 .look_credit,
  #looks_container .look_16 .look_credit {
    top: auto;
    left: auto;
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0;
    text-align: left;
  }
  #looks_container .look_01 .look_credit a, #looks_container .look_01 .look_credit p, #looks_container .look_02 .look_credit a, #looks_container .look_02 .look_credit p, #looks_container .look_03 .look_credit a, #looks_container .look_03 .look_credit p, #looks_container .look_04 .look_credit a, #looks_container .look_04 .look_credit p, #looks_container .look_05 .look_credit a, #looks_container .look_05 .look_credit p,
  #looks_container .look_06 .look_credit a,
  #looks_container .look_06 .look_credit p, #looks_container .look_07 .look_credit a, #looks_container .look_07 .look_credit p, #looks_container .look_08 .look_credit a, #looks_container .look_08 .look_credit p, #looks_container .look_09 .look_credit a, #looks_container .look_09 .look_credit p, #looks_container .look_10 .look_credit a, #looks_container .look_10 .look_credit p,
  #looks_container .look_11 .look_credit a,
  #looks_container .look_11 .look_credit p, #looks_container .look_12 .look_credit a, #looks_container .look_12 .look_credit p, #looks_container .look_13 .look_credit a, #looks_container .look_13 .look_credit p, #looks_container .look_14 .look_credit a, #looks_container .look_14 .look_credit p, #looks_container .look_15 .look_credit a, #looks_container .look_15 .look_credit p,
  #looks_container .look_16 .look_credit a,
  #looks_container .look_16 .look_credit p {
    color: #000;
  }
  #looks_container .look_01 {
    margin-bottom: 80px;
  }
  #looks_container .look_01 .look_img {
    width: 500px;
  }
  #looks_container .look_01 .look_credit {
    top: 290px;
    left: 570px;
  }
  #looks_container .look_02 {
    margin-bottom: 80px;
  }
  #looks_container .look_02 .look_img {
    width: 600px;
    margin-left: 400px;
  }
  #looks_container .look_02 .look_credit {
    top: 350px;
    left: 30px;
  }
  #looks_container .look_03, #looks_container .look_04 {
    width: 450px;
    margin-bottom: 130px;
  }
  #looks_container .look_03 .look_credit, #looks_container .look_04 .look_credit {
    position: static;
    margin: 40px 0 0 45px;
  }
  #looks_container .look_03 {
    float: left;
    margin-left: 30px;
  }
  #looks_container .look_04 {
    float: right;
    margin-right: 30px;
  }
  #looks_container .look_05 .look_img {
    width: 600px;
  }
  #looks_container .look_05 .look_credit {
    top: 150px;
    left: 685px;
  }
  #looks_container .look_06 {
    margin-bottom: 80px;
  }
  #looks_container .look_06 .look_img {
    width: 500px;
    margin: -150px 0 0 450px;
  }
  #looks_container .look_06 .look_credit {
    bottom: 120px;
    left: 120px;
  }
  #looks_container .look_07, #looks_container .look_08 {
    width: 480px;
    margin-bottom: 130px;
  }
  #looks_container .look_07 .look_credit, #looks_container .look_08 .look_credit {
    position: static;
    margin: 40px 0 0 125px;
  }
  #looks_container .look_07 {
    float: left;
  }
  #looks_container .look_08 {
    float: right;
  }
  #looks_container .look_09, #looks_container .look_10,
  #looks_container .look_13, #looks_container .look_14 {
    width: 460px;
    margin-bottom: 130px;
  }
  #looks_container .look_09 .look_credit, #looks_container .look_10 .look_credit,
  #looks_container .look_13 .look_credit, #looks_container .look_14 .look_credit {
    position: static;
    margin: 30px 0 0 100px;
  }
  #looks_container .look_09,
  #looks_container .look_13 {
    float: left;
    margin-left: 30px;
  }
  #looks_container .look_10,
  #looks_container .look_14 {
    float: right;
    margin-right: 30px;
  }
  #looks_container .look_11 {
    margin-bottom: 80px;
  }
  #looks_container .look_11 .look_img {
    width: 500px;
    margin-left: 130px;
  }
  #looks_container .look_11 .look_credit {
    top: 300px;
    left: 710px;
  }
  #looks_container .look_12 {
    margin-bottom: 80px;
  }
  #looks_container .look_12 .look_img {
    width: 600px;
    margin-left: 400px;
  }
  #looks_container .look_12 .look_credit {
    top: 350px;
    left: 30px;
  }
  #looks_container .look_15-16 {
    position: relative;
    width: 100%;
    height: 1030px;
    margin-bottom: 160px;
  }
  #looks_container .look_15-16 .look_15,
  #looks_container .look_15-16 .look_16 {
    position: absolute;
  }
  #looks_container .look_15-16 .look_15 .look_credit,
  #looks_container .look_15-16 .look_16 .look_credit {
    position: static;
  }
  #looks_container .look_15-16 .look_15 {
    width: 500px;
    top: 0;
    left: 0;
    margin: 0;
  }
  #looks_container .look_15-16 .look_15 .look_credit {
    margin: 165px 0 0 100px;
  }
  #looks_container .look_15-16 .look_16 {
    width: 550px;
    top: 40px;
    right: 0;
  }
  #looks_container .look_15-16 .look_16 .look_credit {
    margin: 50px 0 0 140px;
  }
}
/* ---------------------
 Staff Credit
--------------------- */
.staff_credit {
  text-align: center;
  width: 100%;
  font-size: .8em;
  padding: 50px 0;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .staff_credit {
    font-size: 1em;
    border-top: #eee solid 1px;
  }
}
/* ---------------------
 Bottom Image
--------------------- */
.bottom_img {
  width: 100%;
  height: 210px;
  background: url("../images/img_bottom.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .bottom_img {
    height: 620px;
  }
}
/* ---------------------
 Footer
--------------------- */
#footer {
  padding: 50px 0 20px;
}
#footer .logo {
  width: 40%;
  max-width: 300px;
  margin: 0 auto;
}
#footer .right {
  text-align: center;
}
#footer .right ul.footer_navi {
  margin: 30px 0  20px;
}
#footer .right ul.footer_navi li a {
  padding: 2px 0;
  display: inline-block;
}
#footer .right .copyright {
  font-size: .8em;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  #footer {
    padding: 45px 30px;
    width: 1060px;
    margin: 0 auto;
  }
  #footer .logo {
    width: 200px;
    max-width: auto;
    margin: 0;
    float: left;
  }
  #footer .right {
    text-align: right;
    float: right;
    width: 400px;
  }
  #footer .right ul.footer_navi {
    margin: 0 0 10px 0;
  }
  #footer .right .copyright {
    font-size: .8em;
  }
}

/*# sourceMappingURL=lookbook_18aw_style.css.map */
