@charset "UTF-8";
/* Scss Document */
* {
	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: #d2b987;	
}

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



/* ----------------------------------------------------------------
movie
-------------------------------------------------------------------*/
#movie  {
	display:block;
    max-width: 100%;
    height: auto;
    background-color: #d2b987;

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


@media (max-width: 768px) {
  .movie {
    height: calc(100% + 15px);
    margin-bottom: 0;
    background-size: cover;
  }
}

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

@media (max-width: 768px) {
/*  .movie_video {
    display: none;
  }*/
}


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




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



/* ----------------------------------------------------------
Looks
---------------------------------------------------------- */
/* pc ver */
@media only screen and (min-width: 768px) {
/* Looks Contents
  ----------------------- */
.lookbook_container {
	width: 100%;
	padding: 0;
}

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

.look_content .left_ph {
	float: left;
	width:50%;	
}

.look_content .right_ph {
	float: right;
	width:50%;
}

.look_content img {
}

}


.look_content .right_ph ul.credit,
.look_content .left_ph ul.credit {
	width:90%;
	margin:15px auto 30px auto;
	padding:0px;
}

.look_content ul.credit li{
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	padding: 10px 10px;	
}

.look_content ul.credit li p {	
	float: left;
	display:inline;
	
}

.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 #fff;
  display: block;
  float: right;
  text-align: center;
  font-size: .9em;
  padding: 0 8px 0 8px;
  margin-left: 10px;
	
}

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




/* ----------------------------------------------------------
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-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: #d2b987;	
	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;
}
}
