@charset 'utf-8';
/*----------------------------------------------------デフォルトCSS*/
/*------------------------------------global*/
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	overflow: scroll;
}
body {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",Verdana,sans-serif;
	text-align: center;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: normal;
}
img {
	vertical-align: bottom;
	border: none;
}
ol,ul,dl,dt,dd,li {
	list-style: none;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
object {
	outline: none;
}
#wrapper {
	margin: 0 auto;
}
.spc {
	clear: both;
}
.spc hr {
	display: none;
}

/*------------------------------------table*/
table {
	margin: 0 auto;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table,tr,td{
	border-width: 1px;
	border-style: solid;
	text-align: center;
}
/*------------------------------------form*/
form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#submit_box {
	text-align: center;
	padding: 10px 0;
}
/*------------------------------------head*/
#head {
	margin: 0 auto;
	text-align: left;
}

/*------------------------------------body*/
#body {
	margin: 0 auto;
	text-align: left;
}
/*------------------------------------foot*/
#foot {
	margin: 5px auto;
	padding: 15px 0;
	text-align: center;
}
#foot h6 {
	padding: 5px 0;
}
/*------------------------------------foot_menu*/
#foot_menu ol {
	text-align: center;
	height: 20px;
}
#foot_menu li {
	display: inline;
	margin: 0 5px;
	padding: 0 5px;
}
#foot_menu li a {
	line-height: 20px;
}

/*------------------------------------cssファイル*/
/*------------------------------------global*/
* {
	line-height: 1.4;
}
body {
	background: #ffffff;
	color: #222222;
	font-size: 12px;
}
a {
	color: #222222;
}
img {
	width: auto;
	max-width: 100%;
}
p.underconstruction {
	padding: 2rem;
	font-size: 1rem;
	text-align: center;
}
.more {
	text-align: right;
	margin-bottom: 1rem;
	padding: 0.3rem;
}
span.bold {
	font-weight: bold;
	font-size: inherit;
}


/*------------------------------------header*/
header {
	position: relative;
	margin-top: 1rem;
}
header .logo {
	margin: 0.3rem auto;
}
header .logo img {
	width: 50vw;
	min-width: 150px;
	max-width: 240px;
}
header .menu {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 10vw;
	min-width: 50px;
	max-width: 60px;
	cursor: pointer;
}
header .info {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	height: 60px;
	line-height: 60px;
}
header .info a img {
	vertical-align: middle;
}


/*------------------------------------pqz*/
.pqz {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;

	padding: 0.3rem;
	text-align: left;
}
.pqz h1 {
	font-size: 0.8rem;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 50%;
}
.pqz ul {
}
.pqz ul li {
	display: inline-block;
	font-size: 0.8rem;
}
.pqz ul li::after {
	content: '>';
	margin-left: 0.3rem;
}
.pqz ul li:last-child::after {
	content: '';
}
.pqz ul li span {
	font-size: 0.8rem;
}

/*------------------------------------modal*/
.modal {
	position: fixed;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,0.9);
	width: 100%;
	height: 100vh;
	padding: 1rem;
}
.modal .close {
	position: absolute;
	top: 0.5rem;
	left: 0.5rem;
	width: 10vw;
	min-width: 30px;
	max-width: 40px;
	cursor: pointer;
}
.modal nav {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80vh;
}
.modal li {
	margin-bottom: 1.5rem;
}
.modal li a {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
}


/*------------------------------------section*/
section {
	min-height: 500px;
	margin: 0 auto;
	padding: 1rem 0 2rem;
}
section h2 {
	margin: 0.5rem auto 1rem;
	line-height: 1.1;
	font-size: 2rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, "MS P明朝", "MS PMincho", serif;
}


/*------------------------------------section*/
#index article {
	margin: 2rem 0.3rem 2rem;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
#index hr {
	width: 90%;
	border: 1px solid #cccccc;
	margin: 2rem auto;
}
#index article h2 {
	font-size: 2rem;
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS P ゴシック","MS P Gothic",Verdana,sans-serif;
	margin: 0.5rem auto 0;
	font-weight: normal;
}

#index .visual {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
#index .visual li {
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-width: 320px;
	min-height: 300px;
	display: table;
}
#index .visual li p {
	display: table-cell;
	vertical-align: middle;
	color: #ffffff;
	line-height: 1.1;
	font-size: 1.8rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, "MS P明朝", "MS PMincho", serif;
}
#index .visual li p span {
	display: inline-block;
	text-align: left;
	padding: 0.3rem;
	text-shadow: 0.05rem 0.05rem 0.3rem rgba(0,0,0,0.8),0.05rem 0.05rem 0.3rem rgba(0,0,0,0.8);
}

#index .textarea p {
	display: inline-block;
/*	text-align: left;*/
	font-size: 0.9rem;
	line-height: 1.6;
	padding: 0.3rem;
	max-width: 1100px;
	margin: 0 auto;
}

.realtime .textarea {
	text-align: center;
}
#index .realtime .textarea p {
	display: inline-block;
	text-align: left;
	border: 1px solid #cccccc;
	margin: 0.5rem;
	padding: 1rem;
}

.realtime .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 960px;
	margin: 1rem auto;
}
.realtime .flex .box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 32%;
	margin: 0.3rem;
	background: #ffffff;
	border: 0.5rem solid #ffffff;
	box-shadow: 0 5px 10px -4px rgba(0,0,0,0.4);
}
.realtime .flex figure {
	width: 120px;
}
.realtime .flex figure a {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 120px;
}
.realtime .flex p {
	width: 100%;
	padding-left: 1rem;
}
.realtime .flex p span {
	display: block;
}
.realtime .flex p span.bold {
	margin: 0.3rem 0;
	font-size: 0.9rem;
}
.realtime .flex p span.comment {
	font-weight: bold;
}

.realtime .flex p span.size {
	border-bottom: 1px solid #333333;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

#index .nowon p {
	font-size: 0.95rem;
}
#index .nowon p span {
	display: inline-block;
	font-size: 0.7rem;
	padding: 0.3rem;
	text-align: left;
}

#index .normal .slider figure,
#index .nowon .slider figure {
	margin: 0.5rem;
	text-align: center;
}
#index .normal .slider figure a,
#index .nowon .slider figure a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 300px;
	border: 0.5rem solid #ffffff;
	box-shadow: 0 5px 10px -4px rgba(0,0,0,0.4);
	overflow: hidden;
}

#index .nowon .slider figure a::before{
	content: "";
	display: block;
	padding-top: 100%;
}
#index .nowon .slider figure img {
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
#index .normal .slider figure img {
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	transition: 0.5s;
}
#index .normal .slider figure a:hover img,
#index .nowon .slider figure a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#index .normal .slider figure a figcaption,
#index .nowon .slider figure a figcaption {
	display: block;
	width: 100%;
	max-width: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0.2rem;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	font-size: 0.7rem;
}
#index .normal .slider figure a figcaption span.bold,
#index .nowon .slider figure a figcaption span.bold {
	display: block;
}

#index .diary .slider {
	margin-bottom: 5rem;
}
#index .diary .slider figure span.image {
	border: 1px solid #ffffff;
}
#index .top_event {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}
#index .diary figure > span.image {
	display: block;
	width: 140px;
	height: 170px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#index .diary figure > span.image > img {
	width: 100%;
}
#index .diary figure figcaption {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	padding: 0.3rem;
	color: #ffffff;
	width: 100%;
}
#index .diary figure figcaption * {
	display: block;
	font-weight: normal;
}

#ranking .slider figure a .icon,
#index .normal .slider figure a figcaption .icon,
#index .nowon .slider figure a figcaption .icon {
	position: absolute;
	display: block;
	text-align: right;
	top: -40px;
	right: 0;
}
#ranking .slider figure a .icon img,
#index .normal .slider figure a figcaption .icon img,
#index .nowon .slider figure a figcaption .icon img {
	position: static;
	width: 40px;
}
#index .fade .slider figure a figcaption .icon {
	text-align: center;
	display: block;
}
#index .fade .slider figure a figcaption .icon img {
	display: inline-block;
	width: 20%;
	max-width: 40px;
}

/*------------------------------------cast*/

.cast {
	text-align: left;
}
.cast figure {
	display: inline-block;
	margin: 0.5rem;
	padding: 0.5rem;
	text-align: center;
	border: 1px solid #eeeeee;
	box-shadow: 0 5px 7px -4px rgba(0,0,0,0.4);
}
.cast figure a {
	display: block;
	position: relative;
	width: 240px;
	max-width: 300px;
	border: 1px solid #cccccc;
	overflow: hidden;
}

.cast figure a::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.cast figure img {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
.cast figure img {
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	transition: 0.5s;
}
.cast a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.cast figure a figcaption {
	display: block;
	width: 100%;
	max-width: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0.3rem;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
}
.cast figure a figcaption span.bold {
	display: block;
}
.realtime .flex figure a {
	position: relative;
}
#ranking .slider figure a.gold:after,
.realtime .flex figure a.gold:after,
.normal figure a.gold:after,
.nowon figure a.gold:after,
.cast figure a.gold:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: url(../img/gold.jpg) no-repeat top center;
	background-size: 100%;
	z-index: 500;
	top: 0;
}

.realtime .flex figure a .icon {
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.realtime .flex figure a .icon img {
	width: 30%;
	max-width: 40px;
}

/*------------------------------------cast*/
.castflex {
	text-align: left;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.castflex figure {
	display: block;
	margin: 0.5rem;
	padding: 0.5rem;
	text-align: center;
	border: 1px solid #eeeeee;
	box-shadow: 0 5px 7px -4px rgba(0,0,0,0.4);
}
.castflex figure.empty {
	width: auto;
	max-width: 320px;
	border: none;
	box-shadow: none;
}

.castflex figure.empty span,
.castflex figure a {
	display: block;
	position: relative;
	width: 240px;
	overflow: hidden;
}

.castflex figure a::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.castflex figure img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	transition: 0.5s;
}
.castflex a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.castflex figure a figcaption {
	display: block;
	width: 100%;
	max-width: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0.2rem;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	font-size: 0.6rem;
}
.castflex figure a figcaption span.bold {
	display: block;
	font-size: 0.8rem;
}

.castflex figure a.gold:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: url(../img/gold.jpg) no-repeat top center;
	background-size: 100%;
	z-index: 500;
	top: 0;
}

.castflex figure a figcaption .icon {
	position: absolute;
	display: block;
	text-align: right;
	top: -40px;
	right: 0;
}
.castflex figure a figcaption .icon img {
	position: static;
	width: 40px;
}

/*------------------------------------detail*/
#detail h2 {
	margin-bottom: 0;
}
#detail p.size {
	margin-bottom: 1rem;
	font-size: 0.95rem;
}
#detail .slider {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin-bottom: 1rem;
}
#detail .slider .image {
	border: 1px solid #eeeeee;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	box-shadow: 0 5px 7px -4px rgba(0,0,0,0.4);
}
#detail .slider .nav {
	border-left: 1px solid #eeeeee;
	box-shadow: 0 5px 7px -4px rgba(0,0,0,0.4);
}
#detail .slider .nav li {
	border: 1px solid #eeeeee;
	border-left: none;
	padding: 0.3rem;
	cursor: pointer;
}

#detail .slider img {
	transition: 0.5s;
}
#detail .slider img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#detail .detail {
	display: inline-block;
	vertical-align: top;
	width: 550px;
	padding: 0 0.5rem;
}
#detail .detail .comment {
	border: 1px dotted #cccccc;
	margin-bottom: 1rem;
	padding: 0.5rem;
	text-align: left;
	font-size: 0.9rem;
}
#detail .link {
	margin-bottom: 0.5rem;
}
#detail .link li {
	display: inline-block;
	vertical-align: top;
}
#detail .link li a {
	display: block;
	border: 1px solid #eeeeee;
	border-radius: 0.2rem;
	padding: 0.3rem 0.5rem 0.3rem 30px;
	margin: 0.3rem;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2rem;
}
#detail .link li a:hover {
	opacity: 0.8;
	text-decoration: none;
}
#detail .link li.blog a {
	background-color: #FF3333;
	background-image: url(../img/icon_blog.png);
}
#detail .link li.twitter a {
	background-color: #2CA7E0;
	background-image: url(../img/icon_tw.png);
}
#detail .link li.diary a {
	background-color: #FF9900;
	background-image: url(../img/icon_diary.png);
}

#detail .detail .schedule {
	width: 100%;
	table-layout: fixed;
	border: none;
}
#detail .detail .schedule tr {
	border: none;
}
#detail .detail .schedule th {
	padding: 0.5rem;
	width: 8rem;
	border: none;
	font-size: 0.9rem;
	background: #bbaaaa;
	color: #ffffff;
	border: 2px solid #ffffff;
}
#detail .detail .schedule td {
	padding: 0.5rem;
	border: none;
	text-align: left;
	font-size: 0.95rem;
}

/*------------------------------------system*/
#system h3 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	padding-left: 2.2rem;
	max-width: 900px;
	margin: 0 auto 0.5rem;
	background: url(../img/system_h3.jpg) no-repeat 0.3rem center;
	background-size: 1.4rem;
}
#system article {
	margin-bottom: 3rem;
}
#system .price {
	display: inline-block;
	max-width: 900px;
	padding: 0.5rem;
	text-align: left;
}

#system .price dt {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, "MS P明朝", "MS PMincho", serif;
	line-height: 1.1;
	font-size: 1.2rem;
	font-weight: bold;
}
#system .price dt span.bold {
	display: inline-block;
	margin: 0 0.5rem;
	font-size: 1rem;
}
#system .price dd {
	margin-bottom: 2rem;
	text-align: center;
}
#system .price dd p {
	padding: 0.5rem;
}
#system .price dd ul {
	display: inline-block;
	text-align: left;
}
#system .price dd li {
	display: block;
	margin: 0 0.5rem;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, "MS P明朝", "MS PMincho", serif;
	line-height: 1.1;
	font-size: 1.5rem;
}
#system .price p {
	max-width: 600px;
	font-size: 0.8rem;
	padding: 0;
	margin: 0 auto 1rem;
	text-align: left;
}
#system .price dd li span.bold {
	font-size: 2.2rem;
}
#system .price dd.note {
	text-align: center;
}
#system .price dd.note ul {
	display: inline-block;
	text-align: left;
	margin: 0.3rem 0;
}
#system .price dd.note li {
	display: block;
}
#system .price dd.note li span.bold {
	font-size: 1.5rem;
}
#system .concept h4 {
	margin: 0.5rem auto;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, "MS P明朝", "MS PMincho", serif;
}
#system .concept h4 span {
	display: block;
	line-height: 2;
}
#system .concept p {
	max-width: 900px;
	text-align: left;
	font-size: 1rem;
	margin: 1rem auto;
	padding: 0.3rem;
}

#system .photos {
	max-width: 900px;
	margin: 0 auto 1rem;
	padding: 0.3rem;
	text-align: left;
}
#system .photos ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	min-width: 320px;
	margin: 0 auto;
}
#system .photos ul li {
	width: 150px;
	overflow: hidden;
	margin: 0.1rem;
}
#system .photos ul li img {
	width: 100%;
	min-height: 150px;
}

#system .notice {
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8rem;
	padding: 0.5rem;
}
#system .notice li {
	margin-bottom: 0.3rem;
}

#system .flow dl {
	width: 96%;
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}
#system .flow dt {
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, 游明朝, "Yu Mincho", 游明朝体, YuMincho, HGS明朝E, "MS P明朝", "MS PMincho", serif;
}
#system .flow dd {
	text-align: center;
	margin-bottom: 1rem;
}
#system .flow dd figure img {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
}
#system .flow dd figure figcaption {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	vertical-align: middle;
	text-align: left;
	font-size: 1rem;
	padding: 0.5rem;
}

/*------------------------------------contact*/
#contact dl {
	width: 100%;
	max-width: 640px;
	text-align: left;
	margin: 0.5rem auto;
	padding: 0.5rem;
	font-size: 0.95rem;
}
#contact dl span.bold {
	color: #cc0000;
	font-size: 0.8rem;
}
#contact dd {
	margin-bottom: 1rem;
}
#contact dd textarea {
	width: 100%;
	height: 5rem;
}
#contact dd p {
	font-size: 0.9rem;
}

#contact button {
	display: block;
	border: none;
	width: 70vw;
	max-width: 200px;
	margin: 1rem auto;
}

/*------------------------------------news*/
#news {
	min-height: 0;
}
#news .post {
	display: inline-block;
	min-width: 500px;
	max-width: 1000px;
	margin: 0 auto 1rem;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 1rem;
	text-align: left;
}
#news article:last-child .post {
	border: none;
}
#news .post h3 {
	padding: 0.5rem;
	font-size: 1rem;
	text-align: left;
}
#news .post h3 span.date {
	display: block;
	font-size: 0.6rem;
	color: #999999;
}
#news .post .content {
	padding: 0.5rem;
	font-size: 0.95rem;
}
#news .post .content figure {
	margin-bottom: 1rem;
}

#news .list {
	display: inline-block;
	text-align: left;
	min-width: 320px;
}
#news .list li {
	display: table;
	width: 100%;
	padding: 0.5rem;
	border-bottom: 1px dotted #cccccc;
}
#news .list li a {
	display: table-cell;
	vertical-align: middle;
	font-size: 1rem;
}
#news .list li span {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
	margin-right: 1rem;
	font-size: 0.8rem;
	color: #555555;
}
/*------------------------------------event*/
#event .block {
	display: inline-block;
	min-width: 500px;
	max-width: 1000px;
	margin: 0 auto 1rem;
	text-align: left;
}
#event .block article h3 {
	padding: 0.5rem 0;
}
#event .block article .comment {
	padding: 0.5rem 0;
}
#event ul li {
	margin: 0.5rem 0;
}
#event .block
/*------------------------------------pager*/
.pager ul {
	margin: 1rem auto;
}
.pager ul li {
	display: inline-block;
	margin: 0.4rem;
}
.pager ul li.selected {
	font-weight: bold;
}


/*------------------------------------ranking*/
#ranking h3 {
	font-size: 1.3rem;
	max-width: 900px;
	margin: 0 auto 0.5rem;
	background-size: 1.4rem;
}
#ranking article {
	margin-bottom: 1rem;
}

#ranking .slider {
	max-width: 920px;
	margin: 0 auto;
}
#ranking .slider figure {
	margin: 0.1rem;
	padding: 0.2rem;
	text-align: center;
}
#ranking .slider figure a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 300px;
	margin: 0 auto;
	border: 1px solid #cccccc;
	overflow: hidden;
}

#ranking .slider figure a::before{
	content: "";
	display: block;
	padding-top: 100%;
}
#ranking .slider figure img {
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.5s;
}
#ranking .slider figure a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

#ranking .slider figure a figcaption {
	display: block;
	width: 100%;
	max-width: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0.3rem;
	background: rgba(0,0,0,0.6);
	color: #ffffff;
}
#ranking .slider figure a figcaption span.bold {
	display: block;
}


/*------------------------------------schedule*/
#schedule .date ul {
	display: table;
	table-layout: fixed;
	margin: 1rem auto;
}
#schedule .date ul li {
	display: table-cell;
	vertical-align: middle;
	font-size: 1rem;
	width: 33%;
	padding: 0.5rem;
}
#schedule .date ul li a {
	display: block;
	border: 1px solid #cccccc;
	border-radius: 0.2rem;
	font-size: 0.8rem;
	padding: 0.3rem;
	background: #999999;
	color: #ffffff;
}

/*------------------------------------access*/
#access .map {
	margin: 2rem auto;
	padding: 0.3rem;
}
#access .map p {
	font-size: 1rem;
}
#access .access .block {
	display: inline-block;
	vertical-align: top;
	width: 500px;
}
#access .access .block h3 {
	font-weight: bold;
	font-size: 1rem;
}
#access .access .block li {
	display: table;
	width: 100%;
	padding: 0.3rem 0.3rem 1.5rem;
	margin: 0.3rem auto;
	background: url(../img/icon_down.jpg) no-repeat center bottom;
	background-size: 1rem;
}
#access .access .block li:last-child {
	margin-bottom: 0.3rem;
	background-image: none;
}
#access .access .block li figure {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	max-width: 200px;
}
#access .access .block li p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding: 0 0.5rem;
	font-size: 0.95rem;
}

/*------------------------------------recruit*/
#recruit article {
	width: 100%;
	max-width: 640px;
	text-align: left;
	margin: 0.5rem auto;
	font-size: 0.95rem;
}
#recruit article dt {
	font-weight: bold;
	background: #cccccc;
	color: #ffffff;
	padding: 0.1rem 0.3rem;
	margin-bottom: 0.3rem;
}
#recruit article dd {
	font-size: 0.8rem;
	padding: 0.1rem 0.3rem;
	margin-bottom: 0.8rem;
}
#recruit article dd.sample figure {
	margin-bottom: 0.5rem;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 0.5rem;
	text-align: center;
}
#recruit article dd.sample figure:last-child {
	border: none;
}
#recruit article dd.sample figure img {
	max-width: 200px;
	vertical-align: middle;
}
#recruit article dd.sample figure figcaption {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	marign: 0.5rem auto;
	max-width: 400px;
	text-align: left;
	padding: 0.5rem;
}
#recruit article dd.sample figure figcaption span {
	display: block;
	margin-bottom: 0.5rem;
}

/*------------------------------------link*/
#link article {
	margin-bottom: 1rem;
}
#link .sogo {
	display: inline-block;
}
#link .sogo li {
	vertical-align: middle;
	margin: 0.5rem;
	text-align: left;
}
#link .sogo li img {
	vertical-align: middle;
	margin-right: 0.5rem;
}
#link .sogo li span {
	display: inline-block;
}
#link .banner p {
	display: inline-block;
	text-align: left;
	padding: 0.3rem;
}
#link .banner dd {
	margin-bottom: 1rem;
}
#link .banner dd img {
	border: 1px solid #eeeeee;
}

/*------------------------------------sitemap*/
#sitemap dl {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#sitemap dt {
	font-size: 1rem;
	padding: 0.3rem;
}
#sitemap dd {
	margin-bottom: 0.5rem;
	border-bottom: 1px dotted #cccccc;
	padding: 0 0.3rem 0.5rem;
}

/*------------------------------------footer*/
footer {
	background: rgba(35,24,21,0.9);
}

footer * {
	color: #ffffff;
}
footer .contents {
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	color: #222222;
}
footer .contents * {
	color: #222222;
}
footer .contents article {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	max-width: 500px;
	min-width: 300px;
	margin: 0.5rem;
}
footer .contents .news li {
	font-size: 0.95rem;
	margin: 0.5rem;
	padding: 0.5rem;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
}
footer .contents .news li:last-child {
	border: none;
}
footer .contents .news li span {
	margin-right: 0.5rem;
}

footer .contents article h2,
footer .contents article dt {
	background: #999999;
	text-align: left;
	padding: 0.1rem 0.3rem;
	margin: 0.3rem 0;
	color: #ffffff;
	font-size: 1.2rem;
}
footer .contents article .box,
footer .contents article dd {
	margin-bottom: 0.5rem;
	height: 550px;
	overflow: hidden;
}
footer .contents article .box figcaption,
footer .contents article .box p.detail,
footer .contents article dd figcaption,
footer .contents article dd p.detail {
	display: inline-block;
	text-align: left;
}
footer .contents article .box.twitter {
	height: 940px;
	overflow: scroll;
}

footer .description {
	display: inline-block;
	max-width: 1100px;
/*	text-align: left;*/
	padding: 0.5rem;
	margin-bottom: 1rem;
}
footer .switch {
	display: none;
}
footer nav ol {
	display: inline-block;
	padding: 0.5rem;
	text-align: left;
}
footer nav ol li {
	display: inline-block;
	margin: 0.3rem;
}
footer .forsp a {
	display: inline-block;
	margin: 0.5rem auto;
	border: 1px solid #ffffff;
	border-radius: 0.2rem;
	padding: 0.2rem 0.4rem;
	background: rgba(255,0,0,0.8);
}
footer .forsp a:hover {
	text-decoration: none;
	opacity: 0.8;
}
footer address {
	margin: 0 auto;
	padding: 1rem;
	font-style: normal;
}
footer address .phone {
	font-size: 1.5rem;
	vertical-align: middle;
}
footer address .phone img {
	vertical-align: middle;
	height: 1.5rem;
}

 
/*------------------------------------page-top*/
footer #page-top{
	width: 100px;
	display: none;
	position: fixed;
	right: 8px;
	bottom: 1rem;
}
footer #page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#3b3b3b;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
 
footer #page-top p:hover{
	background:#8b8b8b;
}
 
footer #move-page-top{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


/*------------------------------------seo: textarea*/
footer .textarea {
	padding: 0.5rem;
}
.textarea p.next,
#index .textarea p.next {
	max-width: 1100px;
	width: 100%;
	margin: 0.5rem auto;
	text-align: right;
	font-size: 0.7rem;
	color: #777777;
}
.textarea .content .box {
	max-width: 800px;
	text-align: left;
	border: 1px solid #dddddd;
	border-radius: 0.5rem;
	padding: 0.5rem;
	margin: 1rem auto;
}
.textarea .content .box h3 {
	font-size: 1rem;
	font-weight: bold;
}
.textarea .content .box p.right {
	width: 100%;
	text-align: right;
}



/*------------------------------------responsive*/

@media (min-width: 0) and (max-width: 850px) {
	header .info span {
		display: none;
	}
	header .info a {
		display: block;
		width: 50px;
		height: 50px;
		background: url(../img/bt_phone_bk.png) no-repeat center center;
		background-size: 100%;
	}
	header .info a img {
		display: none;
	}

	.realtime .flex {
		display: block;
	}
	.realtime .flex .box {
		width: 98%;
	}

}
@media (min-width: 0) and (max-width: 640px) {
	section h2 {
		font-size: 1.8rem;
	}
	.pqz {
		-webkit-flex-direction: row;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.pqz h1 {
		width: 100%;
		max-width: unset;
		margin-bottom: 0.5rem;
	}
	#index .visual {
		padding-bottom: 1rem;
	}
	#index .visual li {
		background-position: center center;
		height: 200px;
		min-height: 200px;
	}
	#index .visual li p {
		font-size: 1.3rem;
	}

	#index article.nowon h2 {
		font-size: 1.3rem;
	}
	#index article h3,
	h3 {
		font-size: 1.2rem;
	}
	#index .nowon .slider figure {
		margin: 0;
		padding: 0.3rem;
	}
	.cast {
		margin-left: 0.3rem;
	}
	.cast figure {
		width: 48%;
		margin: 0;
		padding: 0;
	}
	.cast figure a {
		width: 100%;
	}
	#detail .detail,
	#detail .slider {
		width: 100%;
		max-width: 450px;
		padding: 0.3rem;
	}
	#system .concept h4 {
		text-align: left;
		padding: 0.3rem;
		margin: 0 auto;
	}
	#system .flow dt {
		font-size: 1.2rem;
	}
	#system .flow dd figure figcaption {
		font-size: 0.9rem;
	}
	#system .concept h4 {
		padding: 0.5rem;
		font-size: 1.1rem;
	}
	#system .concept h4 span {
		display: inline;
		line-height: 1.2;
	}
	#news .post {
		width: 100%;
		min-width: 0;
	}
	#event .block {
		width: 100%;
		min-width: 0;
	}
	#access .access .block {
		width: 100%;
	}
	footer .contents article .box,
	footer .contents article dd {
		height: auto;
		overflow: auto;
		padding: 0.3rem;
	}
	footer .contents article .box.twitter {
		height: 80vh;
		width: 90%;
		margin: 0 auto;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	footer .contents article .box.twitter iframe {
		width:100%;
		height:100%;
	}
	footer .contents article {
		display: block;
		width: 100%;
		min-width: 320px;
		max-width: 640px;
		margin: 0 auto;
		padding-bottom: 1rem;
	}
	.castflex figure.empty,
	.castflex figure {
		width: 45%;
	}
	.castflex figure.empty span,
	.castflex figure a {
		width: auto;
		min-width: 100%;
	}


}