<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 Stylesheet
-------------------------------------------------- */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,
dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display:block;}
nav ul { list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}
del {text-decoration: line-tshrough;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table { border-collapse:collapse;border-spacing:0;}
hr {display:block; height:1px; border:0;   border-top:1px solid #cccccc; margin:1em 0;padding:0;}
input, select { vertical-align:middle;}
a {outline: none;}

/* base settings
-------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic',sans-serif;
	line-height: 1.8;
	width: 100%;
	height: 100%;
	position: relative;
	font-size:12px;
	background: #3e3a39;
}
#wrap {
	z-index:3000;
	position: relative;
}
#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	background:#1e2088;
	z-index:5000;
	display: none;
}
header {
	height:100%;
	width: 100%;
	position: relative;
}
#cover {
	position: absolute;
	height: 100%;
	width: 100%;
}
header #visual_title {
	position: absolute;
	width: 100%;
	height: 100%;
	line-height:100%;
	text-align: center;
}

footer {
	color: #FFF;
	font-size:10px;
	text-align: center;
}
footer p{
	padding:10px 0;
}

/* menu */
#menu {
	position: fixed;
	left:0px;
	top:0px;
	z-index:40000;
}
#menuButton {
    display: block;
    width: 42px;
    height:42px;
    top: 10px;
    left: 10px;
    z-index: 3000;
    position: absolute;
}
#menuButton span {
    display: block;
    background: #000;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}
#menuButton.active span {
	background:#FFF;
}
#menubg {
	position: absolute;
	width: 0px;
	background:url(../images/menu_bg.png);
	height: 100%;
	height: 2000px;
	z-index:20;
	left:0px;
}
#menu ul {
	position: relative;
	top:80px;
	z-index:1000;
	margin:0 auto;
	width: 0px;
	overflow:hidden;
}
#menu ul li{
	list-style-type: none;
	display: block;
	overflow: hidden;
	margin:0 0 15px;
	width:0px;
	text-align: center;
}
#menu ul li a{
	margin:0 auto;
	width:150px;
	display: block;
	text-decoration: none;
	color: #FFF;
	    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	    font-size:16px;
	    letter-spacing: 1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menu ul li a:hover,
#menu ul li a.current {
	color: #fff20e;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.cbox1,
.cbox2 {
	width: 100%;
	overflow: hidden;
}
.cbox2 .inbox {
	width: 50%;
	float: left;
	overflow: hidden;
}

.cbox1,
.product-img {
	line-height: 0;
}
.product-detail {
	
}
.cbox1 img ,
.cbox2 img {
	width: 100%;
}
.product-detail-wrap {
	width: 80%;
	margin:0 auto;
	padding-top:7%;
}

.product-detail-link {

}
.product-detail-wrap h2 {
	font-size:2em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom:0.6em;
}
.product-detail-wrap h2 span{
	display: block;
	font-weight: normal;
	font-size:0.5em;
	line-height: 1.1;
}
	.product-detail-wrap p.designer{
		font-size:1.2em;
		letter-spacing: 1px;
		margin-bottom: 2em;
	}
	.product-detail-wrap p.designer span{
		font-size:0.8em;
	}
	.product-detail-link {
		display: block;
		line-height: 1.1;
		border:solid 1px #000;
		width: 6em;
		text-align: center;
		padding:6px 0;
		color: #000;
		text-decoration: none;
		margin-top:10px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;		
	}
	.product-detail-link:hover {
		background:#000;
		color: #FFF;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
	}

/*
	#product-list a {


    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;		
opacity: 0.2;
filter: alpha(opacity=20);
-moz-opacity: 0.2;
	}
	#product-list a:hover {
opacity: 1;
filter: alpha(opacity=100);
-moz-opacity: 1;

    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;		
		
	}
	*/
	#product-list {
		width: 100%;
		overflow: hidden;
		text-align: center;
	}
	#product-list ul{
		width: 100%;
		overflow: hidden;
		text-align: center;
		padding:80px 0;
	}
	#product-list ul li{
		list-style-type: none;
		width: auto;
		display: inline-block;
		margin:0 10px;
	}

	#product-list a span.def{
		position: absolute;
		display: block;
		z-index:400;
	}
	#product-list a span.ov{
		position: relative;
		display: block;
/*		width:0;
		overflow: hidden; */
		z-index:200;
	}

	.product-detail-wrap {
		padding-bottom:2em;
	}


#introduction {
	line-height: 2.6;	
}
.color-yellow{
	color: #fff225 !important;
}


/* SP
-------------------------------------------------- */
@media screen and (max-width:640px){
	#introduction p{
		padding:20px 10px;
	}

	.sp_none {
		display: none;
	}
	.cbox2 .inbox {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	#product-list ul{
		padding:30px 0;
	}
	.product-detail-wrap {
		width: 90%;
		padding-top:5%;
	}
	.product-detail-wrap h2 {
		font-size:1.6em;
	}
	.product-detail-wrap p{
		line-height: 1.8;
		text-align: justify;
	}
	#product-list ul li{
		margin:0 0;
	}
	#product-list ul li img{
		height: 100px;
	}
	footer {
		padding:40px 0 20px;
	}
}


/* PC
-------------------------------------------------- */
@media screen and (min-width:641px){
	.pc_none {
		display: none;
	}
	#introduction p{
		text-align: center;
		padding:150px 0 150px;
	}

	footer {
		padding:210px 0 20px;
	}
	.inbox.inboxR {float: right}
	.product-detail-wrap p{
		text-align: justify;
		line-height: 2.4;
	}

}</pre></body></html>