@charset "UTF-8";

* {
  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:'Avenir', 'Lato', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
  width: 100%;
}
.sp_none {
  display: none;
}


#header-area {
  overflow:hidden;
  }

header {
  width: 100%;
  margin: 0 auto;
  background: #99B8A1;
}

#brand-logo {
  width:8%;
  min-width:120px;
  padding: 18px 0;
  margin: 0 auto;
}


/* ----------------------------------------------------------------
movie
-------------------------------------------------------------------*/
#movie  {
  max-width: 100%;
  background-color: #99B8A1;

/*  height: 100%; // 高さを画面いっぱいに指定する。(vhが効かない場合の対策)
  height: 100vh; // 高さを画面いっぱいに指定する。
  position: relative;  //横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。
  width: 100%; // 横幅もいっぱいに。*/
}

.movie {
    display: block; /*下の余分な余白消す*/
  }

@media (max-width: 768px) {
  .movie {
    height: calc(100% + 15px);
    margin-bottom: 0;
    background-size: cover;
    display: block; /*下の余分な余白消す*/
  }
}

.movie::before {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
}

/*  video
----------------------------------------------*/
/*.movie_video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}*/


/* clearfix
-------------- */
.clearfix:after {
  content: "";
  display: block;
  font-size: 0;
  visibility: hidden;
  height: 0;
  clear: both;
}

/*
Button
-------------- */
/*.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
*/

/*フェードイン＋上へずらす*/
.fadein {
  filter: alpha(opacity=10);
  opacity : 0.1;
/*  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20px);*/
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

/*Link*/
a {
  color: #222;
  text-decoration: none;
}

#sc_arrow{
  background-color: #99B8A1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 18px 0;
}
#sc_arrow img{
  margin: 0 auto;
  max-width: 50px;
}


/*sp ver.*/
@media (max-width: 768px) {
/*  .movie_video {
    display: none;
  }*/
#brand-logo {
    padding: 18px 0;
    margin: 0 auto;
  }
#brand-logo img {
  width: 90%
}
#sc_arrow{
  background-color: #99B8A1;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 17px 0px;
}
#sc_arrow img {
  width: 35px;
  box-sizing: border-box;
  padding: 5px 0px; /*padding込みで100%にする*/
}

}

/*pc ver.*/
 @media only screen and (min-width: 768px) {
.sp_none {
  display: inline-block;
}
.pc_none {
  display: none;
}
}


/* ----------------------------------------------------------
Looks
---------------------------------------------------------- */
/* 共通 */
.look_content ul.credit li{
  padding: 10px 10px;
}

.look_content ul.credit li p {
  padding: 0 5px;
}

.look_content ul.credit li p span {
  font-size: .8em;
  padding-right: 5px;
}

.look_content ul.credit li a {
  color: #000;
  border-bottom: 1px dotted #000;
/*  display: block;*/
/*  float: right;
  text-align: center;*/
}

.look_content ul.credit li a:hover{
  border-bottom: 1px solid #000;
   color: #fff;
}

.look_content ul.credit li a i,
.look_content ul.credit_left li a i,
.look_content ul.credit_right li a i {
  padding-left: 5px;
}

.look_content ul.credit li .hvr-sweep-to-top:before {
  background: #000;
}

.look_content ul.credit li:after {
  content: "";
  display: block;
  font-size: 0;
  visibility: hidden;
  height: 0;
  clear: both;
}

/*sp ver*/
/* Looks Contents
  ----------------------- */
@media (max-width: 768px) {

.look_content .right_ph ul.credit,
.look_content .left_ph ul.credit,
.look_content .center_ph ul.credit {
  width:100%;
  margin:15px 0 50px;
  padding:0px;
}

.look_content {
  overflow: hidden;
  }

.img-right {
  text-align: right;
}

.look_content ul.credit li {
  padding: 5px 0px;
  }

.flexbox {
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
  justify-content: space-between;
  -ms-flex-pack: justify; /*IE10*/
  -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between; /* Safari6.1以降 */
  flex-direction: column-reverse; /*カラムを垂直・逆方向に並べる*/
}

.group1 .right_ph ul.credit {
  padding-left: 5%;
}
.group1 .left_ph {
  width: 90%;
  padding-left: 5%;
}

.group2 .left_ph {
  width: 90%;
  margin: auto;
}

.group2 .right_ph {
  width: 75%;
  margin-left: 20px;
}

.group3 .left_ph ul.credit {
  padding-left: 5%;
}
.group3 .right_ph img {
  width: 85%;
}
.group3 .right_ph ul.credit {
  padding-left: 5%;
}

.group4 .center_ph {
padding-left: 5%;
}

.group5 .left_ph ul.credit {
  padding-left: 5%;
}
.group5 .right_ph img {
  width: 85%;
}
.group5 .right_ph ul.credit {
  padding-left: 5%;
}

.group6 .right_ph {
  width: 90%;
  margin: auto;
}
.group6 .left_ph {
  width: 80%;
  padding-left: 5%;
}

.group7 .left_ph ul.credit {
  padding-left: 5%;
}
.group7 .right_ph img {
  width: 85%;
}
.group7 .right_ph ul.credit {
  padding-left: 5%;
}

.group8 .center_ph ul.credit {
  padding-left: 5%;
}

.group9 .left_ph {
  width: 90%;
  margin: auto;
}
.group9 .right_ph {
  width: 80%;
  padding-left: 5%;
}

.group10 .left_ph {
 width: 85%;
}
.group10 .left_ph ul.credit {
  padding-left: 5%;
}
.group10 .right_ph ul.credit {
  padding-left: 5%;
}

.group11 .center_ph ul.credit {
  padding-left: 5%;
}

.group12 .right_ph ul.credit {
  padding-left: 5%;
}
.group12 .left_ph {
  width: 90%;
}
.group12 .left_ph ul.credit {
  padding-left: 5%;
}

.group13 {
  width: 55%;
  margin: 30px auto;
}

}


/* pc ver */
@media only screen and (min-width: 768px) {
/* Looks Contents
  ----------------------- */
.look_content .right_ph ul.credit,
.look_content .left_ph ul.credit {
  width:100%;
  margin:15px 0 100px;
  padding:0px;
}

.look_content .center_ph ul.credit {
  width: 50%;
  margin: 15px auto 100px;
  padding: 0px;
  text-align: left;
}


.lookbook_container {
  width: 100%;
  padding: 0;
}

.look_content {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: hidden;
  }

.look_content ul.credit li {
  padding: 5px 0px;
}

.look_content .left_ph {
  float: left;
  width:50%;
}
.look_content .right_ph {
  float: right;
  width:50%;
}
.look_content .center_ph {
  width: 100%;
}

.img-right2 {
  text-align: right;
}

.group1 .left_ph {
  margin-top: 100px;
  padding-left: 70px;
}
.group1 .left_ph img {
  width: 75%;
}
.group1 .right_ph img {
  width: 80%;
  margin-top: 200px;
}

.group2 .left_ph {
  width: 45%;
}
.group2 .left_ph ul.credit li {
    margin-left: auto;
    width: 60%;
  }
.group2 .right_ph {
  margin-top: 350px;
  padding-left: 100px;
}
.group2 .right_ph img {
  width: 80%;
}

.group3 .left_ph {
  padding-left: 70px;
}
.group3 .left_ph img {
  width: 90%;
}
.group3 .right_ph {
  padding-left: 70px;
}
.group3 .right_ph img {
  width: 75%;
  margin-top: 250px;
}

.group4 {
  text-align: right;
}
.group4 .center_ph img {
  width: 80%;
}
.group4 .center_ph ul.credit {
  width: 60%;
}

.group5 .left_ph {
  padding-left: 70px;
}
.group5 .left_ph img {
  width: 100%;
  }
.group5 .right_ph{
  margin-top: 270px;
  padding-left: 100px;
}
.group5 .right_ph img {
  width: 80%;
}

.group6 .left_ph {
  padding-left: 70px;
}
.group6 .left_ph img {
  width: 75%;
  }
.group6 .left_ph ul.credit {
    width: 75%;
    text-align: right;
  }
.group6 .right_ph{
  text-align: right;
  margin-top: 100px;
}
.group6 .right_ph ul.credit li {
    text-align: left;
    padding-left: 10%;
  }
.group6 .right_ph img {
  width: 90%;
}

.group7 .left_ph {
  padding-left: 70px;
}
.group7 .left_ph img {
  width: 90%;
}
.group7 .right_ph{
  margin-top: 250px;
  padding-left: 100px;
}
.group7 .right_ph img {
  width: 80%;
}

.group8 .center_ph {
  text-align: center;
}
.group8 .center_ph img {
  width: 50%;
}
.group8 .center_ph ul.credit {
  width: 50%;
}

.group9 .left_ph img {
  width: 80%;
}
.group9 .left_ph ul.credit li {
    margin-left: auto;
    width: 60%;
  }
.group9 .right_ph {
  margin-top: 270px;
  padding-left: 100px;
}
.group9 .right_ph img {
  width: 70%;
}

.group10 .left_ph {
  padding-left: 70px;
}
.group10 .left_ph img {
  width: 80%;
}
.group10 .right_ph {
  margin-top: 100px;
}
.group10 .right_ph img {
  width: 80%;
}

.group11 .center_ph {
  width: 80%;
  text-align: left;
}
.group11 .center_ph ul.credit {
    width: 35%;
    text-align: left;
    margin-right: 0;
}

.group12 .left_ph {
  padding-left: 70px;
}
.group12 .left_ph img {
  width: 85%;
}
.group12 .right_ph {
  margin-top: 200px;
  padding-left: 30px;
}
.group12 .right_ph img {
  width: 85%;
}

.group13 {
  width: 30%;
}


}

/* ----------------------------------------------------------
Online Store
---------------------------------------------------------- */

body .online-area {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
  overflow: hidden;
}
body .online-area .inner h3 {
  color: #111;
  padding: 0;
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 0.9em;
}
body .online-area .inner .onlinestore li {
  float: inherit;
  width: 100%;
}
body .online-area .inner .onlinestore li:first-child {
  margin-bottom: 20px;
}
body .online-area .inner .onlinestore li a {
  margin: 0 auto;
  display: block;
  width: 90%;
  color: #fff;
  background: #111;
  padding: 20px 0;
  text-decoration: none;
}
body .online-area .inner .onlinestore li a:hover {
  width: 90%;
  color: #fff;
  text-decoration: none;
  background: #666;
  padding: 20px 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1), 1s;
}

 @media only screen and (min-width: 768px) {


body .online-area {
  width: 90%;
  max-width: 1000px;
}
body .online-area .inner h3 {
  color: #111;
  margin-bottom: 40px;
  font-size: 1.2em;
  text-align:center;
}
body .online-area .inner .onlinestore {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
body .online-area .inner .onlinestore li {
  display: block;
  float: left;
  width: 48%;
  text-align:center;
}
body .online-area .inner .onlinestore li:first-child {
  margin-right: 4%;
}
body .online-area .inner .onlinestore li a {
  text-decoration:none;
  margin: 0 auto;
  display: block;
  width: 100%;
  color: #fff;
  background: #111;
  padding: 20px 0;
}
body .online-area .inner .onlinestore li a:hover {
  width: 100%;
  color: #fff;
  text-decoration: none;
  background: #666;
  padding: 20px 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1), 1s;
}


}
/* ----------------------------------------------------------
Footer
---------------------------------------------------------- */
footer {
  font-size: 12px;
  text-align: center;
  width: 100%;
  padding: 20px;
  background: #99B8A1;
  color: #fff;
}
 @media only screen and (min-width: 768px) {
/*
#footer {
  background: #000;
  color: #fff;
  padding: 20px 0;
}*/
}

/* Page Top
----------------------- */
#btn_pagetop {
  font-size: 1rem;
  margin: 0 auto;
  text-align: right;
  margin-right: 4%;
  padding-bottom: 2%;
}
#btn_pagetop a {
  color: #000;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}
#btn_pagetop a:hover {
  color: #CCC;
}

 @media only screen and (min-width: 768px) {
#page_top {
  width: 60px;
  height: 60px;
  bottom: 20px;
}
#page_top a {
  width: 60px;
  height: 60px;
}
#page_top a i {
  margin-top: 20px;
}
}
