<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Mouse+Memoirs);
/*
	##### SITE NAME #####
	Copyright (C) 著作者名 All Rights Reserved.

	[Base] Formatting browser's default styles
		0. Reset
		1. HTML, Body, Anchor
		2. Headings
		3. Lists
		4. Tables
		5. Forms
		6. Others

	[Layout] 
		0. Base Layout
		1. Header
		2. Content
		3. Footer

	[Module] 
		1. Common Module
		90. Others
		99. Clearfix
*/

/*/////////////////////////////////////////////////////////////
[Base] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Reset
------------------------------------------------------------ */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer,
header, hgroup, menu, nav, section {
	display: block;
}

/* ------------------------------------------------------------
	1. HTML, Body, Anchor
------------------------------------------------------------ */
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #000;
	text-align: center;
}
a {
	color: #c00;
	-webkit-tap-highlight-color: rgba(00,33,99,0.3); /* タップ時の背景色 */
}
img{
	max-width: 100%;
	height: auto;
}
/* ------------------------------------------------------------
	2. Headings
------------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* ------------------------------------------------------------
	3. Lists
------------------------------------------------------------ */
li {
	list-style: none;
}

/* ------------------------------------------------------------
	4. Tables
------------------------------------------------------------ */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

/* ------------------------------------------------------------
	5. Forms
------------------------------------------------------------ */
fieldset {
	border: none;
}
input, textarea, select, label {
	font-size: 100%;
	vertical-align: middle;
}
textarea {
	overflow: auto;
}

/* ------------------------------------------------------------
	6. Others
------------------------------------------------------------ */
.serif{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
img {
	border: none;
	vertical-align: middle;
}
em, strong {
	font-weight: bold;
	font-style: normal;
}
mark {
	font-weight: bold;
}
object {
	vertical-align: middle;
	outline: none;
}
blockquote, q {
	quotes: none;
}
q:before, q:after {
	content: '';
}
code {
	font-family: monospace;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
abbr, acronym {
	border: none;
	font-variant: normal;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #333;
	cursor: help;
}
address, caption, cite, code, dfn, var {
	font-weight: normal;
	font-style: normal;
}
hr {
	background-color: #fff;
	border: 0;
	clear: both;
	height: 2px;
	margin: 30px 0;
}
pre {
	font-family: monospace;
}

/*/////////////////////////////////////////////////////////////
[Layout] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */
body {
	background: #000;
}

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */
body &gt; header {
	float: left;
	width: 100%;
	margin: 0 auto 0;
	text-align: center;
}
body &gt; header h1 {
	margin-bottom: 0;
}
.sns{
	float: left;
	width: 100%;
}

.mainVisual{
	border-bottom: 2px solid #392e1c;
}
/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */
#content{
	float: left;
	width: 100%;
	}
	#content h1{
		margin-bottom: 20px;
}

.pageTtl{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	margin-bottom: 10px;
}
#main{
	float: left;
	width: 100%;
	padding: 4% 3.14% 4%;
}
#cd,
#sound,
#youtube{
	float: left;
	width: 100%;
	padding: 4% 3.14% 4%;
}
.jkt{
	text-align: center;
	vertical-align: middle;
	}
	.jkt img{
		clear: none;
		width: 80%;
		border: 2px solid #fff;
		margin: 0 0 20px;
}

.sns{
	float: left;
	width: 100%;
	margin: 0 0 15px;
	text-align: center;
	list-style: none;
	}
	.sns li {
		display: inline-block;
		padding: 0 5px;
}


.Title,
.P_10 {
	padding: 10px;
}
.Title h3{
	color: #c9171d;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(top, #d7a303, #f2db00);/* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#d7a303), to(#f2db00));/* Safari,Google Chrome */
}

#youtube{
	float: left;
	width: 100%;
	padding: 4% 0 4%;
}
#youtube h1{padding: 0 3.14% 10px;}

#buy {
	margin-bottom: 20px;
	text-align: center;
	}
	#buy li{
		display: inline-block;
		vertical-align: middle;
		padding: 5px 2px;
		}
		#buy li img{
			height: 28px !important;
}


#menu{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}
	#menu ul{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
		border-top:1px solid #fff;
		}
		#menu ul li{
			float: left;
			width: 100%;
			padding: 5px;
			border-bottom:1px solid #fff;
			line-height: .9;
		}
		#menu ul li:nth-child(1){
			background: #b64334
		}
		#menu ul li:nth-child(2){
			background: #e2a046;
		}
		#menu ul li:nth-child(3){
			background: #a2c94c;
	}
	#menu p{
		float: left;
		width: 100%;
		margin: 0;
		padding: 30px 10px 30px;
		list-style: none;
		border-bottom:1px solid #fff;
	}
	#menu p a{
		float: left;
		width: 100%;
		padding: 5px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		font-size: 1.2em;
		background: #e62566;
		border: 1px solid #fff;
		border-radius: 3px;
		margin-bottom: 5px;
}

#tour {
	padding: 0 3%;
	margin-bottom: 30px;
}
#tour ul{
	float: left;
	width:100%;
	margin: 0 0 10px;
	text-align: left;
	}
	#tour ul li{
		float: left;
		width: 100%;
		padding: 5px 10px;
		border-top: 1px dotted #999;
		font-size: .9em;
		font-weight: bold;
		text-shadow: 1px 1px 0 rgba(255,255,255,.7);
	}
	#tour ul li:first-child{
		border-top: none;
	}
	#tour ul li:last-child{
		text-align: center;
		padding: 15px;
		border-top: 2px solid #392e1c;
		border-bottom: 2px solid #392e1c;
/*
		font-size: 1.2em;
		border-top: 2px solid #392e1c;
		border-bottom: 2px solid #392e1c;
*/
}
#tour h1{
	margin-bottom: 10px
}
#tour p{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px;
}
#tour p.final{
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#tour p a{
	float: left;
	width: 100%;
}


.fs08 {font-size: .75em}
.fs09 {font-size: .9em}
.fs11 {font-size: 1.1em}
.fs12 {font-size: 1.2em}
.fs13 {font-size: 1.3em}
.fs14 {font-size: 1.4em}
.fs15 {font-size: 1.5em}
.fs16 {font-size: 1.6em}
.fs17 {font-size: 1.7em}
.fs18 {font-size: 1.8em}
.fs19 {font-size: 1.9em}
.fs20 {font-size: 2.0em}
.blue	{	color: #47CACC !important}
.red	{	color: #E3007F !important}
.grey	{	color: #cbcbcb !important}
.m0		{	margin: 0}
.m5		{	margin: 5px}
.m10	{	margin: 10px}
.m15	{	margin: 15px}
.m20	{	margin: 20px}
.mt0	{	margin-top: 0 !important}
.mt5	{	margin-top: 5px !important}
.mt10	{	margin-top: 10px !important}
.mt15	{	margin-top: 15px !important}
.mt20	{	margin-top: 20px !important}
.mb0	{	margin-bottom: 0 !important}
.mb5	{	margin-bottom: 5px !important}
.mb10	{	margin-bottom: 10px !important}
.mb15	{	margin-bottom: 15px !important}
.mb20	{	margin-bottom: 20px !important}
.mb25	{	margin-bottom: 25px !important}
.mb30	{	margin-bottom: 30px !important}
.mb40	{	margin-bottom: 40px !important}
.mb50	{	margin-bottom: 50px !important}
.mb60	{	margin-bottom: 60px !important}
.mb70	{	margin-bottom: 70px !important}
.mb80	{	margin-bottom: 80px !important}
.mb90	{	margin-bottom: 90px !important}
.mb100	{	margin-bottom: 100px !important}
.ml10	{	margin-left: 10px}
.mr10	{	margin-right: 10px}
.mlr5	{	margin: 0 5px}
.p0		{	padding: 0 !important}
.p5		{	padding: 5px !important}
.p10	{	padding: 10px !important}
.p15	{	padding: 15px !important}
.p20	{	padding: 20px !important}
.pb0	{	padding-bottom: 0 !important}
.pb5	{	padding-bottom: 5px !important}
.pb10	{	padding-bottom: 10px !important}
.pb15	{	padding-bottom: 15px !important}
.pb20	{	padding-bottom: 20px !important}
.pt0	{	padding-top: 0 !important}
.pt5	{	padding-top: 5px !important}
.pt10	{	padding-top: 10px !important}
.pt15	{	padding-top: 15px !important}
.pt20	{	padding-top: 20px !important}
.pt35	{	padding-top: 35px !important}
.pt40	{	padding-top: 40px !important}
.pl10	{	padding-left: 10px !important}
.pr10	{	padding-right: 10px !important}
.pr20	{	padding-right: 20px !important}
.pr30	{	padding-right: 30px !important}
.plr5	{	padding-left: 5px;padding-right: 5px}
.plr10	{	padding-left: 10px;padding-right: 10px}
.plr15	{	padding-left: 15px;padding-right: 15px}
.plr20	{	padding-left: 20px;padding-right: 20px}
.PLR25	{	padding-left: 25px;padding-right: 25px}
.FlR	{	float: right !important}
.FlL	{	float: left !important}
.ClB	{	clear: both !important}
.TaL{ text-align: left !important;}
.TaC{ text-align: center !important;}
.TaR{ text-align: right !important;}



section.message{
	float: left;
	width: 94%;
	padding: 0 3%;
	color: #000;
	text-align: left;
}
section.message p{
	margin-bottom: 20px;
}

#interviewIndex,
#reviewIndex{
	float: left;
	width: 100%;
}
#interviewIndex p,
#reviewIndex p{
	padding: 0 3%;
}
#interviewIndex h1{
	margin-bottom: 20px;
}

.intHead{
	float: left;
	width: 100%;
	padding: 5% 3.14%;
}
.interview{
	float: left;
	width: 100%;
	padding: 0 3.4%;
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.interview h1 {
	font-weight: bold;
	vertical-align: bottom;
	margin-bottom: 20px;
	padding: 0 .5em 5px;
	border-bottom: 3px double #000;
}
.interview h1 small{
	font-size: .6em;
	line-height: 1.7;
	display: inline-block;
	padding: 0 10px;
	background: #000;
	border-radius: 5px;
	color: #fff;
}
.interview p{
	margin-bottom: 20px;
}
.interview p.TaR{
	margin-bottom: 20px;
	color: #999;
}


.interview h2{
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'geogia','Hiragino Mincho ProN', serif;
}


.interview h3{
	margin-bottom: .5em;
	line-height: 1.2;
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'geogia','Hiragino Mincho ProN', serif;
	border-bottom: 1px solid #fff;
	padding-bottom: .3em;
}

.interview p.int11,
.interview p.int12,
.interview p.int13{
	border-left: 3px solid #000;
	padding-left: 7px;
}
.interview p b{
	color: #bbb;
}
.interview img{
	border: 1px solid #fff;
	outline: 1px solid #000;
}

.interviewNav {
	float: left;
	width: 100%;
	padding: 5px 10px;
}
.interviewNav p{
	float: left;
	text-align: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 15px;
	font-size: 1.2em;
}
.interviewNav p.right{
	float: right;
	text-align: right;
}
.interviewNav p a{
	padding: 5px 8px;
	background: #d00;
	border: 1px solid #a00;
	color: #fff !important;
	text-decoration: none;
	border-radius: 3px;
}

.interview p.int00 {color: #999; font-weight: bold;}

.pageNav{
	float: left;
	width: 100%;
	margin: 0 0 20px;
	list-style: none;
	text-align: center;
	}
	.pageNav li{
		display: inline-block;
		padding: 0 5px;
		font-size: 1.1em;
		}
		.pageNav li a{
			padding: 5px 7px;
			background: #fff;
			border: 1px solid #fff;
			color: #000 !important;
			text-decoration: none;
			border-radius: 4px;
		}
		.pageNav li span{
			padding: 5px 7px;
			background: #666;
			border: 1px solid #666;
			color: #fff;
			text-decoration: none;
			border-radius: 4px;
}



.tourPick{
	float: left;
	width: 100%;
	padding: 0 5px 10px;
	border-bottom: 1px dotted #aaa;
	font-size: .8em;
	text-align: left;
	font-family: 'geogia','Hiragino Mincho ProN', serif;
	}
	.tourPick p{
		margin-bottom: 10px;
	}

.tourList{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 10px;
	font-size: .8em;
	text-align: left;
	font-family: 'geogia','Hiragino Mincho ProN', serif;
	}
	.tourList li{
		float: left;
		width: 100%;
		padding: 5px 5px;
		border-bottom: 1px dotted #aaa;
		font-weight: bold;
}
.word{
	text-align: left;
	font-size: .8em;
	color: #666;
	font-family: 'geogia','Hiragino Mincho ProN', serif;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */
body &gt; footer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 3% 2em;
	color: #fff;
}
body &gt; footer img{
	margin-bottom: 5px
}
body &gt; footer a{
	color: #fff;
}

/* Copyright
------------------------------------------------- */
body &gt; footer .copyright {
	font-size: 10px;
	padding-top: 10px;
}

/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

/* ------------------------------------------------------------
	1. Common Elements
------------------------------------------------------------ */

/* Title
------------------------------------------------- */

/* Text
------------------------------------------------- */

/* List
------------------------------------------------- */

#newsList{
	float: left;
	width: 100%;
	padding: 0 15px 15px 15px;
	margin-bottom: 15px;
	text-align: left;
}
#newsList &gt; h1{
	font-size: 24px;
	padding: 0 5px 5px;
	color: #d00020;
	background: left bottom repeat-x url(../img/border.jpg);
}
#newsList article{
	padding: 10px 10px;
	border-bottom: 1px dotted #999;
}


/* Form
------------------------------------------------- */
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 95%;
	margin-bottom: 5px;
	padding: 10px 5px;
}
input[type="password"] {
	width: 50%;
}

/* ------------------------------------------------------------
	2. Common Module
------------------------------------------------------------ */

.gNav{
	float: left;
	width: 100%;
	margin-bottom: 0;
	}
	.gNav ul{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
		background: #2c2728;
		border-top: 1px solid #fff;
		}
		.gNav ul li{
			float: left;
			width: 33.33%;
			padding: 0 3px 5px;
			line-height: 1.2;
			border-left: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}
		.gNav ul li:first-child,
		.gNav ul li:nth-child(4){
			border-left: none;
			}
			.gNav ul li a{
				float: left;
				width: 100%;
				line-height: 1.2;
				padding: 10px 0 5px;
				text-decoration: none;
				border-bottom: 3px solid #fff;
				color: #eee;
				font-weight: bold;
				text-shadow: -1px -1px 0 rgba(0,0,0,.6);
		}
		.gNav ul li.on{
			background: #000;
		}
		.gNav ul li.on a{
			color: #999;
			border-color: #999;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/* 	border: 2px solid #fff; */
}
/* ------------------------------------------------------------
	90. Others
------------------------------------------------------------ */

/* for Voice Browser */
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Noscript Message */
p#msgNoscript {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	background: #fcc;
	color: #f00;
	line-height: 1.2;
	text-align: center;
	opacity: 0.7;
}

/* ------------------------------------------------------------
	99. Clearfix
------------------------------------------------------------ */
.group:after {
	content : '';
	display : block;
	clear : both;
}</pre></body></html>