<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 css

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/__/_/_/_/_/_/_/_/_/_/_/_/_/ */
*{ margin: 0; padding:0; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; line-height:1; }
ul{ list-style:none; }
img { vertical-align:bottom; }


/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	common css

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/__/_/_/_/_/_/_/_/_/_/_/_/_/ */
html {
	height:100%;
}
body{
	height:100%;
	font-family:"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E ,"ヒラギノ明朝 Pro W3","HiraMinPro-W3","Arial",'游ゴシック体',"ＭＳ Ｐゴシック",serif;
	color:#FFF;
	font-size:15px;
}

#container {
	background:url(../img/bg-main.jpg) repeat-y;
	background-size:contain;
}

#contents {
	padding-bottom:120px;
}

#contents section {
	text-align:center;
}

#contents section h2 {
	margin:0 auto 50px;
	text-align:center;
	font-size:32px;
}

#contents section h2 .ja {
	display:block;
	padding-top:10px;
	font-size:45%;
}

#layerA {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:#000;
	z-index:1;
}

a { color:#eeeea2; text-decoration:none; }
a:hover{ color:#eeeea2; text-decoration:underline; transition: all 0.3s ease-in-out; }


/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	Keyframes css

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/__/_/_/_/_/_/_/_/_/_/_/_/_/ */
@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
} 

@keyframes fadeOut {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
} 

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	Module css

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/__/_/_/_/_/_/_/_/_/_/_/_/_/ */
.mediaPC { display:block; }
.mediaSP { display:none; }

.pt10 { padding-top:10px; }
.pt20 { padding-top:20px; }
.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }

.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mb10 { margin-bottom:10px !important; }
.mb20 { margin-bottom:20px !important; }
.mb30 { margin-bottom:30px !important; }
.mb40 { margin-bottom:40px !important; }

.fontS { font-size:75%; }
.fontL { font-size:125%; }

.boxWidth { margin:0 auto; }
.boxWidth.w1100 { width:1100px; }
.boxWidth.w960 { width:960px; }
.boxWidth.w860 { width:860px; }

.boxCol { overflow:hidden; }
.boxCol &gt; .colL { float:left; }
.boxCol &gt; .colR { float:right; }

.keyFadeIn {
    animation-name:fadeIn;
    animation-duration: 3s;
    animation-fill-mode:forwards;
}

.keyFadeOut {
    animation-name:fadeOut;
    animation-duration: 3s;
    animation-fill-mode:forwards;
}

.txtRead {
	line-height:2.2em;
}

.linkBtn {
    width:300px;
    margin:0 auto;
}

.linkBtn a {
    display:block;
    padding:10px 0;
    border:solid 1px #FFF;
    border-radius:5px;
    text-align:center;
    color:#FFF;
    transition:.3s;
}

.linkBtn a:hover {
	background-color:#FFF;
    color:#000;
    text-decoration:none;
}

/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	base css

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ */


/* header
================================================= */
header {
	text-align:right;
}

header #gNavi {
	display:inline-block;
	overflow:hidden;
	margin-top:20px;
}

header #gNavi li {
	float:left;
	width:auto;
	padding:5px 25px;
	font-size:16px;
}

header #gNavi li:last-child {
	padding-right:0;
}

header #gNavi li a {
	color:#FFF;
}

header #gNavi li .ja {
	display:block;
	font-size:65%;
	line-height:1em;
	text-align:center;
}

/* visual
 ==================================================== */
#contents #areaVisual {
    margin-top:120px;
}

#contents #areaVisual img {
	width:100%;
}

#contents #areaVisual &gt; .inner {
	overflow:hidden;
}

#contents #areaVisual .colR {
	width:50%;
}

#contents #areaVisual .colL {
	width:45%;
	margin-top:40px;
}

#contents .boxNewsList {
	margin-top:60px;
}

/* news
 ==================================================== */
#contents .boxNewsList &gt; ul &gt; li {
	padding-bottom:15px;
	border-bottom:solid 1px #516671;
    margin-bottom:15px;
}

#contents .boxNewsList &gt; ul &gt; li &gt; dl {
    overflow:hidden;
}

#contents .boxNewsList &gt; ul &gt; li &gt; dl &gt; dt {
    float:left; 
}

#contents .boxNewsList &gt; ul &gt; li &gt; dl &gt; dd {
    margin-left:20%;
    text-align:left;
}

/* area [Intro]
 ==================================================== */
#intro {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9999;
}

#intro &gt; .inner {
	display:table;
	width:100%;
	height:100%;
}

#intro .txtRead{
	display:table-cell;
	padding-left:-10px;
	text-align:center;
	vertical-align:middle;
	font-size:125%;
	opacity:0;
}


/* area [Introduction]
 ==================================================== */
#contents #areaIntro {
	margin-top:120px;
}

#contents #areaIntro p {
	line-height:2.6em;
}

/* area [Information]
 ==================================================== */
#contents #areaInfo {
	margin-top:120px;
}

#contents #areaInfo .boxInfoList &gt; ul &gt; li {
	padding:0 40px 20px;
	border-bottom:solid 1px #516671;
    margin-bottom:20px;
}

#contents #areaInfo .boxInfoList &gt; ul &gt; li &gt; dl {
    overflow:hidden;
    text-align:left;
}

#contents #areaInfo .boxInfoList &gt; ul &gt; li &gt; dl &gt; dt {
    float:left;
}

#contents #areaInfo .boxInfoList &gt; ul &gt; li &gt; dl &gt; dd {
    margin-left:20%;
}

/* area [Access]
 ==================================================== */
#contents #areaAccess {
	margin-top:120px;
}

#contents #areaAccess #mapWrap {
	margin-bottom:40px;
}

#contents #areaAccess .locate {
	margin-bottom:20px;
	font-size:18px;
	line-height:1.2em;
}

#contents #areaAccess .locate .ja {
	font-size:80%;
}

/* area [Goods]
 ==================================================== */
#contents #areaGoods {
    margin-top:120px;
}

/* area [Author]
 ==================================================== */
#contents #areaAuthor {
	margin-top:120px;
}

#contents #areaAuthor #artistPic {
	width:165px;
	margin:0 auto 20px;
}

#contents #areaAuthor #artistPic img {
	width:100%;
}

#contents #areaAuthor #artistPic figcaption {
	margin-top:20px;
}

#contents #areaAuthor #artistPic h3 {
	font-size:20px;
	margin:0 auto;
}

#contents #areaAuthor #artistPic .en {
	margin:8px auto 0;
	font-size:80%;
	line-height:1em;
}

#contents #areaAuthor .txtRead {
	line-height:2.6em;
}


/* footer
================================================== */
footer {
	width:100%;
	background-color:#000;
	color:#FFF;
	text-align:center;
	font-size:85%;
}

footer &gt; .inner {
	padding:10px 0;
}

/* surface
================================================== */
.surface { position:absolute; opacity:.5; transition:1s; }
.surface.eyes { top:0; }

#eyesA { width:115px; height:72px; background:url(../img/pic-eyes-01.png) no-repeat; background-size:cover; }
#eyesB { width:150px; height:64px; background:url(../img/pic-eyes-02.png) no-repeat; background-size:cover; }
#eyesC { width:125px; height:79px; background:url(../img/pic-eyes-03.png) no-repeat; background-size:cover; }
#eyesD { width:180px; height:110px; background:url(../img/pic-eyes-04.png) no-repeat; background-size:cover; }
</pre></body></html>