@charset "utf-8";

/* メインビジュアル
---------------------------------------------------------- */
#main {
	width: 100%;
	height: 760px;
	background: url(../img/mainimg_pc.png) top center no-repeat;
	}

#main #mainIn {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	}

#main #mainIn h1 {
	top: 65px;
	left: 70px;
	position: absolute;
	}

#main #mainIn p.date {
	top: 395px;
	left: 50px;
	position: absolute;
	}

#main #mainIn p.release {
	top: 484px;
	left: 50px;
	position: absolute;
	}

@media (max-width: 1200px){
#main {
	background: url(../img/mainimg.png) top left no-repeat;
	}
}

@media (max-width: 768px){
#main {
	height: auto;
	background: url(../img/mainimg_sp.png) top center no-repeat;
	background-size: contain;
	}

#main #mainIn {
	width: 100%;
	height: 0;
	padding: 215% 0 0 0;
	}

#main #mainIn h1 {
	width: 100%;
	text-align: center;
	top: 39.5%;
	left: 0;
	}

#main #mainIn h1 img {
	width: 80%;
	height: auto;
	}

#main #mainIn p.date {
	width: 100%;
	text-align: center;
	top: 71%;
	left: 0;
	}

#main #mainIn p.date img {
	width: 85%;
	height: auto;
	}

#main #mainIn p.release {
	width: 100%;
	text-align: center;
	top: 79%;
	left: 0;
	}

#main #mainIn p.release img {
	width: 80%;
	height: auto;
	}
}

@media (max-width: 640px){
#main #mainIn {
	padding: 220% 0 0 0;
	}

#main #mainIn h1 {
	top: 38%;
	}

#main #mainIn p.date {
	top: 69%;
	}

#main #mainIn p.release {
	top: 77.2%;
	}

#main #mainIn p.release img {
	width: 93.75%;
	}
}


/* コンテンツ共通
---------------------------------------------------------- */
#notes {
	text-align: center;
	background: #dba732;
	padding: 10px;
	}

h2 {
	text-align: center;
	margin: 0 0 20px 0;
	}

#share {
	height: 20px;
	text-align: center;
	}

#pageTop {
	bottom: 15px;
	right: 15px;
	position: fixed;
	z-index: 100;
	}

@media (max-width: 768px){
body {
	min-width: 100%;
	}

h2 {
	margin: 0 0 15px 0;
	}

h2 img {
	width: auto;
	height: 40px;
	}
}

@media (max-width: 640px){
#notes {
	font-size: 1.1rem;
	padding: 5px;
	}

body {
	min-width: 320px;
	}

h2 img {
	height: 40px;
	}
}

@media (max-width: 480px){
h2 img {
	height: 35px;
	}
}


/* INFORMATION
---------------------------------------------------------- */
#information {
	background: url(../img/bg_contents.png);
	border-bottom: 5px solid #dba732;
	padding: 40px 0 30px 0;
	}

#information article {
	width: 1200px;
	margin: 0 auto;
	}

#information article .title {
	width: 100%;
	color: #5a280a;
	background: url(../img/bg_title.png);
	margin: 0 0 10px 0;
	padding: 12px 45px 12px 12px;
	display: table;
	position: relative;
	cursor: pointer;
	}

#information article .title:after {
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	border-top: 3px solid #5a280a;
	border-right: 3px solid #5a280a;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin: -9px 0 0 0;
	position: absolute;
	display: block;
	}

#information article .title.close:after {
	content: "";
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	border-top: 3px solid #5a280a;
	border-right: 3px solid #5a280a;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -4px 0 0 0;
	position: absolute;
	display: block;
	}

#information article .title p.date {
	width: 10%;
	vertical-align: middle;
	display: table-cell;
	}

#information article .title p.date span {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	background: #b91e1e;
	padding: 5px 10px;
	display: inline-block;
	}

#information article .title h3 {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 0 0 0 20px;
	display: table-cell;
	}

#information article .detail {
	background: #fffaf0;
	margin: 0 0 15px 0;
	padding: 20px;
	display: none;
	}

#information article:last-child .detail {
	margin: 0 0 10px 0;
	}

#information article .detail h4 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	background: #b91e1e;
	padding: 10px;
	}

#information article .detail h5 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #b91e1e;
	border-bottom: 1px solid #b91e1e;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#information article .detail h6 {
	font-size: 14px;
	font-size: 1.4rem;
	}

#information article .detail p {
	margin: 0 0 20px 0;
	}

#information article .detail p:last-child {
	margin: 0;
	}

#information article .detail ul.imageList li {
	margin: 0 20px 0 0;
	float: left;
	}

#information article .detail ul.imageList li:last-child {
	margin: 0;
	}

@media (max-width: 1130px){
#information {
	padding: 40px 15px 30px 15px;
	}

#information article {
	width: 100%;
	}
}

@media (max-width: 768px){
#information {
	padding: 30px 15px 20px 15px;
	}

#information article .title h3 {
	font-size: 16px;
	font-size: 1.6rem;
	}

#information article .detail {
	padding: 15px;
	}

#information article .detail ul.imageList li {
	margin: 0 0 20px 0;
	float: none;
	}
}

@media (max-width: 640px){
#information article .title p.date {
	width: 10%;
	display: block;
	}

#information article .title p.date span {
	width: auto;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 0.7;
	margin: 0 0 5px 0;
	}
	
#information article .title h3 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0;
	display: block;
	}

#information article .detail h4 ,
#information article .detail h5 {
	font-size: 14px;
	font-size: 1.4rem;
	}

#information article .detail img.image2 {
	width: 100%;
	height: auto;
	}
}

@media (max-width: 480px){
#information article .detail img.image {
	width: 100%;
	height: auto;
	}
}


/* BOX
---------------------------------------------------------- */
#box {
	width: 1200px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	}

#box ul#btn {
	width: 900px;
	margin: 0 auto 45px auto;
	display: table;
	}

#box ul#btn li {
	width: 300px;
	margin: 0 auto;
	padding: 0 15px;
	display: table-cell;
	}

#box ul#btn li a {
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #5a280a;
	text-align: center;
	text-decoration: none;
	background: #f5ebd7;
	border-radius: 5px;
	padding: 15px 10px;
	display: block;
	position: relative;
	}

#box ul#btn li.active a {
	color: #b91e1e;
	background: #f0dc64;
	pointer-events: none;
	}

#box ul#btn li.active a:after {
	content: "";
	margin-left: -20px;
	border-width: 15px 20px 0 20px;
	border-style: solid;
	border-color: #f0dc64 transparent transparent transparent;
	bottom: -15px;
	left: 50%;
	position: absolute;
	display: block;
	}

#box section {
	margin: 0 auto 40px auto;
	}

#box section .bg {
	background: url(../img/bg_contents.png);
	border: 5px solid #dba732;
	padding: 3px;
	}

#box section .bg .border {
	border: 2px solid #dba732;
	padding: 20px;
	}

#box section ul.staffList li {
	line-height: 2.0;
	margin: 0;
	display: inline-block;
	}

#box section ul.staffList li:after {
	content: " ／";
	}

#box section ul.staffList li:last-child:after {
	content: "";
	}

#box section ul.staffList li span {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #b91e1e;
	margin: 2px 2px 2px 0;
	display: inline-block;
	}

#box section .movie {
	width: 600px;
	margin: 0 auto;
	}

#box section .movie .movieBox {
	height: 0;
	padding: 0 0 56.25% 0;
	overflow: hidden;
	position: relative;
	}

#box section .movie .movieBox iframe {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	}

/* DB */
.DBtmp_box      {width: 100%; margin: 0;}
.DBtmp_top      {margin: 0; padding: 0;}
.DBtmp_left     {width: 150px; text-align: center; padding: 20px 50px 0 0;}
.DBtmp_right    {padding: 20px 0 0 0;}
.DBtmp_compound {margin: 0; padding: 0 0 5px 0;}
.DBtmp_catch    {color: #02117c; line-height: 100%; margin: 0 0 5px 0;}
.DBtmp_title    {font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #5a280a; background: url(../img/bg_title.png); margin: 0; padding: 12px;}
.DBtmp_subtitle {margin: 0; padding: 0;}
.DBtmp_date     {margin: 0; padding: 0;}
.DBtmp_detail   {margin: 0; padding: 0;}
.DBtmp_list     {margin: 0; padding: 0;}
.DBtmp_listline {margin: 0; padding: 0;}
.DBtmp_line     {margin: 0; padding: 0; display: none;}
.DBtmp_detail center {text-align: left;}

@media (max-width: 1200px){
#box {
	padding: 30px 15px 0 15px;
	}
}

@media (max-width: 768px){
#box {
	width: 100%;
	padding: 30px 10px 0 10px;
	}

#box ul#btn {
	width: 100%;
	margin: 0 auto 40px auto;
	display: table;
	}

#box ul#btn li {
	width: 33.33333%;
	padding: 0 5px;
	}

#box ul#btn li a {
	font-size: 14px;
	font-size: 1.4rem;
	}

#box section {
	margin: 0 auto 30px auto;
	padding: 0 5px;
	}

#box section .bg .border {
	padding: 15px;
	}

#box section .movie {
	width: 100%;
	}

.DBtmp_detail img {
	width: 100%;
	height: auto;
	}
}

@media (max-width: 640px){
#box ul#btn li a {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 5px;
	}

.DBtmp_left    {width: 100%; padding: 15px 0 20px 0; display: block;}
.DBtmp_right   {width: 100%; padding: 0; display: block;}
.DBtmp_catch   {margin: 0;}
.DBtmp_title   {font-size: 14px; font-size: 1.4rem; padding: 10px;}
}

@media (max-width: 480px){
#box ul#btn li.active a:after {
	content: "";
	margin-left: -15px;
	border-width: 10px 15px 0 15px;
	border-style: solid;
	border-color: #f0dc64 transparent transparent transparent;
	bottom: -10px;
	left: 50%;
	position: absolute;
	display: block;
	}

#box section ul.staffList li {
	line-height: 1.8;
	display: block;
	}

#box section ul.staffList li:after {
	content: "";
	}
}

@media (max-width: 320px){
#box ul#btn li a {
	font-size: 10px;
	font-size: 1.0rem;
	}
}


/* フッター
---------------------------------------------------------- */
footer {
	text-align: center;
	padding: 20px 0;
	}

footer p {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	margin: 0 10px;
	display: inline-block;
	}

footer p:last-child {
	display: block;
	}

@media (max-width: 768px){
footer p {
	display: block;
	}
}