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

/*
	##### 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
------------------------------------------------------------ */
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
}
body {
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 12px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #fff;
	background: #000;
	background-size: 100%;
	text-align: center;
}
a {
	color: #fff;
	-webkit-tap-highlight-color: red; /* タップ時の背景色 */
}
.video-wrapper{
	margin: 0 auto 20px;
	padding: 0 10px;
	max-width: 600px;
}
.video-container {
	position: relative;
	padding-bottom: 57.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------------
	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
------------------------------------------------------------ */
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 {
	margin: 10px 0;
	color: #ccc;
}
pre {
	font-family: monospace;
}

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

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

/* ------------------------------------------------------------
	1. Header
------------------------------------------------------------ */
body &gt; header {
	padding: 10px;
	text-align: center;
	margin: 0 auto 10px;
	max-width: 620px;
}
body &gt; header.int{
	margin-bottom: 0;
	padding: 15px 0 0;
}
body &gt; header h1 {
	font-size: 20px;
}

/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */
#content {
	margin: 0 auto 10px;
	text-align: center;
	max-width: 620px;
}
#content ul{
	margin-bottom: 30px;
}
#content p{
	text-align: left;
	padding:0 10px 15px;
}
#content h1 {
	font-size: 20px;
}
#content h3{
	margin-bottom: 20px;
	padding-top: 20px;
	text-align: left;;
}
#tour #content h3{
	margin-bottom: 0;
	padding: 10px 0 0;
	font-size: 1.2em;
	text-align: left;;
}
#content h4{
	text-align: left;
}

.sideL{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: -1;
}

.sideR{
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
}

.details,
.inner2{
	display: block;
	width: 100%;
	margin: 0px auto;
}

.details dl{
	margin-bottom: 30px;
}
.details dl.cd03{
	margin-bottom: 10px;
}
.details dl dt{
	margin-top: 15px;
	margin-bottom: 15px;
}
#content .details{
	width: 100%;
	text-align: center;
}

#content .details .buy{
	float: left;
	clear: both;
	width: 90%;
	padding: 0 5%;
	text-shadow: 1px 1px 0px #000;
	}
	#content .details .buy h3{
			text-align: center;
			font-size: 1.3em;
			font-weight: bold;
			margin-bottom: 5px;
}
#content .details ul{
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 20px;
	}
	.details ul li{
		display: inline-block;
		padding: 0 5px 10px 5px ;
		font-size: 12px;
}
ul.news{
	text-align: left
}
.logo img{
	
}
.jkt{
	text-align: center;
	vertical-align: middle;
	}
	.jkt img{
		clear: none;
		margin-bottom: 10px;
	}
	.jkt .jktImg{
		margin: 0 0 10px 0;
}
iframe{
	margin: 10px 0;
}
.Title,
.P_10 {
	padding: 10px;
}
#content p.buy{
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
}
.onlineP{
	float: left;
	clear: both;
	font-size: 11px;
	width: 90%;
	padding: 5px 5%;
	margin-bottom: 15px;
}
#interView h4{
	font-size: 14px;
	color: red;
	padding: 5px 5%;
}
.interview{
	text-align: left;
}
.int01 {color: #999;}
.int02 b{color: orange;}
.int03 b{color: red;}

.interviewNav{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	text-align: left;
	padding-top: 20px;
	}
	.interviewNav p{
		width: 40%;
		border-bottom: none;
		float: left;
		clear: none;
		padding-top: 50px;
	}
	.interviewNav p.right{
		float: right;
		text-align: right !important;
	}
	.interviewNav p a{
		padding: 10px;
		color: #fff;
		text-shadow: 1px 1px 1px #000;
		background: #666;
		border-radius: 5px;
}
.inner h4{
	padding: 30px 0 15px 0;
}
#content .inner p{
	font-size:1.1em;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	text-shadow: 1px 1px 0px #000;
}

#content .inner p.staff,
#content .inner p span{
	color: #000;
	font-weight: bold;
}


#trailer{
	
}
#trailer h3{
	margin: 15px 0;
}

/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */
body &gt; footer {
	padding: 10px;
	text-align: center;
	margin: 0 auto 10px;
	max-width: 840px;
}

/* Navigation
------------------------------------------------- */
body &gt; footer nav {
	margin-bottom: 10px;
}
body &gt; footer nav:after {
	content : '';
	display : block;
	clear : both;
}
body &gt; footer nav li {
	float: left;
	width: 33%;
}
body &gt; footer nav li:first-child {
	width: 34%;
}
body &gt; footer nav a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
}
body &gt; footer nav li:first-child a {
	border-left: 0;
}

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

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

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

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

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

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

/* 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
------------------------------------------------------------ */

/* ------------------------------------------------------------
	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>