﻿@charset "utf-8";
/* CSS Document */



/* clearfix */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* 画像センタリング */

.cr {margin:0 auto;}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* ページトップ */

#page-top {
	position: fixed;
	bottom: 24px;
	right: 40px;
	width:50px;
	z-index:550;
}
#page-top a {
	background: #ff698a;
	width:50px;
	height:50px;
	border-radius:5px;
	display:block;
	margin-bottom:12px;
	transition:all 0.3s;
	line-height:50px;
	font-size:3rem;
	color:#fff;
	text-align: center;
}

#page-top a:hover {
	transform: scale(1.2);
}

/* FireFoxFadeブレ防止 */

img { display:block; box-shadow: #000 0 0 0; }

/* NotoSans読込 */

@font-face {
  font-family: "NotoSans_subset";
  font-style: normal;
  src: url(../font/NotoSans_subset.woff) format("woff");
}

/* 全体・枠作り */

html,body {
	height:100%;
}

html {
	font-size:62.5%;
}

img { display:block; }


body {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, sans-serif;
}

#PageWrapper {
	height: auto !important;
	position: relative;
	width:100%;
	min-width: 1000px;
	overflow: hidden;
}

/* ヘッダー */

header {
	width:100%;
	height:72px;
	backgorund-color:#fff;
	border-bottom:2px solid rgba(235,235,235,1.00);
}

#Menu {
	width:1000px;
	height:72px;
	margin:0 auto;
	position: relative;
}

.logo {
	background:url(../img/logo.png) left center no-repeat;
	background-size:contain;
	width:160px;
	height:72px;
}

.logo a {
	width:160px;
	height:72px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	transition: all 0.3s;
	background-color:#fff;
	opacity: 0;
}

.logo a:hover {
	opacity: 0.3;
}

.menulist {
	height:72px;
	position: absolute;
	right:0;
	top:0;
}

.menulist ul li {
	float:left;
}

.menulist ul li a {
	height:68px;
	display: table-cell;
	vertical-align: middle;
	font-size:1.4rem;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	text-decoration: none;
	padding:0 16px;
	color:rgba(123,123,123,1.00);
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-top:4px solid #fff;
	transition: all 0.3s;
}

.menulist ul li a:hover {
	border-left:1px solid rgba(235,235,235,1.00);
	border-right:1px solid rgba(235,235,235,1.00);
	border-top:4px solid rgba(129,66,150,1.00);
}

/* メインビジュアル */

#Mainvisual {
	width:100%;
	height:500px;
	background:url(../img/1773.jpg) center center no-repeat;
	background-size:cover;
	position: relative;
}

.visual_txt {
	width:50%;
	height: 500px;
	background:rgba(0,0,0,0.3);
	position: relative;
}

.visual_txt:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 500px 200px 0 0;
	border-color: rgba(0,0,0,0.3) transparent transparent transparent;
	position: absolute;
	right:-200px;
	top:0;
}

.visual_txt h2 {
	font-size:2rem;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	color:#fff;
	position: absolute;
	left:100%;
	top:150px;
	margin-left:-500px;
}

.main_logo {
	background:url(../img/logo_w.png) left top no-repeat;
	background-size: 100%;
	width:400px;
	padding-top:26.2%;
	display: block;
	position: absolute;
	right:100px;
	top:200px;
}

/* 一行トピックス */

.line_topics {
	background:rgba(129,66,150,1.00);
	color:#fff;
	text-align: center;
}

.line_topics p {
	font-size:1.5rem;
	display: block;
	margin:0 auto;
	width:1000px;
	line-height: 24px;
	padding:8px 0;
	text-align: left;
}

.line_topics p a {
	text-decoration: underline;
	color:#fff;
}

.line_topics p a:hover {
	text-decoration: none;
}

.line_topics p span {
	background-color:#fff;
	color:rgba(129,66,150,1.00);
	padding:0 8px;
	display: inline-block;
	border-radius: 3px;
	margin-right:12px;
}

.line_topics p em {
	background-color:#FFB600;
	color:rgba(129,66,150,1.00);
	padding:0 8px;
	display: inline-block;
	border-radius: 3px;
	margin-right:12px;
}

/* ニュース */

#News {
	background-color:#fff;
	position: relative;
	padding:64px 0;
}

.news_wrap {
	width:1000px;
	margin:0 auto;
	position: relative;
}

.news_title h3 {
	font-size:3.2rem;
	font-family: 'Orbitron', sans-serif;
	line-height: 32px;
	border-left:4px solid rgba(129,66,150,1.00);
	padding-left:24px;
	color:rgba(123,123,123,1.00);
	position: absolute;
	top:0;
	left:0;
}

.news_title h3 span {
	font-size:2rem;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}

.logbox {
	padding-left:400px;
	width:600px;
	height:250px;
	font-size:1.5rem;
	text-align: left;
	overflow: hidden;
}

.logbox dl:before,
.logbox dl:after {
    content: " ";
    display: table;
}

.logbox dl:after {
    clear: both;
}

.logbox dl {
	width:600px;
    *zoom: 1;
	border-bottom:1px dotted rgba(175,175,175,1.00);
}

.logbox dl dt {
	width:120px;
	line-height: 28px;
	float:left;
	text-align: left;
	color:rgba(175,175,175,1.00);
	padding-top:8px;
	padding-bottom:8px;
}

.logbox dl dd {
	width:450px;
	line-height: 28px;
	float:left;
	text-align: left;
	color:rgba(123,123,123,1.00);
	padding-top:8px;
	padding-bottom:8px;
}

/* タレント */

#Talent {
	background:url(../img/dust_scratches.png) left top repeat;
	position: relative;
	padding:64px 0;
}

.talent_title h3 {
	font-size:4rem;
	font-family: 'Orbitron', sans-serif;
	line-height: 32px;
	color:rgba(123,123,123,1.00);
	text-align: center;
}

.talent_title h3 span {
	font-size:2rem;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}

.talent_title h3:after {
	content:"";
	display: block;
	width:200px;
	height:4px;
	background:rgba(129,66,150,1.00);
	margin:24px auto;
}

p.plaintxt {
	font-size:1.6rem;
	color:rgba(123,123,123,1.00);
	text-align: center;
}

.talent_wrap {
	width:600px;
	margin:48px auto 0;
}

.talent_wrap ul {
	margin-right:-40px;
}

.talent_wrap ul li {
	background:#fff;
	display: block;
	width:128px;
	padding:30px 20px 20px;
	margin-right:40px;
	float:left;
	margin-bottom:40px;
	position: relative;
}

.talent_wrap ul li img {
	width:110px;
	height:150px;
	display:block;
	margin:0 auto;
}

.talent_wrap ul li a {
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}

.talent_wrap ul li a:hover {
	opacity:0.7;
}

.talent_wrap ul li a figure {
	font-size:1.6rem;
	text-decoration: none;
	color:rgba(123,123,123,1.00);
	line-height: 20px;
	margin-top:12px;
}

.talent_wrap ul li a figure span {
	font-size:1.2rem;
}

.talent_wrap ul li em {
	width:90px;
	height:24px;
	line-height: 24px;
	color:#fff;
	display: block;
	position: absolute;
	left:8px;
	top:-10px;
	text-align: center;
	font-size:1.4rem;
}

em.tag1 {background:rgba(129,66,150,1.00);}
em.tag2 {background:rgba(243,158,0,1.00);}
em.tag3 {background:rgba(24,136,255,1.00);}
em.tag4 {background:rgba(49,193,101,1.00);}

/* スクール */

#School {
	background:url(../img/1773_blur.jpg) center center no-repeat;
	background-size:cover;
	padding:64px 0;
}

.school_title h3 {
	font-size:4rem;
	font-family: 'Orbitron', sans-serif;
	line-height: 32px;
	color:rgba(123,123,123,1.00);
	text-align: center;
}

.school_title h3 span {
	font-size:2rem;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}

.school_title h3:after {
	content:"";
	display: block;
	width:200px;
	height:4px;
	background:rgba(129,66,150,1.00);
	margin:24px auto;
}

.school_point {
	width:100%;
	margin:40px 0 64px;
}

#School blockquote {
	width:958px;
	padding:20px;
	border:1px solid rgba(129,66,150,1.00);
	display: block;
	text-align: left;
	font-size:1.6rem;
	color:rgba(129,66,150,1.00);
	margin:0 auto 40px;
	position: relative;
}

#School blockquote h4 {
	font-size:2.8rem;
	font-family: 'Orbitron', sans-serif;
	position: absolute;
	display:block;
	line-height: 50px;
	height:50px;
	width:160px;
	text-align: center;
	left:0;
	top:0;
	bottom:0;
	margin:auto 0;
}

#School blockquote p {
	padding-left:150px;
}

#School blockquote p strong {
	font-weight: bold;
	font-size:1.8rem;
}

.schoolinfo_list {
	width:1000px;
	margin:40px auto 64px;
}

.schoolinfo_list ul li {
	width:1000px;
	font-size:1.8rem;
	line-height: 48px;
	color:rgba(129,66,150,1.00);
	border-bottom:1px dotted rgba(129,66,150,1.00);
}

.scloolinfo_table table {
	width:900px;
	margin:24px auto;
	font-size:1.6rem;
	line-height: 2;
	color:dimgray;
	background-color:rgba(248,248,248,1.00);
	text-align: left;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	border-collapse: separate;
	border-spacing: 5px;
}

.scloolinfo_table table th {
	background-color:rgba(129,66,150,1.00);
	color:#fff;
	padding:8px 12px;
	width:126px;
	position:relative;
}

.scloolinfo_table table th:after {
	left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: rgba(129,66,150,1.00);
    border-width: 10px;
    margin-top: -10px;
}

.scloolinfo_table table td {
	background-color:#ffffff;
	padding:8px 12px;
}

.scloolinfo_table table td ul {
	padding-left:24px;
}

.scloolinfo_table table td ul li {
	list-style-type: square;
}

/* アクセス */

#Access {
	background:url(../img/dust_scratches.png) left top repeat;
	position: relative;
	padding:64px 0;
}

.access_title h3 {
	font-size:4rem;
	font-family: 'Orbitron', sans-serif;
	line-height: 32px;
	color:rgba(123,123,123,1.00);
	text-align: center;
}

.access_title h3 span {
	font-size:2rem;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}

.access_title h3:after {
	content:"";
	display: block;
	width:200px;
	height:4px;
	background:rgba(129,66,150,1.00);
	margin:24px auto;
}

.googlemap {
	width:1000px;
	margin:64px auto;
}

a.company_link {
	width:300px;
	height:50px;
	display:block;
	margin:80px auto;
	line-height: 50px;
	color:rgba(129,66,150,1.00);
	border:1px solid rgba(129,66,150,1.00);
	font-size:1.8rem;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover.company_link {
	background-color: rgba(129,66,150,1.00);
	color:#fff;
}

/* コンタクト */

#Contact {
	background:#fff;
	position: relative;
	padding:64px 0;
}

.contact_title h3 {
	font-size:4rem;
	font-family: 'Orbitron', sans-serif;
	line-height: 32px;
	color:rgba(123,123,123,1.00);
	text-align: center;
}

.contact_title h3 span {
	font-size:2rem;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}

.contact_title h3:after {
	content:"";
	display: block;
	width:200px;
	height:4px;
	background:rgba(129,66,150,1.00);
	margin:24px auto;
}

/* フッター */

footer {
	background-color: rgba(129,66,150,1.00);
	color:#fff;
	width:100%;
	position: relative;
	height:480px;
}

.foot_wrap {
	width:1000px;
	height:440px;
	padding:40px 0 0;
	margin:0 auto;
	position: relative;
}

.twitter {
	width:400px;
	height:400px;
	position: absolute;
	right:0;
	top:40px;
}

.foot_logo {
	width:250px;
	margin-bottom:24px;
}

.foot_logo img {
	width:100%;
}

.foot_link {
	padding-left:12px;
	font-size:1.6rem;
	line-height: 32px;
	margin-bottom:24px;
}

.foot_link a {
	color:#fff;
	text-decoration: none;
}

.foot_link a:hover {
	text-decoration: underline;
}

.foot_info {
	font-size:1.4rem;
	line-height: 24px;
}

.copyright {
	font-size:1.4rem;
	line-height: 24px;
}

/* タレントシングルページ */

.talent_single {
	width:700px;
	margin:0 auto;
}

.profile {
	width:700px;
	min-height: 340px;
	position: relative;
	font-size:1.6rem;
	color:rgba(123,123,123,1.00);
	margin-top:60px;
}

.talent_single h4 {
	font-size:3.6rem;
	position: relative;
	padding-left:24px;
	line-height: 40px;
}

.talent_single h4:before {
	content: "";
	width:10px;
	height:70px;
	display: inline-block;
	background-color: rgba(129,66,150,1.00);
	position: absolute;
	top:0;
	left:0;
}

.talent_single h5 {
	font-size:1.8rem;
	padding-left:24px;
	color:rgba(129,66,150,1.00);
	line-height: 30px;
}

.talent_img {
	padding:20px;
	background-color:#fff;
	position: absolute;
	right:0;
	top:0;
	border:1px solid rgba(233,233,233,1.00);
}

.profile table {
	margin-top:36px;
	border-collapse: separate;
	border-spacing: 8px;
}

.profile table th {
	background-color: rgba(129,66,150,1.00);
	color:#fff;
	padding:0 24px;
	border-radius: 5px;
	text-align: center;
}

.profile table td {
	padding:0 12px;
}

.profile table td a {
	color:rgba(129,66,150,1.00);
	text-decoration: none;
}

.profile table td a:hover {
	text-decoration: underline;
}

.widget {
	width:700px;
	text-align: center;
}

.wid_single {
	width:300px;
	padding:25px;
	float:left;
	margin:0 auto;
}

h6 {
	width:100%;
	height:36px;
	line-height: 36px;
	font-size:2rem;
	text-align: center;
	color:rgba(129,66,150,1.00);
	border-bottom:2px solid rgba(129,66,150,1.00);
	background:rgba(235,235,235,1.00);
	margin-top:36px;
}

.performance {
	font-size:1.6rem;
	color:rgba(123,123,123,1.00);
}

.performance table {
	border-top:1px dotted rgba(123,123,123,1.00);
	
	margin:36px 0;
	border-collapse: separate;
border-spacing: 0;
}

.performance table th {
	width:150px;
	border-bottom:1px dotted rgba(123,123,123,1.00);
	line-height: 36px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	color:rgba(123,123,123,1.00);
}

.performance table td {
	width:550px;
	line-height: 36px;
	border-bottom:1px dotted rgba(123,123,123,1.00);
}

/* オーディションページ */

a.audition_button {
	width:900px;
	height:100px;
	display: block;
	margin:0 auto 48px;
	background-color:#fff;
	border-radius: 20px;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	color:rgba(129,66,150,1.00);
	font-size:3rem;
	line-height: 90px;
	text-indent: 24px;
	border:5px solid #DFDFDF;
	box-shadow: 0 0 0 3px rgba(129,66,150,1.00);
	position: relative;
	text-decoration: none;
	transition: all 0.3s;
}

a.audition_button:before{
	content:"ACT.OZ AUDITION";
	font-size:3rem;
	font-family: 'Orbitron', sans-serif;
	display: block;
	position: absolute;
	right:24px;
	bottom:-28px;
	opacity: 0.3;
}

a.audition_button:hover {
	opacity: 0.7;
}

#mailform {
	width:900px;
	padding:24px;
	background-color:#fff;
	margin:0 auto 80px;
}

#mailform table {
	font-size:1.6rem;
	color:rgba(123,123,123,1.00);
	margin:0 auto;
	background-color:#fff;
	line-height: 1.6;
	border-collapse: separate;
	border-spacing: 0;
}

#mailform table th, #mailform table td {
	padding:12px 12px;
	border-bottom:1px dotted #000;
}

#mailform table p {
	font-size:1.2rem;
}

#mailform table span {
	color:red;
}

#mailform table input[type="text"] {
	line-height: 1.6rem;
	border:1px solid rgba(203,203,203,1.00);
	border-radius: 5px;
	height:20px;
	padding:2px 10px;
}

#mailform table input[type="button"] {
	line-height: 1.6rem;
	border:1px solid rgba(203,203,203,1.00);
	border-radius: 5px;
	width:160px;
	height:26px;
	display: inline-block;
	padding:2px 10px;
	background:rgba(239,239,239,1.00);
}

#mailform table input[type="button"]:active {
	background:rgba(184,184,184,1.00);
}

#mailform table input[type="submit"], #mailform table input[type="reset"]{
	line-height: 1.6rem;
	border:1px solid rgba(203,203,203,1.00);
	border-radius: 5px;
	width:180px;
	height:48px;
	display: inline-block;
	padding:2px 10px;
	background:rgba(129,66,150,1.00);
	color:#fff;
}

#mailform table input[type="submit"]:active, #mailform table input[type="reset"]:active {
	background:rgba(255,255,255,1.00);
	color:rgba(129,66,150,1.00);
}

#mailform table textarea {
	line-height: 1.6rem;
	border:1px solid rgba(203,203,203,1.00);
	border-radius: 5px;
	height:120px;
	padding:2px 10px;
}

/* シアターページ */

a.theater_button {
	width:900px;
	height:100px;
	display: block;
	margin:0 auto 48px;
	background-color:#fff;
	border-radius: 20px;
	font-family:"NotoSans_subset", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
	color:rgba(129,66,150,1.00);
	font-size:3rem;
	line-height: 90px;
	text-indent: 24px;
	border:5px solid #DFDFDF;
	box-shadow: 0 0 0 3px rgba(129,66,150,1.00);
	position: relative;
	text-decoration: none;
	transition: all 0.3s;
}

a.theater_button:before{
	content:"ACT.OZ THEATER";
	font-size:3rem;
	font-family: 'Orbitron', sans-serif;
	display: block;
	position: absolute;
	right:24px;
	bottom:-28px;
	opacity: 0.3;
}

a.theater_button:hover {
	opacity: 0.7;
}