@CHARSET "UTF-8";

.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.font-mincho {
	font-family: "Hiragino Mincho Pro", "HG明朝E", "MS 明朝", serif;
}

.font-marugo {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-55 {
	margin-top: 55px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-65 {
	margin-top: 65px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-t-75 {
	margin-top: 75px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-l-35 {
	margin-left: 35px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-l-45 {
	margin-left: 45px;
}

.m-l-50 {
	margin-left: 50px;
}

.m-l-100 {
	margin-left: 100px;
}

.m-l-a {
	margin-left: auto;
}

.m-r-a {
	margin-right: auto;
}

.m-t-a {
	margin-top: auto;
}

.m-b-a {
	margin-bottom: auto;
}

.w-p-100 {
	width: 100%;
}

.w-p-95 {
	width: 95%;
}

.w-p-90 {
	width: 90%;
}

.w-p-85 {
	width: 85%;
}

.w-p-80 {
	width: 80%;
}

.w-p-75 {
	width: 75%;
}

.w-p-70 {
	width: 70%;
}

.w-p-65 {
	width: 65%;
}

.w-p-60 {
	width: 60%;
}

.w-p-55 {
	width: 55%;
}

.w-p-50 {
	width: 50%;
}

.w-p-45 {
	width: 45%;
}

.w-p-40 {
	width: 40%;
}

.w-p-35 {
	width: 35%;
}

.w-p-30 {
	width: 30%;
}

.w-p-25 {
	width: 25%;
}

.w-p-20 {
	width: 20%;
}

.w-p-15 {
	width: 15%;
}

.w-p-10 {
	width: 10%;
}

.w-p-5 {
	width: 5%;
}

.h-p-100 {
	height: 100%;
}

.h-p-95 {
	height: 95%;
}

.h-p-90 {
	height: 90%;
}

.h-p-50 {
	height: 50%;
}

.v-a-t {
	vertical-align: top;
}

.v-a-m {
	vertical-align: middle;
}

.v-a-b {
	vertical-align: bottom;
}

.v-a-tb {
	vertical-align: text-bottom;
}

.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

a {
	color: inherit;
	text-decoration: none;
}

a.text {
	text-decoration: underline;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

html, body, .wrapper, #header, #nav, #main, #footer {
	width: 100%;
	min-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

html {
	font-size: 10px;
	background-color: #ffffff;
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	text-align: left;
	font-size: 14px;
	color: #333333;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "century gothic", Arial, "ＭＳ Ｐゴシック", sans-serif;
	background: url("../img/base/header_bg.jpg") center top no-repeat;
}

#wrapper {
	background: url("../img/base/background.png") center top repeat;
}

.container {
	width: 1440px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

h1.title {
	font-size: 16px;
	padding-top: 10px;
}

#header {
	background: url("../img/base/header_bg.jpg") center top no-repeat;
	height: 460px;
	text-align: center;
}

#header .container {
	height: 100%;
}

#header .logo {
	margin-top: 100px;
}

#nav {
	background: url("../img/base/menu_bg.png") center top repeat-x;
	height: 70px;
}

#nav .nav-list {
	justify-content: space-between;
	align-items: center;
}

#nav .nav-list .item {
	line-height: 70px;
	text-align: left;
	font-size: 18px;
	color: #fff;
}

#nav .nav-list .item a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 30px;
}

#nav .nav-list .item a:hover {
	opacity: 0.8;
}

#footer {
	box-sizing: border-box;
	line-height: 1.6;
	font-size: 16px;
	text-align: center;
}

#footer .footer-top {
	background: #41b0f6;
	padding: 30px 0;
}

#footer .footer-nav-list .item {
	display: inline-block;
	color: #fff;
}

#footer .footer-nav-list .item:after {
	content: '|';
	display: inline;
}

#footer .footer-nav-list .item:last-child:after {
	content: none;
}

#footer .footer-bottom {
	background: #000;
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
}

#footer .copyright {

}

#main {
	padding: 30px 0 40px;
	position: relative;
	min-height: 900px;
}

#main .container {

}

h2.title {
	padding-top: 15px;
}

h2.title img {
	display: block;
}

.contents-bg {
	border: 1px solid #49aff6;
	background: #fff;
	padding: 20px;
}

.contents-bg.p10 {
	padding: 10px;
}

.contents-bg.p40 {
	padding: 40px;
}

.border {
	border: 1px solid #49aff6;
}

.cast-list {

}

.cast-list .cast {
	border: 1px solid #49aff6;
	background: #fff;
	width: 19%;
	margin: 10px 0.5%;
	padding: 5px;
	text-align: center;
}

.cast-list .cast .photo {
	width: 100%;
	border: 1px solid #fff;
	border-bottom: none;
	margin-bottom: 5px;
}

.cast-list .cast .photo .inner {
	position: relative;
}

.cast-list .cast .photo .icon-new {
	position: absolute;
	top: 0;
	left: 0;
}

.cast-list .cast .name, .cast .name {
	color: #fd7394;
	font-size: 22px;
	line-height: 1.6;
}

.cast-list .cast .size {
	font-size: 16px;
	line-height: 1.6;
}

.cast-list .cast .time {
	background: #fd7394;
	padding: 0 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 35px;
	line-height: 36px;
	margin-top: 5px;
}

.page-top .headline {
	background: url("../img/top/headline_bg.png") center top no-repeat;
	width: 1440px;
	height: 60px;
	padding: 10px 17px 10px 245px;
	line-height: 40px;
	white-space: nowrap;
}

.page-top .pickup {
	width: 400px;
	text-align: center;
}

.page-top .pickup .contents-bg {
	padding: 15px;
}

.page-top .pickup .photo {

}

.page-top .pickup .profile {

}

.page-top .pickup .name {
	font-size: 26px;
}

.page-top .pickup .size {
	font-size: 18px;
}

.page-top .info {

}

.page-top .info .contents-bg {
	padding: 10px;
}

.page-top .info .info-list {
	height: 380px;
	overflow-y: auto;
}

.page-top .info .info-list .item {
	text-align: left;
	margin-bottom: 30px;
	padding-right: 5px;
}

.page-top .info .info-list .item .head {

}

.page-top .info .info-list .item .date {
	font-size: 16px;
	padding: 5px;
}

.page-top .info .info-list .item .title {
	background: #ffbbfa;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
}

.page-top .info .info-list .item .body {
	margin-top: 15px;
}

.page-top .info .info-list .item .body .detail {
	padding-right: 5px;
}

.page-top .event-banner {
	height: 300px;
}

.newface .contents-bg {
	padding: 10px;
}

.newface-list {

}

.newface-list .cast {
	padding: 10px;
	width: 48%;
	margin: 10px 1%;
	border: 1px solid #49aff6;
}

.newface-list .cast .photo {
	width: 30%;
}

.newface-list .cast .profile {
	width: 70%;
	position: relative;
	padding-left: 15px;
}

.newface-list .cast .name {
	font-size: 22px;
}

.newface-list .cast .size {
	font-size: 16px;
}

.newface-list .cast .date {
	position: absolute;
	right: 0;
	top: 0;
	background: #fd7394;
	padding: 0 5px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 35px;
	line-height: 36px;
	width: 150px;
}

.newface-list .cast .comment {
	height: 220px;
	overflow-y: auto;
	word-break: break-all;
	font-size: 14px;
	line-height: 1.6;
}

.page-top .schedule .contents-bg {
	padding: 10px;
}

.page-schedule {

}

.page-schedule .date-list {
	text-align: center;
}

.page-schedule .date-list .item {
	width: 13.4%;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}

.page-schedule .date-list .item a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #363636;
	background: #fff;
	border: 1px solid #49aff6;
}

.page-schedule .date-list .item a:hover {
	color: #fff;
	background: #49aff6;
	font-weight: bold;
}

.page-event .contents-bg {
	padding-left: 60px;
	padding-right: 60px;
}

.page-event .event-list .item {
	padding: 30px;
	text-align: center;
	border-bottom: 1px solid #49aff6;
}

.page-event .event-list .item:last-child {
	border: none;
}

.page-event .event-list .item .head {
	text-align: left;
	line-height: 1.6;
}

.page-event .event-list .item .date {

}

.page-event .event-list .item .title {

}

.page-event .event-list .item .body {

}

.page-event .event-list .item .detail {

}

.page-profile {

}

.page-profile .name-group {
	text-align: center;
}

.page-profile .name-group .name {
	color: #fd7394;
	font-size: 28px;
}

.page-profile .name-group .size {
	font-size: 20px;
}

.page-profile .photo-main {
	padding-right: 5px;
}

.page-profile .photo-list {
	padding-left: 5px;
}

.page-profile .photo-list .item {
	margin-bottom: 8px;
}

.page-profile .photo-list .item img {
	display: block;
}

.page-profile .qa {
	margin-left: 35px;
}

.page-profile .qa .detail {
	padding: 0 15px;
}

.page-profile .qa .qa-list {
	width: 100%;
}

.page-profile .qa .qa-list .item {
	font-size: 18px;
	line-height: 1.6;
	padding: 15px;
	padding-left: 30px;
	position: relative;
	text-align: left;
	vertical-align: top;
}

.page-profile .qa .qa-list .label {
	color: #49aff6;
	width: 30%;
	font-weight: bold;
}

.page-profile .qa .qa-list .value {
	width: 70%;
}

.page-profile .owner-comment {
	margin-left: auto;
	margin-right: auto;
}

.page-profile .owner-comment .contents-bg {

}

.page-profile .owner-comment .detail {
	text-align: left;
	line-height: 1.8;
	font-size: 16px;
}

.page-profile .schedule {
	margin-left: auto;
	margin-right: auto;
}

.page-profile .schedule .schedule-list {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.page-profile .schedule .schedule-list .item {
	font-size: 16px;
	text-align: center;
	border: 1px solid #4982f5;
	vertical-align: middle;
	width: 14.2%;
}

.page-profile .schedule .schedule-list .label {
	height: 50px;
	background: #e2f2ff;
}

.page-profile .schedule .schedule-list .value {
	height: 90px;
	background: #fff;
}

.page-profile .schedule .schedule-list .value .sep {
	display: block;
	transform: rotate(90deg);
	padding: 7px 0;
}

.page-contact {

}

.page-contact .contents-bg {
	padding: 30px 150px;
}

.page-contact .message {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

.page-contact .form-detail {
	padding: 30px;
}

.page-contact .form-list {
	width: 100%;
}

.form-list .item {

}

.form-list .label {
	vertical-align: top;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 10px;
}

.form-list .value {
	font-size: 16px;
	color: #49aff6;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px;
	line-height: 2;
	width: 800px;
}

.form-list .value input[type="text"], .form-list .value input[type="email"] {
	width: 100%;
	min-height: 30px;
	padding: 0 5px;
	font-size: 16px;
}

.form-list .value textarea {
	width: 100%;
	min-height: 160px;
	padding: 5px;
	font-size: 16px;
}

.form-list .value select {
	width: 200px;
	min-height: 30px;
	font-size: 16px;
}

form button.submit {
	padding: 0;
	border: none;
	background: none;
}

form label {
	display: inline-block;
}

.contact-form .text1 {
	font-size: 16px;
	line-height: 2.2;
	color: #ff5694;
	font-weight: bold;
}

.page-enquete .contents-bg {
	padding: 30px 150px;
}

.page-enquete .message {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

.page-enquete .form-detail {
	padding: 30px;
}

.page-enquete .form-list {
	width: 100%;
}

.page-enquete .form-list .item {

}

.page-enquete .form-list th.label {
	vertical-align: top;
	text-align: left;
	font-size: 18px;
	padding: 15px 10px;
	line-height: 1.6;
	font-weight: bold;
	width: 30%;
}

.page-enquete .form-list td.value {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px;
	line-height: 2;
}

.page-link .message {
	font-size: 16px;
}

.page-link .size {
	font-size: 16px;
}

.page-link .banner {

}