@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;
	position: relative;
	background-size: 104% auto;
}
.logo {
	margin: 0 auto;
	max-width: 800px;
	width: 60%;
	padding: 40px 0 0;
}
.logo span {
	font-size: 12px;
	text-align: center;
	display: block;
}
#wrapper {
	margin: 0 auto;
	/*background-color:rgba(255,255,255,0.9);*/
}
#wrapper .ttl {
	font-size: 2em;
	font-weight: 800;
	text-align: center;
	border-bottom: 4px solid #333;
	color: #e60012;
	padding: 30px 0 8px;
}
.container {
	margin: 0 auto;
	max-width: 900px;
	width: 60%;
}
.container .comment li {
	background-color:rgba(255,255,255,0.7);
	padding: 20px 50px;
	border-bottom: 2px solid #eee;
	border-top: 2px solid #eee;
	margin-bottom: 18px;
}
.container .comment li .theater {
	text-align: right;
	font-size: 0.9em;
	color: #e60012;
}
p {
	font-size: 20px;
	line-height: 1.8em;
}
.copy {
	color: #333;
	font-size: 10px;
	line-height: 1.2em;
	margin: 18px auto;
	text-align: center;
}
@media (max-width: 768px) {
body {
	background-image: none;
}
#wrapper:before {
	background: #fff url('img/bg.jpg') no-repeat center top;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 18%;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: 0.2s;
}
.logo {
	width: 96%;
	margin: 0 auto;
	padding: 20px 0 140px;
}
#wrapper .ttl {
	font-size: 1.5em;
	padding: 20px 0 3px;
	border-bottom: 4px solid #000;
}
.container {
	width: 90%;
}
.container .comment li {
	background-color:rgba(255,255,255,0.85);
	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;
}
}
