@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
------------------------------------------------------------ */
*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整OFF */
}
body {
	font-family: arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
	font-size: 14px;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #000;
	background: #f6e9d7;
	text-align: center;
}
a {
	color: #fccd2d;
	-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
------------------------------------------------------------ */
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: #999;
	border: 0;
	clear: both;
	height: 1px;
	margin: 18px 0;
}
pre {
	font-family: monospace;
}

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

/* ------------------------------------------------------------
	0. Base Layout
------------------------------------------------------------ */
body {
	background-size: 100% auto;
}

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

.gNav{
	float: left;
	width: 100%;
	}
	.gNav ul{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
/* 		border-top: 1px solid #000; */
		border-bottom: 1px solid #000;
		text-align: center;
		background: #0090b7;
		}
		.gNav ul li{
			float: left;
			width: 33.33%;
			padding: 0 10px 5px;
			line-height: 1.2;
			border-left: 1px solid #000;
			text-shadow: 1px 1px 0 #007c92;
		}
		.gNav ul li:first-child{
			border: none;
			}
			.gNav ul li a{
				float: left;
				width: 100%;
				padding: 10px 5px 5px;
				text-decoration: none;
				border-bottom: 3px solid #fff;
				color: #fff;
				font-weight: bold;
				white-space: nowrap;
				font-size: .9em;
		}
		.gNav ul li.on a{
			color: #fd0;
			border-color: #fd0;
}
.gNav.gNav2 ul{
	border-top: 1px solid #000;
}
/* ------------------------------------------------------------
	2. Content
------------------------------------------------------------ */
#content{
	float: left;
	width: 100%;
	padding: 20px 0 0 0;
	}
	#content h1{
		margin-bottom: 20px;
}


.jkt{
	text-align: center;
	vertical-align: middle;
	}
	.jkt img{
		clear: none;
		margin: 0 0 15px;
}
#youtube,
.soundcloud{
	padding: 0 4%;
	margin-bottom: 20px;
}
#youtube h1{
	margin-bottom: 5px;
}

#tour{
	padding: 0 2% 30px;
}
#tour >h1+article{
	border-top: 1px solid #999;
}
#tour article{
	float: left;
	width: 100%;
	padding: 10px 3%;
	text-align: left;
	border-bottom: 1px solid #999;
}
#tour article h1{
	margin: 0;
	font-size: 1.2em;
	line-height: 1.2;
}
#tour article a{
	color: #c00
}
#tour >p{
}
.btn01{
	float: left;
	width: 100%;
	border: 2px solid #900;
	background: #d7290c;
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	padding: 5px 0;
	text-decoration: none;
	text-shadow: 2px 2px 0 #900;
	margin-bottom: 30px
}

.sns{
	float: left;
	width: 100%;
	margin: 0 0 25px;
	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 */
}
#buy {
	margin-bottom: 20px;
	text-align: center;
	}
	#buy li{
		display: inline-block;
		vertical-align: middle;
		padding: 5px 2px;
		}
		#buy li img{
			height: 28px !important;
}

.Media{
	padding:0 10px 10px;
	}
	#content dl{
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	#content dt{
		float: left;
		width: 100%;
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 1px 1px #000;
		background: -moz-linear-gradient(top, #aa0000, #ff0000);/* Firefox */
		background: -webkit-gradient(linear, left top, left bottom, from(#aa0000), to(#ff0000));
	}
	#content dd{
		float: left;
		width: 100%;
		border-bottom: 1px dashed #333;
		margin-bottom: 5px;
	}
	#content .Media p{
		border-bottom: 0;
	}
	#content dd p.left{
		float: left;
		text-align: left;
	}
	#content dd p.right{
		float: right;
		text-align: right;
}

.tourList{
	float: left;
	width: 100%;
	padding: 0 0 0 ;
	margin: 0 0 20px;
	text-align: left;
	color: #fff;
	font-size: 1.2em;
}
.tourList li{
	float: left;
	width: 100%;
	padding: 7px 3%;
	border-bottom: 1px dotted #fff;
}
.tourList li:last-child{
	border-bottom: 2px solid #fff;
}
h4.tourFinale{
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 1.8em;	
}

.btn{
	padding: 5px 20px;
	background: #fccd2d;
	color: #ce1717 !important;
	text-decoration: none;
	border-radius: 3px;
	font-size: 1.4em;
	font-weight: bold;
}


#event section{
	text-shadow: 1px 1px 1px #fff;
	}
	#event section h2{ margin-bottom: 0px;font-size: .9em;}
	#event section h1{
		color: #c00;
		font-size: 1em;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	#event section p{
		font-size: 0.8em;
		padding: 0 3%;
	}
	#event section p.cast{
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2;
		margin-bottom: 20px;
}

.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;
}

#content .interview{
	float: left;
	padding: 0 3%;
	color: #fff;
	text-align: left;
}
#content .interview p{
	margin-bottom: 20px;
	color: #000;
}
#content .interview p b{
	display: inline-block;
	padding-right: 1em;
}
#content .interview img{
	border: 1px solid #fff;
	outline: 1px solid #000;
}


.interviewNav{
	float: left;
	clear: both;
	width: 100%;
	padding: 0 6.25% 0;
	margin-bottom: 15px;
	text-align: left;
	}
	.interviewNav p{
		float: left;
		width: 33.33%;
		}
		.interviewNav p a{
			display: inline-block;
			padding: 5px 10px;
			text-decoration: none;
			background: #cf1d1d;
			color: #fff;
			border-radius: 5px;
			font-size: 1.2em;
}

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

.int00{
	color: #ff6c00 !important;
	font-weight: bold;
}


/* ------------------------------------------------------------
	3. Footer
------------------------------------------------------------ */
body > footer {
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 20px 4%;
	background: #333 left top repeat-x url(../img/foot-line.png);
	color: #fff;
	border-top: 1px solid #333;
}

#other h1{
	margin-bottom: 10px;
}
#other h1 img{
	height: 1.5em;
	width: auto;
}
#other ul{
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
}
#other ul li{
	display: inline-block;
	padding-right: 6px;
	margin-bottom: 10px;
}
#other ul li img{
	vertical-align: bottom;
	border: 1px solid #000;
	height: 63px;
	width: auto;
}

/* Copyright
------------------------------------------------- */
body > footer .copyright {
	font-size: 11px;
	padding-top: 10px;
	font-family: arial;
	text-align: right;
}
body > footer .copyright img{
	height: 3em;
	width: auto;
	margin: 0 0 0 5px;
	float: right;
	vertical-align: bottom;
}
/*/////////////////////////////////////////////////////////////
[Module] 
//////////////////////////////////////////////////////////////*/

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

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

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

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

#newsList{
	float: left;
	width: 100%;
	padding: 0 15px 15px 15px;
	margin-bottom: 15px;
	text-align: left;
}
#newsList > 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
------------------------------------------------------------ */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
}
/* ------------------------------------------------------------
	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;
}