@charset "utf-8";

/* LOOKBOOK */

.lookbook_18aw { background: linear-gradient(135deg, #cfb3f7, #3df3ff);}
.lookbook_19ss { background: linear-gradient(135deg, #070d03, #e3dad5);}
.lookbook_19aw { background: linear-gradient(135deg, #ffecb0, #0e0e0b);}
.lookbook_20ss { background: linear-gradient(135deg, #f6f3ee, #cfdde0);}
.lookbook_20aw { background: linear-gradient(135deg, #1d1a14, #7a726a);}
.lookbook_21ss { background: linear-gradient(135deg, #416683, #1f201b);}
.lookbook_21aw { background: linear-gradient(135deg, #cca983, #386e8a);}
.lookbook_22ss { background: linear-gradient(135deg, #f6f1f1, #d1c6c2);}
.lookbook_22aw { background: linear-gradient(135deg, #d7d7d7, #262729);}
.lookbook_23ss { background: linear-gradient(135deg, #c6c8bd, #293334);}
.lookbook_23aw { background: linear-gradient(135deg, #c6c8bd, #293334);}
.lookbook_24ss { background: linear-gradient(135deg, #969696, #e1dfe0);}
.lookbook_24aw { background: linear-gradient(135deg, #35251f, #1e2f40);}
.lookbook_25aw { background: linear-gradient(135deg, #0e2b48, #2f3b3b);}

.lookbook #logo {
	position: fixed;
	z-index: 500;
	width: 170px;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	mix-blend-mode: difference;
}

.lookbook_top #logo {
	top: 70px;
}

.lookbook #logo img {
	width: 100%;
}

#list {
	margin: 30px;
}

.season {
	position: relative;
	height: calc(100vw - 60px);
	margin: 0 0 30px;
	overflow: hidden;
}

.season a {
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Public Sans', sans-serif;
	font-size: 2vw;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.season img {
	display: block;
	position: absolute;
	width: 100%;
}

.season video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	height: 100%;
}

.season_title {
	display: block;
	position: absolute;
	top: calc(85vw / 2 - 20px);
	width: 100%;
}

.season_title span {
	display: block;
	margin: 10px 0 0;
	font-size: 5vw;
}

.lookbook h1 {
	position: absolute;
	text-align: center;
	top: calc(100vh / 2 - 4vw);
	width: 100%;
	color: #fff;
	font-family: 'Public Sans', sans-serif;
	font-size: 2vw;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.lookbook h1 span {
	display: block;
	margin: 10px 0 0;
	font-size: 5vw;
}

#main_visual {
	width: 100%;
}

#main_visual img {
	width: 100%;
}

#gallery {
	margin: 30px;
	line-height: 0;
	-webkit-column-count: 3;
	-webkit-column-gap: 30px;
	-moz-column-count: 3;
	-moz-column-gap: 30px;
	column-count: 3;
	column-gap: 30px;
}

#gallery figure {
	margin: 0 0 30px;
}

#gallery img {
	width: 100% !important;
	height: auto !important;
}

.embed_video {
	position: relative;
	padding-bottom: calc(56.25% - 30px);
	height: 0;
	overflow: hidden;
	margin: 30px;
}

.embed_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#bottom_nav {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 200;
	mix-blend-mode: difference;
}

#bottom_nav ul {
	display: flex;
}

#bottom_nav li {
	margin: 0 5vw;
}

#bottom_nav a {
	font-family: 'Public Sans', sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.25em;
	text-decoration: none;
}

#bottom_nav a:hover {
	background-color: #fff;
}




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

#bottom_nav {
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 200;
	mix-blend-mode: difference;
}

#bottom_nav ul {
	display: flex;
}

#bottom_nav li {
	margin: 0 5vw;
}

#bottom_nav a {
	font-family: 'Public Sans', sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.25em;
	text-decoration: none;
}

#bottom_nav a:hover {
	background-color: #fff;
}

/* LOOKBOOK */

.lookbook #logo {
	position: fixed;
	z-index: 500;
	width: 30%;
	top: calc(100vw / 10);
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	mix-blend-mode: difference;
}

.lookbook #logo img {
	width: 100%;
}

.lookbook h1 {
	position: absolute;
	text-align: center;
	top: calc(100vw / 2 - 20px);
	width: 100%;
	color: #fff;
	font-family: 'Public Sans', sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.lookbook h1 span {
	display: block;
	margin: 10px 0 0;
	font-size: 26px;
}

#main_visual {
	width: 100%;
}

#main_visual img {
	width: 100%;
}

#gallery {
	width: calc(100vw - 30px);
	margin: 15px auto 0;
	line-height: auto;
	-webkit-column-count: auto;
	-webkit-column-gap: normal;
	-moz-column-count: auto;
	-moz-column-gap: normal;
	column-count: auto;
	column-gap: normal;
}

#gallery figure {
	margin: 0 0 15px;
}

#gallery figure:last-child {
	margin-bottom: 0;
}

#gallery img {
	width: 100%;
}

.lookbook_top {
	background: linear-gradient(135deg, #e4222b, #33157f);
}

/*.lookbook_top h1 {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	top: auto;
	width: 100vw;
	height: 45vw;
	color: #000;
	font-size: 8vw;
	letter-spacing: 0.1em;
}*/

#list {
	width: calc(100vw - 30px);
	margin: 15px auto 0;
}

.season {
	position: relative;
	height: calc(100vw - 30px);
	margin: 0 0 15px;
}

.season a {
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Public Sans', sans-serif;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.season img {
	display: block;
	position: absolute;
	width: 100%;
}

.season_title {
	display: block;
	position: absolute;
	top: calc(85vw / 2 - 20px);
	width: 100%;
}

.season_title span {
	display: block;
	margin: 10px 0 0;
	font-size: 22px;
}

.embed_video {
	position: relative;
	padding-bottom: calc(56.25% - 30px);
	height: 0;
	overflow: hidden;
	margin: 15px;
}

.embed_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


}

