@charset "utf-8";
/*==================================================

 * PC用のCSS ※レスポンシブWebデザイン

 * <link rel...> の media="screen and (xxx)" で切替

==================================================*/



/*--------------------------------------------------

  Base Settings （基本設定）

--------------------------------------------------*/

body {
	overflow-x: hidden;
	width: 8000px;
	background-color: #310305;
}
img { border: none; }
a { border: none; }
a > img:hover {
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
a { outline: none;}

html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/*-------------------------------------------------

  Type PC / Smartphone （PC専用部、スマホ専用部）

------------------------------------------------- */



/* -- PC専用 -- */

.type-pc { }
/* -- SmartPhone専用 -- */

.type-smp { display: none; /* SmartPhone専用は非表示 */ }
.type-none { display: none; }
/*--------------------------------------------------

  Page

--------------------------------------------------*/

.main {
	color: #303030;
	width: 100%;
	min-width: 1000px;
	position: absolute;
	top: 0;
	padding-top: 92px;
	overflow-y: hidden;
}
.container {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: auto;
	min-width: 1000px;
	overflow: hidden;
}
.container > .type-smp { }
.container h1 { }
.container h1 > p { }
.main h2 { }
.main h3 { }
/*--------------------------------------------------

  Header

--------------------------------------------------*/

.header {
	background: url(../images/header.png) center top no-repeat;
	background-color: #310305;
	display: block;
	border-style: solid;
	border-color: #000000;
	border-bottom-width: 0px;
	border-bottom-width: 1px\9; /* IE8 */
 *border-bottom-width: 1px;   /* IE7 */
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-webkit-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.4);
}
.fixed-header {
	position: fixed !important;
	width: 100%;
	height: 70px;
	z-index: 100;
	top: 0;
}
.header-btn-area {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.header-btn01 {
	position: relative;
	left: 891px;
	top : 19px;
	z-index: 110;
}
.header-btn02 {
	position: relative;
	left: 665px;
	top : 19px;
	z-index: 110;
}
/*-------------------------------------------------

  Video

------------------------------------------------- */

/* 

 * PC向け動画エリア

 * [関連 JavaScriptファイル]

 * YouTube API: js/jquery.tubular.1.0.modified.js

 * 画面サイズ自動調整: js/local.js

 */

#wrapper { text-align: left; }
#tubular-container {
	z-index: 2;
	position: absolute;
}
#tubular-player {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
}
#tubular-shield {
	z-index: 30;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}
#tubular-button-play {
	z-index: 32;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
#tubular-button-scrolldown {
	z-index: 32;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
#video-area {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #310305;
}
/* SmartPhone向け動画エリア */

#video-area-smp { display: none; }
/*-------------------------------------------------

  Promotion

------------------------------------------------- */

.promo-area { margin: 0 0 0 0; }
.promo-area > div { position: relative; }
.promo-area p {
	font-size: 107.7%;
	line-height: 2;
	margin: 0;
}
/* -- photo contents -- */

.promo-photo {
	padding: 0;
	margin: 0;
}
.promo-photo .type-smp { }
.photo-cont {
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.photo-cont a:hover {
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
}
.photo-cont .photo { display: block; }
.photo-cont .mess { padding: 60px 0; }
.photo-cont .photo-list .photo { }
.photo-list {
	margin: 0 auto;
	width: 100%;
 height: 0%\9  height: 0%\9;
	font-size: 0;
	line-height: 0;
	clear: both;
	text-align: center;
}
.photo-cont .type-smp { }
.photo-cont .photo-multi .photo { }
/* -- message contents -- */

.promo-mess {
	padding: 0;
	margin: 0;
	background-color: #fff;
}
.promo-mess .type-smp { }
.promo-mess .mess-cont-txt { }
.promo-mess .photo-cont .mess { padding: 50px 0; }
.promo-mess .mess2 { padding: 0 0 15px 0; }
.promo-mess .mess3 { padding: 60px 0 15px 0; }
.promo-mess .mess4 { padding: 20px 0; }
.promo-mess .mess4 .type-smp { }
.mess-cont {
	margin: 0 auto 40px auto;
	text-align: center;
}
.mess-cont a { display: inline-block; }
.mess-cont a:hover {
	opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: .70;
	-moz-opacity: .70;
}
.promo-area .mess-cont {
	width: 1000px;
	margin: 0 auto;
}
.mess-cont > div {
	width: 520px;
	float: left;
	padding: 0 0 0 20px;
}
.mess-cont p {
	letter-spacing: -0.4px;
	text-align: left;
}
.mess-cont-ttl {
	width: 100%;
	display: table;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.mess-cont-ttl span {
	display: table-cell;
	width: 1000px;
	margin: 0 auto;
}
/*-------------------------------------------------

  End Area

------------------------------------------------- */

.button-list {
	margin: 0 auto;
	width: 100%;
 height: 0%\9  height: 0%\9;
	font-size: 0;
	line-height: 0;
	clear: both;
	background: #eee1d0;
	text-align: center;
}
.button-list .btn-short { margin: 40px 9px 20px 9px; }
.button-list .btn-long { margin: 20px 0 40px 0; }
.button-list .btn1 img { }
.button-list .btn2 img { }
.button-list .btn3 img { }
.button-list .btn4 img { }
.button-list .btn5 img { display: none; }
.button-list .btn6 { }
.button-list .btn7 { }
.button-list .btn8 img { display: none }
.line {
	width: 100%;
	background-color: #eee1d0;
	height: 2px;
	padding: 0;
	margin: 0 auto;
}
.line-bold {
	background-color: #eee1d0;
	width: 100%;
	height: 3px;
	padding: 0;
	margin: 60px 0 0 0;
}
.copyright {
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0;
}
.copyright .type-smp { }
.copyright > .type-smp img { }
/* -- company -- */

.company {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	font-size: 110%;
	color: #310305;
}
.company .company-data .title {
	font-size: 110%;
	display : inline;
	padding: 0 20px 0 0;
}
.company .company-list .title {
	font-size: 90%;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.company .links {
	margin: 0 auto;
	width: 100%;
	clear: both;
	text-align: left;
	display : inline;
}
.company .company-data .links { }
.company .company-data .links a {
	color: #310305;
	padding: 0 12px;
	text-decoration: none;
}
.company .company-list .links { font-size: 88%; }
.company .company-list .links a {
	color: #310305;
	padding: 0 6px;
	text-decoration: none;
}
/*-------------------------------------------------

  Other Settings（ js/local.js で利用できる設定値 ）

------------------------------------------------- */

#js-settings-debug-smp {
	display: none;
	visibility: hidden; /* hidden = SmartPhone用のCSSを適用していない */
}
#js-settings-animate {
	display: none;
	visibility: visible; /* visible = アニメーションを利用する */
}
