<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,a { margin: 0; padding: 0; }
img { border: 0; }
li,dt,dd { list-style: none; }

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

html {
font-size: 62.5%;
}

body {
display: none;
}

body {
text-align: center;
color: #222;
background: #111;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 1.4rem;
line-height: 3rem;
margin: 0 auto;
}

a:link, a:visited {
color: #444;
text-decoration: none;
}

a:active, a:hover {
color: #999;
text-decoration: none;
}

img {
vertical-align: top;
}

video {
width: 100%;
vertical-align: top;
}

.sp { display: none !important;}
.none { display: none !important;}

/* ----------------------------------------------------------------
Logo
----------------------------------------------------------------- */

#logo {
position: absolute;
z-index: 2;
bottom: 40px;
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}

#logo img {
width: 200px;
}

/* ----------------------------------------------------------------
Overlay
----------------------------------------------------------------- */

#overlay {
position: relative;
width: 100%;
height: 101vh;
z-index: 3;
margin-bottom: -100vh;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
}

#overlay .col1 {
width: 20%;
height: 100vh;
background: #fff;
}

#overlay .col2 {
width: 20%;
}

#overlay .col2 img {
width: 100%;
height: 100vh;
object-fit: cover;
opacity: 1;
}

#overlay .col3 {
width: 20%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}

#overlay .col3 .row1 {
width: 100%;
height: 34vh;
box-sizing: border-box;
border-top: 30px solid #fff;
border-right: 15px solid #fff;
border-bottom: 15px solid #fff;
border-left: 15px solid #fff;
}

#overlay .col3 .row2 {
width: 100%;
height: 33vh;
box-sizing: border-box;
border: 15px solid #fff;
}

#overlay .col3 .row3 {
width: 100%;
height: 33vh;
background: #fff;
}

#overlay .col4 {
width: 20%;
}

#overlay .col4 .row1 {
width: 100%;
height: 34vh;
background: #fff;
}

#overlay .col4 .row2 {
width: 100%;
height: 33vh;
background: #fff;
}

#overlay .col4 .row3 {
width: 100%;
height: 33vh;
box-sizing: border-box;
border-top: 15px solid #fff;
border-right: 15px solid #fff;
border-bottom: 30px solid #fff;
border-left: 15px solid #fff;
}

#overlay .col5 {
width: 20%;
height: 100vh;
background: #fff;
}

#overlay .text {
text-align: right;
position: absolute;
z-index: 3;
top: 5%;
right: 60px;
}

#overlay .text h2 {
font-size: 1.7rem;
line-height: 2rem;
letter-spacing: 0.05rem;
margin-bottom: 10px;
}

#overlay .text p {
font-size: 1rem;
line-height: 1.8rem;
letter-spacing: 0.05rem;
}

#overlay #scroll {
width: 50px;
height: 50px;
position: absolute;
z-index: 3;
bottom: 50px;
right: 60px;
}

#overlay #scroll img {
width: 100%;
height: 100%;
}

#overlay #logo {
position: absolute;
z-index: 2;
bottom: 60px;
left: 50%;
transform: translate(-50%, 50%);
-webkit-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
}

#overlay #logo img {
width: 200px;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
z-index: 1;
width: 100%;
height: 200vh;
margin: 0 auto;
}

p {
font-size: 1.3rem;
line-height: 2.8rem;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

#looks {
width: 100%;
height: 100vh;
position: sticky;
top: 0;
left: 0;
}

.look {
z-index: 1;
width: 100%;
height: 100vh;
max-height: calc(100vh/3);
position: relative;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto 0 auto;
}

.look .photo {
position: relative;
width: 20%;
height: calc(100vh/3);
}

.photo img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top center;
opacity: 0.8;
}

.photo a:hover img {
opacity: 1;
}

.look .photo a[href$=".jpg"]::after {
content: '';
position: absolute;
left: 10px;
bottom: 10px;
display: inline-block;
width: 10px;
height: 10px;
background-image: url(../image/plus.png);
background-size: contain;
vertical-align: middle;
opacity: 0.8;
}

/* ----------------------------------------------------------------
Product
----------------------------------------------------------------- */

.lb-caption a {
font-size: 1.2rem;
margin-right: 20px;
font-weight: normal;
}

.lb-caption a.feature {
font-weight: bold;
}

.lb-caption a:link,
.lb-caption a:visited {
color: #fff;
text-decoration: none;
}

.lb-caption a:hover {
color: #eee;
text-decoration: underline;
}

.lb-number {
display: none!important;
}
</pre></body></html>