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

/*

Font size

20px: 1.667em
18px: 1.5em
17px: 1.417em
16px: 1.334em
15px: 1.25em
14px: 1.167em
13px: 1.084em
12px: 1em
11px: .917em
10px: .834em

*/

/* ************************************************************************************************************************ */
/* 
	Base
*/
/* ************************************************************************************************************************ */

body{
	background-color: #fff;
	font-size: 12px;
	font-family: Arial;
}

#container{
	padding: 0;
	margin: 0;
}

#wrapper{
	padding: 20px 0 0 50px;
	/*width: 951px;*/
}

a{
	color: #6699CC;
}

@media screen and (max-width: 767px) {
	#wrapper{
		padding: 0;
	}

}


/* ************************************************************************************************************************ */
/* 
	Header
*/
/* ************************************************************************************************************************ */

div#header{
	float: left;
}

h1#logo{
}

h1#logo a{
	width: 70px;
	height: 98px;
	display: block;
	background: url(../images/hakushika_logo.svg) no-repeat;
	background-size: 100% 100% !important;
	text-indent: -100000px;
}

@media screen and (max-width: 767px) {
	div#header{
		padding: 7px 0;
		float: none;
		position: relative;
		border-bottom: 1px solid #EEE;
	}
	
	h1#logo a{
		width: 33px;
		margin: 0 auto;
		height: 46px;
	}
	
	.menu {
		width: 30px;
		height: 26px;
		position: absolute;
		right: 25px;
		top: 17px;
	}
	
	.menu a {
		display: block;
		width: 30px;
		height: 26px;
	}
	
	.menu.on {
		background: url(../images/close.jpg) no-repeat center center;
		background-size: 30px auto;
	}
	
	.menu.on img {
		display: none;
	}

}

/* ************************************************************************************************************************ */
/* 
	Navigation &amp; PunkzList
*/
/* ************************************************************************************************************************ */
ul#menu{
	height: 13px;
}

ul#menu li p a {
	display: block;
	padding-bottom: 13px;
}

ul#menu li ul {
	display: none;
	width: 324px;
	padding: 22px 24px;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px #ddd;
	box-sizing: border-box;
}
ul#menu li ul.show{
	display:block;
}
ul#menu li ul:before {
	width: 16px;
	height: 10px;
	background: url(../images/icon04.jpg) no-repeat;
	position: absolute;
	top: -10px;
	left: 25px;
  
	content: ""; 
}

ul#menu li ul#cultureNavi{
	width: 380px;
}

ul#menu li ul#enjoyNavi{
	width: 310px;
}

ul#menu li ul#productionNavi{
	width: 276px;
}

ul#menu li ul#companyNavi{
 width: 388px;
}

/*------------------------------------
             languages
------------------------------------*/
div#ja{
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 20000;
	color: #ccc;
	display: flex;
	align-items: center;
}
div#ja .snsList{
	margin-right:8px;
}
div#ja .snsList a {
	display: inline-block;
	width:38px;
	height:38px;
	margin-right:10px;
}
div#ja .langList a {
	display: inline-block;
	padding: 0;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
div#ja .langList a:hover {
	color: #6699CC;
}
.langs .langList a:after{
	content:"/";
	margin:0 5px;
	color:#ccc;
}
.langs .langList a:last-child:after{
	content:"";
	margin:0;
}


div#punkz{
	margin-top: 27px;
	font-size: 0.917em;
	font-family: Arial;
	color: #999;
}

div#punkz a{
	color: #999;
}

div#punkz a:hover{
	color: #666;
}

div#gnavi {
 	margin: 25px -300px 0 -34px;
}

div#gnavi #menu &gt; li {
	margin-right: 28px;
	float: left;
	position: relative;
}

div#gnavi #menu &gt; li:last-child {
	margin-right: 0;
}

div#gnavi #menu &gt; li a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
	letter-spacing: 0.3px;
}

div#gnavi #menu &gt; li a:hover {
	color: #6699cc;
}

div#gnavi #menu &gt; li li {
	margin-bottom: 18px;
}

div#gnavi #menu &gt; li li:last-child {
	margin-bottom: 0;
}

div#gnavi #menu &gt; li li a {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
	background: url(../images/icon03.jpg) no-repeat center right 1px;
}

div#gnavi #menu &gt; li li a:hover {
	color: #6699CC;
}

@media screen and (min-width: 768px) {
	div#gnavi {
		display: block !important;
	}
}

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

	div#ja {
		display: none;
	}
	div#punkz {
		display: none;
	}
	ul#menu{
		display: block;
		height: inherit;
	}
	ul#menu li{
		margin: 0 !important;
	}
	div#gnavi {
		display: none;
		width: 100%;
		margin: 0;
		font-family: Arial;
		background-color: #FAFAFA;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 100;
	}
	div#gnavi #menu &gt; li {
		margin-right: 0;
		float: none;
	}
	div#gnavi #menu &gt; li a {
		padding: 19px 24px 22px;
		display: block;
		color: #000;
		font-size: 16px !important;
		letter-spacing: 0.5px;
		line-height: 1.5 !important;
		border-bottom: 1px solid #eee;
		background: #fff;
	}
	div#gnavi #menu &gt; li li {
		margin-bottom: 0;
	}
	div#gnavi #menu &gt; li li a {
		padding: 19px 24px 22px 35px;
		background: #FAFAFA;
	}
	div#gnavi #menu &gt; li li:first-child a {
		padding-left:24px;
	}	
	div#gnavi #menu p {
		color: #000;
		cursor: pointer;
		font-size: 16px !important;
		letter-spacing: 0.5px;
		line-height: 1.5 !important;
		border-bottom: 1px solid #eee;
		background: url(../images/icon02.png) no-repeat center right 26px #fff;
		background-size: 16px 9px !important;
	}
	div#gnavi #menu p span {
		padding: 19px 24px 22px;
		display: block;
	}
	div#gnavi #menu p.on {
		color: #6699cc !important;
		background: url(../images/icon01.png) no-repeat center right 26px #fff;
	}
	div#gnavi #menu &gt; li a:hover {
		color: #000 !important;
		background: #fff;
	}
	div#gnavi #menu &gt; li li a:hover {
		color: #000 !important;
		background: #FAFAFA;
	}
	div#gnavi #menu p.on a:hover {
		color: #6699cc !important;
	}
	ul#menu li ul {
		display: none;
		width: auto !important;
		padding: 0;
		position: static;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	ul#menu li ul:before {
		display: none;
	}
	.menuList {
		padding: 15px 0 15px;
		text-align: center;
		display: flex;
	}
	.menuList li {
		width: auto;
		display: inline-block;
	}
	.menuList li a {
		display: block;
		text-align: center;
		color: #000;
		font-size: 15px;
		text-decoration: none;
	}
	.menuList li a:after{
		content:"/";
		margin:0 15px;
		color:#ccc;
	}
	.menuList li:last-child a:after{
		content:"";
		margin:0;
	}

	.snsList {
		padding: 0 0 70px;
		text-align: center;
		display: flex;
	}
	.snsList li {
		width: 38px;
		height:38px;
		margin:0 10px;
		display: inline-block;
	}
	.snsList li a {
		display: block;
	}
	ul#menu p a:before {
		display: none !important;
	}
}
@media screen and (max-width: 420px) {
	.menuList li {
		width: auto;
	}
}

/* ************************************************************************************************************************ */
/* 
	Main Area
*/
/* ************************************************************************************************************************ */


div#main{
	top:10px;
	background: url(../images/contents_bg.png) no-repeat;
	width: 764px;
	padding: 0 1px 0 1px;
	margin-left: 146px;
	position:relative;
}

div#index{
	top:10px;
	width: 764px;
	padding: 0 1px 0 1px;
	margin-left: 146px;
	position:relative;
}

@media screen and (max-width: 767px) {
	div#main{
		background: none;
		width: auto;
		padding: 21px 0 0;
		margin-left: 0;
	}
	
	div#index{
		width: auto;
		padding: 0 0 30px;
		margin-left: 0;
	}

}

/* ************************************************************************************************************************ */
/* 
	Footer
*/
/* ************************************************************************************************************************ */

div#footer{
	width:764px;
	margin: 40px 0 0 0;
	padding: 10px 0 20px 0;
}

div.pagetop{
	margin-right: 15px;
	text-align: right;
	font-size: .834em;
}

div.pagetop a{
	background: url(../images/pagetop.gif) no-repeat left bottom;
	padding-left: 10px;
	text-decoration: none;
}

div.fgroup{
	padding: 20px 0 0 0;
	background: url(../images/line.png) no-repeat;
}

div.fnavi{
	text-align: center;
	font-size: .834em;
	color: #6699CC;
}

div.fnavi a{
	text-decoration: none;
}

div.pagetop a:hover,
div.fnavi a:hover{
	text-decoration: underline;
	color: #A3C2E0;
}

div.copyright{
	text-align: center;
	font-size: .834em;
	margin-top: 5px;
	padding: 20px 0 0 0;
	background: url(../images/cp_line.gif) no-repeat;
}

div#ja img{
	margin-left:1px;
}

@media screen and (max-width: 767px) {
	div#footer{
		width:auto;
		margin: 16px 0 0;
		padding: 24px 0;
		border-top: 2px solid #F2F2F2;
	}
	
	div.pagetop{
		display: none;
	}
	
	div.fgroup{
		padding: 0;
		background: none;
	}
	
	div.fnavi{
		display: none;
	}
		
	div.copyright{
		font-size: 12px;
		margin-top: 0;
		padding: 0;
		background: none;
	}
	
}</pre></body></html>