@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
	font-family:'Noto Sans Japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
html {
	height: 100%
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
	font: inherit
}
del, ins {
	text-decoration: none
}
li {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: baseline
}
sub {
	vertical-align: baseline
}
legend {
	color: #000
}
select, input, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif
}
table {
	font-size: inherit;
	font: 100%
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	color: #000;
}
h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}
a {
	outline : 0;
	color: #000;
}
input, select {
	margin: 2px 0;
	padding: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */ 
.clear_both {
	clear: both;
}
.center {
	text-align: center;
}
strong {
	font-weight: bold;
}
img {
	display: block;
}
/* --------------------------------
	HTML5
-------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
.guard {
	pointer-events: none;
	cursor: default;
}
.sp {
	display: none;
}
.L {
	float: left;
}
.R {
	float: right;
	margin: 5px 0 10px 30px;
}
body {
	/*background: #fff url('img/pc_bg.jpg') no-repeat center top fixed;*/
	background-color: #010101;
	position: relative;
	background-size: 104% auto;
}
.logo {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 0;
}
.logo span {
	font-size: 12px;
	text-align: center;
	display: block;
}
.txt {
	font-size: 20px;
	font-weight: 800;
	margin: 0 auto 20px;
	max-width: 1000px;
	width: 90%;
	padding: 0;
	color: #fff;
	text-align: center;
}
/* 動画 */
.mov {
  margin: 20px auto;
  padding-top: 60%;;
  position: relative;
  width: 100%;
}
.mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#wrapper {
	margin: 0 auto;
	/*background-color:rgba(255,255,255,0.9);*/
}
#wrapper .ttl {
	font-size: 2em;
	font-weight: 800;
	text-align: center;
	color: #e60012;
	padding: 30px 0 16px;
}
.container {
	margin: 0 auto;
	max-width: 900px;
	width: 60%;
}
.container .comment li {
	/*background-color:rgba(255,255,255,0.7);*/
	padding: 40px 50px;
	border: 3px solid #fff;
	margin-bottom: 18px;
	color: #fff;
}
.container .comment li .theater {
	text-align: right;
	font-size: 0.9em;
	color: #e60012;
}
p {
	font-size: 20px;
	line-height: 1.8em;
}
.footer {
	text-align: center;
	background-color: #fff;
	padding: 10px 0 20px;
}
.footer img {
    width: 90%;
    display: inline-block;
    max-width: 600px;
    text-align: center;
}
.copy {
	color: #333;
	font-size: 10px;
	line-height: 1.2em;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 768px) {
.logo {
	margin-bottom: 20px;
}
.txt {
	font-size: 18px;
}
#wrapper .ttl {
	font-size: 1.5em;
	padding: 20px 0 3px;
}
.container {
	width: 90%;
}
.container .comment li {
	padding: 16px 10px;
}
p {
	font-size: 16px;
	line-height: 1.6em;
}
.copy {
	margin: 10px auto;
}
}
/* ------------------------------
	レスポンシブ
------------------------------ */
.sp {
	display: none;
}
.grid_2 {
	width: 50%;
	padding: 0 2% 2%;
}
.L {
	float: left;
}
.R {
	float: right;
}

@media (max-width: 768px) {
.sp {
	display: block;
}
#menu li.sp {
	display: block;
}
.pc {
	visibility: hidden;
	display: none;
}
.grid_2 {
	width: 100%;
	padding: 0 4%;
}
}

/* 印刷時調整 ---------------- */

@media print {
#corner {
	display: none !important;
}
#intro ul.thumb img {
	opacity: 1 !important;
}
}
