<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#header-top {
	width: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
	z-index: 1;
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	margin-top: 200px;
}

#title-area {
	width: 100%;

	margin: 0 auto;
	text-align: center;
}
#header-top #title-area img{

	width: 400px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#header-top #title-area img.logo-icon{

	width: 110px;
	margin-top: 50px;
	margin-right: 10px;
}
#header-pc {
	width: 100%;
	float: left;
}
#header-smp {
	display: none;
}
.pc-menu{
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.pc-menu li{
	float: left;
	text-align: left;
	font-weight: 300;
	font-size: .8em;
	letter-spacing: 1px;
	padding-right: 25px;
	padding-left: 20px;
	margin-bottom: 25px;
	margin-top: 10px;
	padding-bottom: 5px;
}
.pc-menu li:first-child{
	padding-left: 0;
}
.pc-menu li:last-child{
	padding-right: 0;
}
.pc-menu li a{
	color: #797979;
}
.pc-menu li a:hover{
	color: #aeaeae;
}
.en-menu {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #333;
	font-size: 1.1em;
	padding-top: 5px;
	font-weight: 500;
}
.en-menu:hover {
	color: #999;
}
/*窶披�  scroll navi   ------*/
#header-top.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	background-color: rgba(255, 255, 255, .9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	padding-top: 0;
}
#header-top.fixed #title-area img{
	width: 200px;
	margin-top: 15px;
	margin-bottom: 00px;
}
#header-top.fixed #title-area img.logo-icon{
	width: 55px;
	margin-top: 15px;
}
#header-top.fixed .pc-menu li{
	margin-bottom: 5px;
	margin-top: 0;
}
/*窶披�  end scroll navi   ------*/
.logo-icon-menu {

	text-align: center;
	position: absolute;
	bottom: 10%;
	width: 100%;
}
.logo-icon-menu img{
	width: 30%;
}
/*----   drawer  ------*/

.drawer-nav{
	background-color: rgba(255, 255, 255, 0.8);
	color: #333;
}
.drawer-menu-v {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 7px;
	margin-left: 21%;
}
_:-ms-lang(x), .drawer-menu-v {
  margin-left: 12%;
}
.drawer-shop {
display: block;
padding: .75rem .75rem .75rem 0;
text-decoration: none;
color: #222;	
}
.drawer-menu li a {

	line-height: 0;
	letter-spacing: 1px;
}
.drawer-menu-h {
	position: absolute;
	top: 5%;
	margin: 0;
	padding: 0 0 0 10%;
}
.drawer-menu-item {

	display: block;
  	padding: .75rem .75rem .75rem 0;
  	text-decoration: none;
  	color: #222;
}
.drawer-menu-sub {

	display: block;
	padding: .35rem .35rem .35rem 2rem;
	text-decoration: none;
  	color: #222;
 	font-size: 1rem;
	letter-spacing: 1px;

}

.drawer-menu-h .drawer-menu-item, .drawer-menu-h .drawer-shop{
	font-size: 1rem;
	letter-spacing: 1px;
/* bold
	font-weight: bold;
*/
}
@media (max-width:880px) {
	#header-top {
		background-color: rgba(255, 255, 255, 0.7);
		border-bottom: 1px solid rgba(128, 128, 128, 0.2);
	}
	#header-top #title-area img{
	width: 200px;
	margin-top: 20px;
	}
	#header-top #title-area img.logo-icon{
	width: 55px;
	margin-top: 20px;
	}
/*窶披�  scroll navi   ------*/
	#header-top.fixed {
	height: 60px;
	}
	#header-top.fixed #title-area img{
	width: 200px;
	margin-top: 20px;
	}
	#header-top.fixed #title-area img.logo-icon{
	width: 55px;
	margin-top: 20px;
	}
	#header-pc {
	display: none;
	}
	#header-smp {
	display: block;
	}
	.drawer--left .drawer-hamburger {
		left: 1%;
		top: -11px!important;
	}
}

@media (max-width:768px) {
	.drawer-nav {
		width: 20.25rem;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 20.25rem;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 20.25rem;
	}	.drawer-menu-h {
		margin-left: 0;
		bottom: 0;
	}
	.drawer-menu-v {
		margin-left: 10%;
	}
	.drawer-menu-item {
  	padding: .6rem 0;
	}
	.drawer-shop{
  	padding: .6rem 0;
	}
	_:-ms-lang(x), .drawer-menu-v {
		margin-left: 3%;
	}


}
@media (max-width:460px) {
	.drawer-nav {
		width: 16.25rem;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 16.25rem;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 16.25rem;
	}
	.drawer-menu-item {
		font-size: .7rem;
		padding: .5rem 0;
	}
	.drawer-shop{
		font-size: 0.7rem;
		padding: .5rem 0;
	}
	
	#header-top #title-area img{
	width: 170px;
	margin-top: 22px;
	}
	#header-top #title-area img.logo-icon{
	width: 45px;
	margin-top: 22px;
	margin-right: 3px;
	}
/*窶披�  scroll navi   ------*/
	#header-top.fixed {
	height: 60px;
	}
	#header-top.fixed #title-area img{
	width: 170px;
	margin-top: 22px;
	}
	#header-top.fixed #title-area img.logo-icon{
	width: 45px;
	margin-top: 22px;
	margin-right: 3px;
	}

}
@media (max-width:360px) {
	.drawer-nav {
		width: 14.25rem;
	}
	.drawer--left .drawer-nav {
		left: -14.25rem;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 13.25rem;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 13.25rem;
	}
	.drawer-menu-item {
		font-size: .7rem;
		padding: .5rem;
	}
	.drawer-shop{
		font-size: 0.7rem;
		padding: .5rem;
	}
}
@media screen and (max-width: 320px) {
	#header-top #title-area img{
	width: 160px;
	margin-top: 22px;
	}
	#header-top #title-area img.logo-icon{
	width: 40px;
	margin-top: 22px;
	margin-right: 3px;
	margin-left: 30px;
	}
/*窶披�  scroll navi   ------*/
	#header-top.fixed {
	height: 60px;
	}
	#header-top.fixed #title-area img{
	width: 160px;
	margin-top: 22px;
	}
	#header-top.fixed #title-area img.logo-icon{
	width: 40px;
	margin-top: 22px;
	margin-right: 3px;
	}	
	
	
}</pre></body></html>