@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: '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: #AB6B37;;
}

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


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

/*  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%);
}*/


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

@media (max-width: 768px) {
/*  .movie_video {
    display: none;
  }*/
#brand-logo {
    width: 8%;
    min-width: 120px;
    padding: 14px 0;
    margin: 0 auto;
  }
#sc_arrow{
  background-color: #AB6B37;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 12px 0px;
}
#sc_arrow img {
  width: 40px;
  box-sizing: border-box;
  padding: 5px 0px; /*padding込みで100%にする*/
}

}


 @media only screen and (min-width: 768px) {
.sp_none {
  display: inline-block;
}
.pc_none {
  display: none;
}
}
a {
  color: #222;
  text-decoration: none;
}
/* 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;
}

/* ----------------------------------------------------------
Looks
---------------------------------------------------------- */
/* 共通 */
.look_content .right_ph ul.credit,
.look_content .left_ph ul.credit,
.look_content .center_ph ul.credit {
  width:100%;
  margin:15px 0 100px;
  padding:0px;
}

.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 {
  overflow: hidden;
  }

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

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

.group1 .right_ph img {
  width: 85%
}

.group2 .left_ph img {
  width: 75%;
  margin-right: 20px;
}
.group2 .left_ph ul.credit {
  margin: 15px 0px 100px 70px;
}
.group2 .right_ph img {
  width: 75%;
  margin-left: 20px;
}
.group2 .right_ph ul li {
  margin-left: 10px;
}

.group3 .center_ph {
  width: 75%;
  margin: auto;
  text-align: center;
}
.group3 .center_ph img {
  width: 100%;
}
.group3 .center_ph ul li {
  text-align: left;
}

.group4 .right_ph {
  text-align: center;
}
.group4 .right_ph img {
  width: 65%;
}
.group4 .right_ph ul li {
  margin-left: 60px;
}

.group5 .right_ph img {
  width: 80%;
}
.group5 .right_ph ul.credit {
  margin: 15px 0px 100px 70px;
}

.group6 .right_ph img {
  width: 80%;
}
.group6 .right_ph ul.credit {
  margin: 15px 0px 100px 70px;
}

.group7 .left_ph {
  width: 80%;
  margin: auto;
  text-align: center;
}
.group7 .left_ph img {
  width: 90%;
}
.group7 .left_ph ul li {
  text-align: left;
}
.group7 .right_ph img {
  width: 85%;
}

.group9 .left_ph img {
  width: 85%;
}
.group9 .right_ph img {
  width: 75%;
  margin-right: 20px;
}
.group9 .right_ph ul.credit {
  margin: 15px 0px 100px 70px;
}

.group10 .right_ph {
  width: 80%;
  margin: auto;
  text-align: center;
}
.group10 .right_ph img {
  width: 100%;
}
.group10 .right_ph ul li {
  text-align: left;
}

.group12 .left_ph img {
  width: 75%;
  margin-left: 20px;
}
.group12 .left_ph ul li {
  margin-left: 20px;
}

.group13 {
  width: 60%;
  margin: 0 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: 10px 0px;
}

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

/*.look_content .right_ph ul.credit,
.look_content .left_ph ul.credit,
.look_content .center_ph ul.credit {
  width:60%;
}*/

.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: 150px;
}

.group2 .left_ph {
  padding-left: 130px;
}
.group2 .right_ph {
  margin-top: 150px;
  padding-left: 50px;
}
.group2 .right_ph img {
  width: 75%;
}

.group3 .center_ph ul.credit {
  width: 40%;
}
.group3 .center_ph {
  text-align: center;
}
.group3 .center_ph img {
  width: 40%;
}

.group4 .left_ph ul.credit li {
  text-align: left;
}
.group4 .left_ph img {
  width: 85%;
}
.group4 .left_ph ul.credit {
width: 50%;
margin-left: auto;
}
.group4 .right_ph {
  margin-top: 200px;
  padding-left: 50px;
}
.group4 .right_ph img {
  width: 75%;
}

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

.group6 .left_ph {
  padding-left: 120px;
}
.group6 .left_ph img {
  width: 90%;
  }
.group6 .right_ph{
  margin-top: 100px;
  padding-left: 20px;
}
.group6 .right_ph img {
  width: 75%;
}


.group7 .left_ph ul.credit li {
  text-align: left;
}
.group7 .left_ph img {
  width: 80%;
  padding-left: 80px;
}
.group7 .left_ph ul.credit {
width: 60%;
margin-left: auto;
}

.group7 .right_ph{
  margin-top: 100px;;
}
.group7 .right_ph img {
  width: 90%;
}
.group7 .right_ph ul.credit {
  width: 100%;
  margin-left: 10%;
}

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

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

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

.group11 .center_ph {
  width: 65%;
  text-align: left;
}

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

.group13 {
  width: 35%;
}


}

/* ----------------------------------------------------------
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: 1em;
  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: #AB6B37;
  color: #fff;
}
 @media only screen and (min-width: 768px) {
/*
#footer {
  background: #000;
  color: #fff;
  padding: 20px 0;
}*/
}

/* Page Top
----------------------- */
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 3%;
  text-align: center;
}
#page_top a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #eee;
}
#page_top a i {
  margin-top: 10px;
}

 @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;
}
}
