@charset "UTF-8";
/* CSS Document */

/***
* common.css
*/

/* reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

a:focus,
button:focus {
	outline: none;
}

input {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}

sup,
sub {
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}

sup {
	bottom: 5px;
}

sub {
	top: 0.5em;
}

small {
	font-size: 72.5%;
}

/* utility */

.taR {
	text-align: right;
}

.taC {
	text-align: center;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearBoth {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.anti {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:root {
	--motion-luxury: cubic-bezier(0.45, 0, 0.55, 1);
	--motion-soft: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.transition {
	transition-duration: 0.8s;
	transition-timing-function: var(--motion-soft);
}

::-moz-selection {
	opacity: 0.1;
	background: #eee;
}
::selection {
	opacity: 0.1;
	background: #eee;
}

sup {
	font-size: 68.75%;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn {
	padding: 0 10px 3px;
	color: #000;
	font-size: 15px;
	display: inline-block;
}

img {
	touch-callout: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
}

.mbNone {
	margin-bottom: 0 !important;
}

.slick-slide {
	outline: none;
}

.ja {
	font-family: "MFW-RyuminPr6-Regular", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-feature-settings: "palt" 1;
	letter-spacing: 0.05em;
}

.repro-bl-embedded {
	display: none !important;
}

img {
	width: 100%;
}

/***
* common
*/

*,
::before,
::after {
	box-sizing: inherit;
	border-width: 0;
	border-style: solid;
	border-color: #e2e8f0;
}

body,
html {
	height: 100%;
	margin: 0;
	color: #000;
	font-family: "clarendon-urw", Helvetica, Arial, "sans-serif";
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	opacity: 0;
}

.women #headerBtnWomen a,
.men #headerBtnMen a {
	color: #999;
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

#labelLookBnr .slick-slide {
	display: block;
}

.fade_off {
	visibility: hidden;
	opacity: 0;
	transform: scale3d(0.85, 0.85, 1);
	transform-origin: center center;
	--fade-delay: 0ms;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition:
		opacity 0.5s var(--motion-luxury) var(--fade-delay),
		transform 0.8s var(--motion-soft) var(--fade-delay),
		visibility 0s linear calc(0.8s + var(--fade-delay));
}

.fade_on {
	visibility: visible;
	opacity: 1;
	transition-duration: 1s;
}

.fade_off.fade_on {
	visibility: visible;
	opacity: 1;
	transform: scale3d(1, 1, 1);
	transition:
		opacity 0.5s var(--motion-luxury) var(--fade-delay),
		transform 0.8s var(--motion-soft) var(--fade-delay),
		visibility 0s linear var(--fade-delay);
}

/* scroll curatain */

.overlay,
.animate-elm.-max-width:before,
.animate-elm.-transform:before {
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.overlay-max-width,
.animate-elm.-max-width:before {
	max-width: 100%;
}

.overlay-transform,
.animate-elm.-transform:before {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.animate-elm {
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	overflow: hidden;
}

.animate-elm.-max-width:before,
.animate-elm.-transform:before {
	content: "";
}

.animate-elm.show.-max-width:before,
.animate-elm.show .overlay-max-width,
.animate-elm-top.show .overlay-max-width {
	max-width: 0;
}

.animate-elm.show.-transform:before,
.animate-elm.show .overlay-transform,
.animate-elm-top.show .overlay-transform {
	-webkit-transform: translateY(-101%);
	transform: translateY(-101%);
}

.animate-elm img {
	transform: scale(0.8);
	transition-duration: 0.5s;
}

.animate-elm-top ul {
	transform: scale(0.9);
	transition-duration: 0.5s;
}

.animate-elm-top img {
	transform: scale(1);
	transition-duration: 0.5s;
}

.animate-elm.show img {
	transform: scale(1);
	transition-duration: 0.5s;
}

.animate-elm-top.show ul {
	transform: scale(1);
	transition-duration: 0.5s;
}

/* 通常（グレー） */
.slick-dots li button {
	color: #999;
	opacity: 1;
}

/* カレント（黒） */
.slick-dots li.isCurrent button {
	color: #000;
}

/* slickのデフォルトの丸点（:before）を消す */
.slick-dots li button:before {
	content: none;
}
