@charset "UTF-8";

/*
Theme Name: common
Version: 1.0.4
*/

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super;}
sub{vertical-align:text-bottom;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/* =Common
-------------------------------------------------------------- */
body {
	text-align: center;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
a, a img, input[type="submit"], input[type="reset"] {
	-webkit-transition: opacity .3s, background-color .3s;
	transition: opacity .3s, background-color .3s;
	opacity: 1;
}
a img:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
}
img {
	max-width: 100%;
	height: auto;
}
input[type="submit"],input[type="reset"] {
	-webkit-appearance: none;
}

/* clearfix */
.cf:before, .cf:after {content:"";display:table;}
.cf:after {clear:both;}
.clr {clear: both;}

/* css */
.fl {float: left;}
.fr {float: right;}
.ta_l {text-align: left;}
.ta_c {text-align: center;}
.ta_r {text-align: right;}
.va_t {vertical-align: top;}
.va_b {vertical-align: bottom;}
.va_m {vertical-align: middle;}
.lh17 {line-height: 1.7;}
.lh20 {line-height: 2;}

/* font */
.red {color:#f00;}
.bold {font-weight: bold;}



/* =Styles 
-------------------------------------------------------------- */
body {
	font-family:Meiryo, 'メイリオ','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #000;
	background: #fff;
}
.hm{
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro';
}
@media ( max-width: 600px ){
	body {
		font-size: 4.375vw;
	}
	.pc{
		display: none;
	}
}
@media ( min-width: 601px ){
	body {
		font-size: 14px;
	}
	.sp{
		display: none;
	}
}
a:hover{
	opacity: 0.7;
}
.scrolltop{
	position: absolute;
	top: -83px;
	right: 0;
	padding: 0 35px 0 0;
}
.scrolltop img{
	width: 45px;
	margin: 0 0 13px 0;
}
.scrolltop p{
	font-size: 10px;
	color: #7a4187;
}
.scrolltop a{
	display: block;
	text-decoration: none;
}
@media (max-width: 960px){
	.window_fix {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
}

@media (max-width: 960px){
	.scrolltop{
		display: none;
	}
}

.loading,
.loading:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}
.loading {
	margin: 2em auto;
	position: relative;
	text-indent: -9999em;
	border-top: 0.6em solid #e5dbe8;
	border-right: 0.6em solid #e5dbe8;
	border-bottom: 0.6em solid #e5dbe8;
	border-left: 0.6em solid #7a4187;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: rotate 1.1s infinite linear;
	animation: rotate 1.1s infinite linear;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/*index*/
#container.top{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#container.top #header{
	position: relative;
	float: left;
	width: 110px;
	height: 100%;
	background: #7a4187;
}
#container.top #header .navbutton{
	display: inline-block;
	width: 42.7%;
	margin: 4.9vh auto 0 auto;
}
#container.top #header .humberger{
	position: relative;
}
#container.top #header .humberger .navborder{
	display: block;
	height: 1px;
	width: 100%;
	background: #fff;
	margin: 37% 0;
}
#container.top #header .humberger .navborder:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff
}
#container.top #header .humberger .navborder:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: #fff;
}
#container.top #header .logo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3.7vh;
	width: 36.36%;
}
#container .nav_shadow{
	position: absolute;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.nav_shadow{
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}
#container .nav_shadow.current{
	display: block;
	height: 100vh;
}
#container .nav{
	position: relative;
	background: #7a4187;
	width: 33.3%;
	height: 100%;
}
#container .nav ul{
	padding: 10.3vh 0 0 0;
}
#container .nav ul li{
	margin: 4vh 0;
}
#container .nav ul li.pchide{
	display: none;
}
#container .nav ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 3.5vh;
}
#container .nav .title{
	color: #fff;
	margin: 12.4vh 0 0 0;
}
#container .nav .title img{
	width: 24.1vh;
}
#container .nav .logo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3.7vh;
	max-width: 100%;
}
#container .nav .closebutton{
	position: absolute;
	height: 4.7vh;
	width: 4.7vh;
	top: 4.9vh;
	left: 31px;
}
#container .nav .closebutton .buttonborder{
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
#container .nav .closebutton .buttonborder:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	left: 0;
}
#container .nav .closebutton .buttonborder:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #fff;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	left: 0;
}
#container #kv{
	float: right;
	width: calc(100% - 110px);
	height: 100vh;
}
#container #kv .kvslider li{
	height: 100vh;
	width: 100%!important;
}
#container #kv .kvslider li.slide1{
	background: url(img/kv01.jpg)no-repeat;
	background-size: cover;
	background-position: center bottom;
}
#container #kv .kvslider li.slide2{
	background: url(img/kv02.jpg)no-repeat;
	background-size: cover;
	background-position: center bottom;
}
#container #kv .kvslider li.slide3{
	background: url(img/kv03.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
#container #kv .bx-wrapper{
	height: 100vh;
}
#container.top .copyright{
	position: absolute;
	color: #7a4187;
	font-size: 10px;
	right: 2.8vw;
	bottom: 3.7vh;
	z-index: 999;
}
@media (max-width: 960px){
	.inner{
		padding: 0 30px;
	}
	#container.top{
		position: static;
		overflow: initial;
		height: auto;
	}
	#container.top #header{
		position: fixed;
		float: none;
		height: 90px;
		width: 100%;
	}
	#header .navbutton{
		float: right;
		width: 45px;
		margin: 25px 0 0 0;
	}
	#container.top #header .navbutton{
		width: 50px;
		margin: 27px 0 0 0;
	}
	#container.top #header .title{
		float: left;
		color: #fff;
		margin: 20px 0 0 0;
	}
	#container.top #header .title img{
		width: 100%;
	}
	#container .nav_shadow{
		top: 0;
		background:rgba(0, 0, 0, .85);
		height: 100vh;
		position: fixed;
	}
	#container .nav_shadow .nav{
		float: right;
		width: 76.26%;
		height: 100vh;
	}
	#container .nav{
		z-index: 999;
	}
	#container .nav ul,
	.nav ul{
		padding: 0;
		height: 100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	#container .nav ul li{
		text-align: left;
		margin: 2vw 0;
	}
	#container .nav ul li:first-child{
		margin: 4vw 0 2vw; 
	}
	#container .nav ul li.pchide{
		display: block;
	}
	#container .nav ul li a{
		display: block;
		font-size: 35px;
		padding: 12px 50px;
	}
	#container .nav .closebutton{
		width: 50px;
		height: 50px;
		left: -80px;
		top: 30px;
	}
	#container #kv{
		float: none;
		background-size: cover;
		background-position: top right;
		width: 100%;
		height: 146.8vw;
	}
	#container #kv .kvslider li{
		height: 146.8vw;
	}
	#container #kv .kvslider li.slide1{
		background: url(img/kv_sp01.jpg)no-repeat;
		background-size: cover;
	}
	#container #kv .kvslider li.slide2{
		background: url(img/kv_sp02.jpg)no-repeat;
		background-size: cover;
	}
	#container #kv .kvslider li.slide3{
		background: url(img/kv_sp03.jpg)no-repeat;
		background-size: cover;
	}
	#container #sec01{
		border-bottom: solid 1px #7a4187;
	}
	#container #sec01 .sec01_button{
		position: relative;
		font-size: 30px;
		color: #7a4187;
		padding: 30px 0;
		cursor: pointer;
	}
	#container #sec01 .sec01_button:after{
		content: '';
		position: absolute;
		background: url(img/arrow_open.png) no-repeat;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		right: 30px;
		width: 55px;
		height: 30px;
	}
	#container #sec01 .sec01_button.open:after{
		background: url(img/arrow_close.png) no-repeat;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		right: 30px;
		width: 55px;
		height: 30px;
	}
	#container #sec01 .sec01_content{
		display: none;
		background: #fff;
	}
	#container #sec01 .sec01_content .inner{
		padding-top: 10px;
		padding-bottom: 50px;
	}
	#container #sec01 .sec01_content .box{
		float: left;
		width: 47.2%;
		margin: 0 0 40px;
		text-align: left;
		box-shadow:  0 0 6px rgba(0,0,0,0.4);
	}
	#container #sec01 .sec01_content .box a{
		text-decoration: none;
		display: block;
	}
	#container #sec01 .sec01_content .box .img{
		position: relative;
		overflow: hidden;
	}
	#container #sec01 .sec01_content .box .img:before{
		content: '';
		display: block;
		padding: 84% 0 0 0;
	}
	#container #sec01 .sec01_content .box img{
		position: absolute;
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#container #sec01 .sec01_content .box .content{
		font-size: 13px;
		background: #f1ecf3;
		padding: 20px 15px;
	}
	#container #sec01 .sec01_content .box .date{
		background: #e5dbe8;
		color: #b08bb9;
		font-size: 14px;
		text-align: left;
		padding: 5px 10px;
	}
	#container #sec01 .sec01_content .box .title {
		color: #7a4187;
		font-size: 24px;
		margin: 0 0 15px;
		line-height: 1.25;
		-webkit-line-clamp: 2;
		 -moz-line-clamp: 2;
			  line-clamp: 2;
		-webkit-box-orient: vertical;
		 -moz-box-orient: vertical;
			  box-orient: vertical;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		overflow: hidden;
		white-space: normal;
		text-overflow: ellipsis;		
	}	
	#container #sec01 .sec01_content .box .category{
		line-height: 1;
	}
	#container #sec01 .sec01_content .box .cate{
		display: inline-block;
		color: #7a4187;
		border: solid 1px #7a4187;
		margin: 0 1.5vw 0 0;
		padding: 0.3vw 0.5vw;
	}
	#container #sec01 .sec01_content .box .name{
		border: solid 1px transparent;
		color: #000;
		line-height: calc(160% + 2px);
	}
	#container #sec01 .sec01_content .box:nth-child(even){
		float: right;
	}
	#container #sec02 .sec02_button{
		position: relative;
		font-size: 30px;
		color: #7a4187;
		padding: 30px 0;
		cursor: pointer;
	}
	#container #sec02 .sec02_button:after{
		content: '';
		position: absolute;
		background: url(img/arrow_open.png) no-repeat;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		right: 30px;
		width: 55px;
		height: 30px;
	}
	#container #sec02 .sec02_button.open:after{
		background: url(img/arrow_close.png) no-repeat;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		right: 30px;
		width: 55px;
		height: 30px;
	}
	#container #sec02 .sec02_content{
		display: none;
		background: #dfd5e4;
	}
	#container #sec02 .sec02_content .inner{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	#container #sec02 .sec02_content img{
		width: 100%;
	}
	#container #sec02 .sec02_content .box{
		float: left;
		width: 47.2%;
		margin: 0 0 40px;
	}
	#container #sec02 .sec02_content .box a{
		text-decoration: none;
	}
	#container #sec02 .sec02_content .box a:hover{
		opacity: 0.7;
	}
	#container #sec02 .sec02_content .box img:hover{
		opacity: 1;
	}
	#container #sec02 .sec02_content .box:nth-child(even){
		float: right;
	}
	#container #sec02 .sec02_content .box .namebox{
		display: table;
		width: 100%;
		font-size: 18px;
		background: #fff;
	}
	#container #sec02 .sec02_content .box .namebox_in{
		display: table-cell;
		padding: 0.75em 1em;
		vertical-align: middle;
	}
	#container #sec02 .sec02_content .box .namebox .name{
		font-size: 4.5vw;
		color: #7a4187;
		margin: 0 0 0.2em;
		line-height: 1.2;
	}
	#container #sec02 .sec02_content .box .namebox .name.sml{
		font-size: 4vw;
		letter-spacing: -0.5vw;
	}
	#container #sec02 .sec02_content .box .namebox .kind{
		color: #000;
	}
	#container .box_artists .kind span{
		font-size: 13px;
	}
	#container #sec02 .sec02_content .box .namebox .kind span + span{
		margin: 0 0 0 1em;
	}
	#container .morebutton{
		clear: both;
		margin: 35px 0 0 0;
	}
	#container .morebutton .more{
		display: inline-block;
		background: #7a4187;
		color: #fff;
		text-decoration: none;
		font-size: 30px;
		box-sizing: border-box;
		width: 480px;
		height: 100px;
		line-height: 100px;
	}
	#container .title_box{
		margin: 40px auto 40px;
		width: 250px;
	}
	#container.top .copyright{
		position: initial;
		font-size: 20px;
		margin: 0 0 35px;
	}
	.logo.pc{
		display: none;
	}
	.title.sp{
		display: block;
	}
	.title.pc{
		display: none;
	}
	.footer_top{
		border-top:solid 1px #7a4187; 
	}
}
@media (max-width: 600px){
	.inner{
		padding: 0 6vw;
	}
	#container.top{
		overflow: initial;
		height: auto;
	}
	#container.top #header{
		float: none;
		height: 16vw;
		width: 100%;
	}
	#container.top #header .navbutton{
		float: right;
		width: 9vw;
		margin: 4.5vw 0 0 0;
	}
	#container.top #header .title{
		float: left;
		color: #fff;
		margin: 3.5vw 0 0 0;
	}
	#container.top #header .title img{
		width: 38vw;
	}
	#container .nav_shadow{
		top: 0;
		background:rgba(0, 0, 0, .85);
		height: 193.33vw;
	}
	#container .nav{
		z-index: 999;
	}
	#container .nav ul li{
		text-align: left;
	}
	#container .nav ul li a{
		font-size: 6vw;
		padding: 2vw 11.33vw;
	}
	#container .nav .closebutton{
		width: 10vw;
		height: 10vw;
		left: -14vw;
		top: 4vw;
	}
	#container #sec01{
		border-bottom: solid 1px #7a4187;
	}
	#container #sec01 .sec01_button{
		position: relative;
		font-size: 7vw;
		color: #7a4187;
		padding: 1em 0;
		cursor: pointer;
	}
	#container #sec01 .sec01_button:after{
		content: '';
		position: absolute;
		background: url(img/arrow_open.png) no-repeat;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		right: 6vw;
		width: 11.86vw;
		height: 6.26vw;
	}
	#container #sec01 .sec01_button.open:after{
		background: url(img/arrow_close.png) no-repeat;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		right: 6vw;
		width: 11.86vw;
		height: 6.26vw;
	}
	#container #sec01 .sec01_content .inner{
		padding-top: 1.892vw;
		padding-bottom: 9.46vw;
	}
	#container #sec01 .sec01_content .box{
		float: left;
		width: 47.2%;
		margin: 0 0 6.4vw;
		text-align: left;
		box-shadow:  0 0 6px rgba(0,0,0,0.4);
	}
	#container #sec01 .sec01_content .box img{
		width: 100%;
	}
	#container #sec01 .sec01_content .box .content{
		font-size: 2.3vw;
		background: #f1ecf3;
		padding: 2.66vw 2.26vw;
	}
	#container #sec01 .sec01_content .box .date{
		font-size: 3vw;
		padding: 1.2vw 2vw;
	}
	#container #sec01 .sec01_content .box .title {
		margin: 0 0 1.5vw;
		font-size: 5vw;
	}	
	#container #sec01 .sec01_content .box .cate{
		font-size: 2.93vw;
	}
	#container #sec01 .sec01_content .box .name{
		font-size: 2.93vw;
	}
	#container #sec01 .sec01_content .box .text{
		font-size: 2.93vw;
	}
	#container #sec02 .sec02_button{
		position: relative;
		font-size: 7vw;
		color: #7a4187;
		padding: 1em 0;
		cursor: pointer;
	}
	#container #sec02 .sec02_button:after{
		content: '';
		position: absolute;
		background: url(img/arrow_open.png) no-repeat;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		right: 6vw;
		width: 11.86vw;
		height: 6.26vw;
	}
	#container #sec02 .sec02_button.open:after{
		background: url(img/arrow_close.png) no-repeat;
		background-size: contain;
		top: 50%;
		transform: translateY(-50%);
		right: 6vw;
		width: 11.86vw;
		height: 6.26vw;
	}
	#container #sec02 .sec02_content .box{
		float: left;
		width: 47.2%;
		margin: 0 0 6.4vw;
		box-shadow:  0 0 6px rgba(0,0,0,0.4);
	}
	#container #sec02 .sec02_content .box a{
		text-decoration: none;
	}
	#container #sec02 .sec02_content .box a:hover{
		opacity: 0.7;
	}
	#container #sec02 .sec02_content .box img:hover{
		opacity: 1;
	}
	#container #sec02 .sec02_content .box:nth-child(even){
		float: right;
	}
	#container #sec02 .sec02_content .box .namebox{
		font-size: 2.93vw;
	}
	#container #sec02 .sec02_content .box .namebox_in{
		display: table-cell;
		padding: 0.5em 1em;
		vertical-align: middle;
	}
	#container .morebutton .more{
		display: inline-block;
		background: #7a4187;
		color: #fff;
		text-decoration: none;
		font-size: 4.26vw;
		width: 64%;
		height: 13.33vw;
		line-height: 13.33vw;
	}
	#container .title_box{
		margin: 9.6vw auto 6.66vw;
		width: 45.2vw;
	}
	#container .copyright{
		position: initial;
		font-size: 3.2vw;
		margin: 0 0 9.33vw;
	}
	#container.top .copyright{
		position: initial;
		font-size: 3.2vw;
		margin: 0 0 9.33vw;
	}
}

/*news*/
.inner{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}
#header{
	background: #7a4187;
	height: 118px;
	z-index: 900;
}
#header .title{
	float: left;
	width: 200px;
	margin: 34px 0 0 0;
}
#header .nav{
	float: right;
	display: table;
	margin: 53px 0 0 0;
	width: 71.8%;
}
#header .nav li{
	display: table-cell;
}
#header .nav li a{
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 20px 0;
}
#header .nav li a:hover{
	border-bottom: solid 2px #fff;
}
#header .nav li a.current{
	border-bottom: solid 2px #fff;
}
#container .pagetitle{
	border-bottom: solid 1px #7a4187;
	padding: 65px 0 60px 0;
	margin: 0 0 50px;
	font-size: 40px;
	color: #7a4187;
}
#container .cate_nav{
	max-width: 945px;
	margin: 60px auto 90px;
}
#container .cate_nav ul{
	display: inline-block;
}
#container .cate_nav ul li{
	float: left;
	margin: 0 40px 0 0;
}
#container .cate_nav ul li:last-child{
	margin: 0;
}
#container .cate_nav ul li a{
	position: relative;
	text-decoration: none;
	color: #000;
	padding: 24px 0;
}
#container .cate_nav ul li a:hover{
	border-bottom: solid 2px #7a4187;
}
#container .cate_nav ul li a.current{
	border-bottom: solid 2px #7a4187;
	color: #7a4187;
}
#container .cate_nav ul li a:hover{
	color: #7a4187;
	opacity: 1;
}
#container .content{
	padding: 0 0 58px 0;
}
#container .content .box{
	float: left;
	width: 23.63%;
	margin: 0 1.8% 40px 0;
	text-align: left;
	box-shadow:  0 0 6px rgba(0,0,0,0.4);
	transition: .3s;
}
#container .content .box:hover{
	opacity: 0.7;
}
#container .content .box:nth-child(4n){
	margin: 0 0 40px;
}
#container .content .box a{
	text-decoration: none;
}
#container .content .box a:hover{
	opacity: 0.7;
}
#container .content .box img:hover{
	opacity: 1;
}
#container .content .box .img{
	position: relative;
	overflow: hidden;
}
#container .content .box .img:before{
	content: '';
	display: block;
	padding: 84% 0 0 0;
}
#container .content .box img{
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#container .content .box .content{
	background: #f1ecf3;
	padding: 20px 15px 15px;
}
#container .content .box .date{
	background: #e5dbe8;
	color: #b08bb9;
	font-size: 14px;
	text-align: left;
	padding: 7px 15px;
}
#container .content .box .title{
	color: #7a4187;
	font-size: 24px;
	line-height: 1.25;
	margin: 0 0 15px;
	max-height: 58px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	 -moz-line-clamp: 2;
		  line-clamp: 2;
	-webkit-box-orient: vertical;
	 -moz-box-orient: vertical;
		  box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	white-space: normal;
	text-overflow: ellipsis;
}
#container .content .box .cate{
	display: inline-block;
	color: #7a4187;
	font-size: 13px;
	border: solid 1px;
	margin: 0 5px 0 0;
	font-family: Meiryo, 'メイリオ';
	padding: 2px 5px 0;
}
#container .content .box .name{
	display: inline-block;
	font-size: 13px;
	color: #000;
	font-family: Meiryo, 'メイリオ';
	margin: 5px 1em 0 0;
}
#container .content .box .text{
	color: #656565;
	font-size: 14px;
	margin: 13px 0 0 0;
	line-height: 1.6;
	-webkit-line-clamp: 2;
	 -moz-line-clamp: 2;
		  line-clamp: 2;
	-webkit-box-orient: vertical;
	 -moz-box-orient: vertical;
		  box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
#container .pager{
	display: inline-block;
	width: 100%;
	margin: 80px 0 0 0;
	font-size: 14px;
}
#container .page-numbers.current{
	position: relative;
	color: #7a4187;
	border-bottom: solid 2px #7a4187;
}
#container .pager a{
	text-decoration: none;
	color: #000;
}
#container .pager ul{
	display: block;
	text-align: center;
	margin: 0 auto;
}
#container .pager ul li{
	display: inline-block;
	font-size: 14px;
}
#container .pager ul li + li{
	margin: 0 0 0 35px;
}
#container .pager ul li a,
#container .pager ul li span{
	position: relative;
	text-decoration: none;
	padding: 20px 0;
}
#container .pager ul li a:hover{
	border-bottom: solid 2px #7a4187;
	box-sizing: border-box;
}
#footer{
	position: relative;
	border-top: solid 1px #7a4187;
}
#footer .foot_nav{
	display: inline-block;
	max-width: 790px;
	margin: 65px auto 58px;
}
#footer .foot_nav li{
	float: left;
	font-size: 16px;
	margin: 0 47px 0 0;
	color: #7a4187;
}
#footer .foot_nav li:last-child{
	margin: 0;
}
#footer .foot_nav li a{
	text-decoration: none;
	color: #7a4187;
}
#footer .foot_title{
	width: 243px;
	margin: 0 auto 48px;
}
#footer .copyright{
	font-size: 10px;
	color: #7a4187;
	margin: 0 0 59px;
}
.nav_shadow .nav{
	transition: transform .4s ease-in-out;
	transform: translateX(-100%);
}
.nav_shadow.current .nav{
	transform: translate(0);
}
.nav_shadow.current{
	opacity: 1;
	visibility: visible;
}
@media (max-width: 960px){
	#header .title{
		margin: 20px 0 0 0;
	}
	#container .content{
		padding: 0 0 10vw 0;
	}
	#container .cate_nav ul li{
		float: none;
		display: inline-block;
		margin-bottom: 1.5em;
	}
	#container .cate_nav ul li a{
		padding: 0.5em 0;
	}
	#footer .foot_nav li{
		float: none;
		display: inline-block;
		margin: 0 47px 20px 0;
	}
	body {
		padding: 90px 0 0;
	}
	#header{
		position: fixed;
		width: 100%;
		height: 90px;
		top: 0;
		left: 0;
	}
	#header .nav{
		display: none;
	}
	.nav_shadow{
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		background:rgba(0, 0, 0, .85);
		z-index: 920;
		top: 0;
		left: 0;
	}
	.nav_shadow .nav{
		position: relative;
		float: right;
		background: #7a4187;
		height: 100%;
		width: 76.26%;
		text-align: left;
		transform: translateX(100%);
	}
	.nav_shadow .nav li{
		margin: 20px 0;
	}
	.nav_shadow .nav li a{
		display: block;
		color: #fff;
		font-size: 35px;
		text-decoration: none;
		padding: 12px 50px;
	}
	.nav_shadow .nav .closebutton{
		position: absolute;
		width: 50px;
		height: 50px;
		left: -80px;
		top: 27px;
	}
	.nav_shadow .nav .closebutton .buttonborder{
		display: block;
		position: relative;
		height: 100%;
		width: 100%;
	}
	.nav_shadow .nav .closebutton .buttonborder:before{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		background: #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		left: 0;
	}
	.nav_shadow .nav .closebutton .buttonborder:after{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		background: #fff;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		left: 0;
	}
	#header .humberger{
		position: relative;
	}
	#header .navbutton{
		margin: 27px 0 0 0;
	}
	#header .humberger .navborder{
		display: block;
		height: 1px;
		width: 100%;
		background: #fff;
		margin: 37% 0;
	}
	#header .humberger .navborder:before{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff
	}
	#header .humberger .navborder:after{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		bottom: 0;
		left: 0;
		background: #fff;
	}
	#container .pager ul li a,
	#container .pager ul li span{
		position: relative;
		text-decoration: none;
		padding: 0.5em 0;
	}
	#container .content .box{
		width: 47.2%;
	}
	#container .content .box:nth-child(2n),
	#container .content .box:nth-child(4n){
		float: right;
		margin: 0 0 40px;
	}
	#footer .foot_nav{
		display: none;
	}
	#footer .foot_title{
		margin: 40px auto 40px;
	}
}
@media (max-width: 600px){
	.inner{
		padding: 0 6vw;
		max-width: none;
	}
	body {
		padding: 16vw 0 0;
	}
	#header{
		float: none;
		height: 16vw;
	}
	#header .navbutton{
		float: right;
		width: 9vw;
		margin: 4.5vw 0 0 0;
	}
	#header .title{
		float: left;
		color: #fff;
		margin: 3.5vw 0 0 0;
		width: auto;
	}
	#header .title img{
		width: 38vw;
	}
	#header .humberger{
		position: relative;
	}
	#header .humberger .navborder{
		display: block;
		height: 1px;
		width: 100%;
		background: #fff;
		margin: 37% 0;
	}
	#header .humberger .navborder:before{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff
	}
	#header .humberger .navborder:after{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		bottom: 0;
		left: 0;
		background: #fff;
	}
	.nav_shadow .nav ul{
	}
	.nav_shadow .nav ul li{
		margin: 4vw 0;
	}
	.nav_shadow .nav ul li{
		margin: 2vw 0;
	}
	.nav_shadow .nav ul li:first-child{
		margin: 4vw 0 2vw;
	}
	.nav_shadow .nav ul li.pchide{
		display: none;
	}
	.nav_shadow .nav ul li a{
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 6vw;
		padding: 2vw 11.33vw;
	}
	.nav_shadow .nav .title{
		color: #fff;
		margin: 12.4vh 0 0 0;
	}
	.nav_shadow .nav .title img{
		width: 24.1vh;
	}
	.nav_shadow .nav .logo{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 3.7vh;
		max-width: 100%;
	}
	.nav_shadow .nav .closebutton{
		position: absolute;
		width: 10vw;
		height: 10vw;
		left: -14vw;
		top: 4vw;
	}
	.nav_shadow .nav .closebutton .buttonborder{
		display: block;
		position: relative;
		height: 100%;
		width: 100%;
	}
	.nav_shadow .nav .closebutton .buttonborder:before{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		background: #fff;
		top: 50%;
		transform: translateY(-50%) rotate(45deg);
		left: 0;
	}
	.nav_shadow .nav .closebutton .buttonborder:after{
		content: '';
		position: absolute;
		height: 1px;
		width: 100%;
		background: #fff;
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
		left: 0;
	}
	#container .pagetitle{
		padding: 6vw 0;
		margin: 0 0 10vw 0;
		font-size: 6vw;
	}
	#container .cate_nav{
		margin: 10vw 0 10vw 0;
	}
	#container .cate_nav ul li{
		float: none;
		display: inline-block;
		margin: 0 3vw 3vw 0;
		font-size: 4vw;
	}
	#container .cate_nav ul li a{
		padding:0 0 1vw 0;
	}
	#container .content .box{
		width: 47.2%;
		margin: 0 0 6.4vw;
	}
	#container .content .box .content{
		padding: 2.66vw 2.26vw;
	}
	#container .content .box .date{
		font-size: 3vw;
		padding: 1.2vw 2vw;		
	}
	#container .content .box:nth-child(2n),
	#container .content .box:nth-child(4n){
		margin: 0 0 6.4vw;
	}
	#footer .foot_title{
		margin:6.66vw auto 6.66vw;
		width: 45.2vw;
	}
	#footer .copyright{
		margin: 0 0 9.33vw;
		font-size: 3.2vw;
	}
	#container .pager{
		margin: 10vw 0 0 0;
	}
	#container .pager ul li + li{
		margin: 0 0 0 5vw;
	}
}
/*artist*/
#container .artists{
	margin: 0 0 100px 0;
}
#container .box_artists{
	float: left;
	display: inline-block;
	width: 23.5%;
	margin : 0 2% 2% 0;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
	transition: .3s;
}
#container .box_artists:hover{
	opacity: 0.7;
}
#container .box_artists a{
	display: block;
	text-decoration: none;
	color: #000;
}

#container .box_artists .namebox{
	display: table;
	width: 100%;
}
#container .box_artists .namebox .namebox_in{
	display: table-cell;
	vertical-align: middle;
	padding: 0.8em 0.5em;
}
#container .box_artists .namebox .name{
	font-size: 26px;
	color: #7a4187;
	line-height: 1.05;
	margin: 0 0 10px;
}
#container .box_artists .namebox .name.mid{
	font-size: 25px;
}
#container .box_artists:nth-child(4n){
	margin: 0;
}
#container .box_artists .kind span{
	display: inline-block;
	font-size: 15px;
	color :#000;
}
#container .box_artists .kind span + span{
	margin: 0 0 0 1em;
}
#container .artist_nav{
	max-width: 945px;
	margin: 60px auto 90px;
}
#container .artist_nav ul{
	display: inline-block;
}
#container .artist_nav ul li{
	float: left;
	margin: 0 40px 0 0;
}
#container .artist_nav ul li:last-child{
	margin: 0;
}
#container .artist_nav ul li a{
	position: relative;
	text-decoration: none;
	color: #000;
	padding: 24px 0;
}
#container .content .artist_nav ul li a:hover{
	border-bottom: solid 2px #7a4187;
	color: #7a4187;
}
#container .artist_nav ul li a.current{
	border-bottom: solid 2px #7a4187;
	color: #7a4187;
}
#container .artist_nav ul li a:hover{
	opacity: 1;
}
@media (max-width: 960px) {
	#container .box_artists.wide{
		width: 60%;
	}
	#container .box_artists .namebox .name{
		font-size: 20px;
	}
	#container .box_artists .namebox .name.mid{
		font-size: 17px;
	}
}
@media (max-width: 600px){
	#container .artists{
		margin: 0 0 10vw 0;
	}
	#container .box_artists{
		width: 47.5%;
		margin: 0 5% 6.4vw 0;
		box-shadow: 0 0 0.8vw rgba(0,0,0,0.4);
	}
	#container .box_artists .namebox .namebox_in{
		padding: 0.5em 0.5em;
	}
	#container .box_artists .namebox .name{
		font-size: 4.5vw;
		margin: 0 ;
	}
	#container .box_artists .namebox .name.mid{
		font-size: 3.5vw;
	}
	#container .box_artists .kind span{
		font-size: 2.6vw;
	}
	#container .box_artists:nth-child(2n){
		margin: 0;
	}
	#container .box{
		margin: 0;
	}
	#container .artist_nav{
		margin: 10vw auto 10vw;
	}
	#container .artist_nav ul li a{
		padding: 0 0 1vw 0;
	}
}
/*artist_single*/
#container .sec_title{
	font-size: 30px;
	color: #7a4187;
	margin: 0 0 58px;
}
#container .sec_title span,
#container .sec_title p{
	display: inline-block;
	position: relative;
	padding: 0 0 35px;
}
#container .sec_title span:after,
#container .sec_title p:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #7a4187;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
#container .content .mainimg{
	margin: 0 0 50px;
}
#container .content .artist_nav{
	max-width: 420px;
	margin: 0 auto 60px;
}
#container .content .artist_nav ul{
	display: inline-block;
}
#container .content .artist_nav ul li{
	float: left;
	margin: 0 40px 0 0;
	font-size: 14px;
}
#container .content .artist_nav ul li:last-child{
	margin: 0;
}
#container .content .artist_nav ul li a{
	text-decoration: none;
	color: #000;
}
#container .content #profile {
	padding: 0 0 110px;
}
#container .content .imgwrapper{
	float: left;
	width: 66.33%;
}
#container .content .imgwrapper #current_img {
	margin: 0 0 5.8% 0;
}
#container .content .imgwrapper #picbox .box_square{
	float: left;
	width: 20.6%;
	height: 10.3vw;
	max-height: 150px;
	overflow: hidden;
	margin: 0 5.8% 5.8% 0;
}
#container .content .imgwrapper #picbox .box_square:nth-child(4n){
	margin: 0 0 5.8% 0;
}
#container .content .profile{
	float: right;
	width: 27.2%;
}
#container .content.chappie .profile{
	float: none;
	display: table;
	width: 100%;
}
#container .content .profile .proftable{
	width: 100%;
}
#container .content.chappie .profile .profone{
	float: left;
	width: 48%;
	margin-right: 4%;
}
#container .content.chappie .profile .profone:last-child{
	margin-right: 0;
}
#container .content .profile .proftable table{
	width: 100%;
	margin-bottom: 30px;
}
#container .content .profile .detail{
	text-align: left;
	font-size: 15px;
	line-height: 2;
}
#container .content .profile .proftable tr th,
#container .content .profile .proftable tr td{
	display: table-cell;
	padding: 12.5px 0;
}
#container .content .profile .proftable tr td{
	line-height: 1.6;
}
#container .content .profile .proftable{
	text-align: left;
	font-size: 15px;
}
#container .content .profile .proftable h3{
	font-size: 18px;
	color: #7a4187;
	font-weight: bold;
	padding: 0 0 15px;
}
#container .content .profile .proftable h3:last-of-type{
	margin: 30px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #f1ecf3;
}
#container .content.chappie .profile .proftable h3:last-of-type{
	margin: 0;
	padding: 0;
	border: none;
}
#container .content .profile th{
	width: 85px;
	color: #7a4187;
}
#container .content.aya .imgwrapper,#container .content.chappie .imgwrapper  {
	float: none;
	width: 100%;
}
#container .content.aya #gallaley{
	padding: 0 0 110px;
}
#container .content.aya #gallaley .imgwrapper #current_img{
	float: left;
	width: 66.3%;
}
#container .content.chappie .imgwrapper #current_img{
	margin: 0 auto 5.8%;
	max-width: 100%;
}
#container .content .imgwrapper #current_img img {
	max-height: 700px;
}
#container .content.aya #gallaley .imgwrapper #current_img img {
	max-height: 700px;
}
#container .content.aya #gallaley .imgwrapper #picbox{
	float: right;
	width: 27.2%;
}
#container .content.chappie .imgwrapper #picbox{
	display: none;
}
#container .content.aya #gallaley .imgwrapper #picbox .box_square{
	float: left;
	width: 43%;
	height: 10.3vw;
	max-height: 130px;
	overflow: hidden;
	margin: 0 13% 13% 0;
}
#container .content.aya #gallaley .imgwrapper #picbox .box_square:nth-child(2n){
	margin: 0 0 13% 0;
}
#container .content.aya #profile{
	padding: 0 0 135px;
}
#container .content #profile .detail a {
	color: #7a4187;
}
#container .content #profile .detail a:hover{
	text-decoration: none;
}
#container .content.aya #profile .proftable{
	float: left;
	display: table;
	width: 38.8%;
}
#container .content.aya #profile .proftable table{
	width: 100%;
}
#container .content.aya #profile .detail{
	float: left;
	width: calc(100% - 38.8%);
	text-align: left;
	font-size: 15px;
	line-height: 2;
	border-left: solid 1px #bdbdbd;
	box-sizing: border-box;
	padding: 0 0 0 40px;
}
#container .content.aya #profile .proftable tr th,
#container .content.aya #profile .proftable tr td{
	display: table-cell;
	padding: 12.5px 0;
}
#container .content.aya #profile .proftable tr td{
	line-height: 1.6;
}
#container .content.aya #profile .proftable{
	text-align: left;
	font-size: 15px;
}
#container .content.aya #profile .proftable h3{
	font-size: 18px;
	color: #7a4187;
	font-weight: bold;
	padding: 0 0 15px;
}
#container .content.aya #profile .proftable h3:last-of-type{
	margin: 30px 0 0;
	padding: 40px 0 0;
	border-top: 1px solid #f1ecf3;
}
#container .content.aya #profile th{
	width: 85px;
	color: #7a4187;
}
#container .content #news{
	padding: 0 0 135px;
}
#container .content #news .box{
	overflow: hidden;
}
#container .content #sns{
	padding: 0 0 125px;
}
#container .content #sns .halfbox_sns:last-child{
	float: none;
}
#container .content #sns .sns_box{
	margin: 0 0 50px;
}
#container .content.chappie #sns .sns_box{
	margin: 0 0 70px;
}
#container .content #sns .insta{
	width: 47.45%;
	float: left;
	margin: 0 auto;
}
#container .content #sns .insta .instabox{
	float: left;
	margin: 0 0 8% 0;
	width: 45.9%;
}
#container .content #sns .insta .instabox:nth-child(3),
#container .content #sns .insta .instabox:nth-child(4){
	margin-bottom: 0
}
#container .content #sns .insta .instabox:nth-child(even){
	float: right;
}
#container .content #sns .insta + .twitter{
	float: right;
}
#container .content #sns .insta + .twitter .timeline_box{
}
#container .content #sns .twitter{
	width: 48.18%;
	float: right;
	margin: 0 auto;
}
#container .content #sns .twitter .timeline_box{
	border: solid 1px #dbdbdb;
}
#container .content #sns .twitter .timeline_box iframe{
	vertical-align: top;
}
#container .content #news .more a,
#container .content #sns .button_ameblo a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #7a4187;
	padding: 18px 80px;
}
#container .content #news .more,
#container .content #news .loading {
	clear: both;
}
#container .content #sns .button_ameblo a:nth-child(2){
	margin: 0 0 0 20px;
}
#container .title_small{
	font-size: 20px;
	color: #7a4187;
	margin: 0 0 39px;
	text-align: left;
}
#container .title_small02{
	font-size: 22px;
	color: #000;
	margin: 0 0 39px;
	text-align: center;
}
#container .formtitle_small{
	font-size: 22px;
	color: #7a4187;
	margin: 0 0 25px;
	text-align: left;
	padding: 6px 0 6px 26px;
	background: url(img/logo.png) no-repeat left 0;
	background-size: 20px;
}
#container .tell_box .title_small{
	margin: 0 0 20px;
}
#container .content #career .layout1{
	text-align: left;
	margin-bottom: 45px;
}
#container .content #career .layout1 p{
	margin: 0 0 26px 0;
}
#container .content #career .layout2{
	display: table;
	margin: 0 0 70px;
	text-align: left;
	width: 100%;
}
#container .content #career .layout2 dl{
	display: table;
	width: 100%;
}
#container .content #career .layout2 dt,
#container .content #career .layout2 dd{
	display: table-cell;
	padding: 0 0 26px;
	line-height: 1.6;
}
#container .content #career .layout2 dt{
	width: 13%;
	color: #949494;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 1.5em 0 0;
}
#container .content #career .layout3{
	margin: 0 0 70px;
}
#container .content #career .layout3 .layout3_box{
	float: left;
	width: 50%;
	height: 150px;
	margin: 0 0 20px;
}
#container .content #career .layout3 .layout3_box th{
	width: 15%;
	vertical-align: top;
}
#container .content #career .layout3 .layout3_box td{
	vertical-align: top;
	text-align: left;
	padding: 0 0 0 20px;
	line-height: 1.6;
}
#container .content #career .layout3 .layout3_box img{
	float: left;
	width: 100px;
	margin: 0 20px 0 0;
	height: 100%;
}
#container .content #career .layout3 .layout3_box p{
	text-align: left;
	padding: 0 20px 0 0;
	line-height: 1.6;
}
#container .content #career .cate_nav .tab li{
	cursor: pointer;
}
#container .content #career .cate_nav .tab li.current{
	color: #7a4187;
	border-bottom: solid 2px #7a4187;
}
#container .content #career .tabbox{
	display: none;
}
#container .content #career .tabbox.show{
	display: block;
}
#container .bnrarea{
	margin: 0 0 130px;
}
#container .bnrarea a{
	margin: 0 20px 0 0;
}
#container .bnrarea .bx-wrapper{
	margin: 0 auto!important;
}
#container .bnrarea a:last-child{
	margin: 0;
}
@media (max-width: 960px){
	#container .content .mainimg{
		margin: 0 -20px 50px;
	}
	#container .content .imgwrapper{
		width: 55%;
	}
	#container .content .profile{
		width: 40%;
	}
	#container .content.chappie .profile .profone:last-child{
		margin-top: 40px;
	}
	#container .content.chappie .profile .profone{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#container .content.chappie .profile .proftable h3:last-of-type{
		margin: 30px 0 0;
		padding: 40px 0 0;
		border-top: 1px solid #f1ecf3;
	}
	#container .content .imgwrapper #picbox .box_square{
		width: 32%;
		height: 16vw;
		margin: 0 2% 2vw 0;
		max-height: none;
	}
	#container .content .imgwrapper #picbox .box_square:nth-child(2n) {
		margin: 0 2% 2vw 0;
	}	
	#container .content .imgwrapper #picbox .box_square:nth-child(3n){
		margin: 0 0 2vw 0;
	}
	#container .content.aya #profile .proftable{
		width: 100%;
		border-bottom: solid 1px #bdbdbd;
	}
	#container .content.aya #profile .detail{
		width: 100%;
		border: none;
		padding: 20px 0 0 0;
	}
}
@media (max-width: 600px) {
	#container .content .mainimg{
		margin: 0 -6vw 10vw;
	}
	#container .sec_title{
		margin: 0 0 5vw;
		font-size: 5vw;
	}
	#container .sec_title span,
	#container .sec_title p{
		padding: 0 0 5vw;
	}
	#container .content #sns .sns_box{
		margin: 0 0 6vw;
	}
	#container .content.chappie #sns .sns_box{
		margin: 0 0 5vw;
	}
	#container .content .title_small{
		font-size: 5vw;
		margin: 0 0 5vw;
	}
	#container .tell_box .title_small{
		font-size: 5vw;
		margin: 0 0 3vw;
	}
	#container .content .artist_nav ul li{
		float: none;
		display: inline-block;
		font-size: 4vw;
		margin: 0 4vw 4vw 0;
	}
	#container .content .artist_nav{
		margin: 0 auto 10vw;
	}
	#container .content #profile{
		padding: 0 0 10vw;
	}
	#container .content .imgwrapper{
		float: none;
		width: 100%;
	}
	#container .content .imgwrapper #current_img{
		width: 100%;
		margin: 0 0 10vw 0;
	}
	#container .content .imgwrapper #picbox{
		width: 100%;
	}
	#container .content .imgwrapper #picbox .box_square{
		width: 32%;
		height: 28vw;
		margin: 0 2% 2vw 0;
		max-height: none;
	}
	#container .content .profile{
		width: 100%;
	}
	#container .content.chappie .profile .profone:last-child{
		margin-top: 10vw;
	}
	#container .content .profile .proftable{
		width: 100%;
		padding: 0 0 5vw;
		font-size: 4vw;
	}
	#container .content .profile .proftable h3{
		font-size: 4vw;
		padding: 0 0 4vw;
	}
	#container .content .profile .proftable h3:last-of-type{
		margin: 4vw 0 0;
		padding: 6vw 0 0;
	}
	#container .content.chappie .profile .proftable h3:last-of-type{
		margin: 4vw 0 0;
		padding: 6vw 0 0;
	}
	#container .content .profile th{
		width: 25%;
	}
	#container .content.aya #gallaley{
		padding: 0 0 10vw;
	}
	#container .content.aya #gallaley .imgwrapper #current_img{
		width: 100%;
		margin: 0 0 10vw 0;
	}
	#container .content.chappie .gallaley{
		padding: 0;
	}
	#container .content.chappie .imgwrapper #current_img{
		width: 100%;
		margin: 0;
	}
	#container .content.aya #gallaley .imgwrapper #picbox{
		width: 100%;
	}
	#container .content.aya #gallaley .imgwrapper #picbox .box_square{
		width: 32%;
		height: 28vw;
		margin: 0 2% 2vw 0;
		max-height: none;
	}
	#container .content.aya #gallaley .imgwrapper #picbox .box_square:nth-child(2n) {
		margin: 0 2% 2vw 0;
	}	
	#container .content.aya #gallaley .imgwrapper #picbox .box_square:nth-child(3n){
		margin: 0 0 2vw 0;
	}
	#container .content.aya #profile{
		padding: 0 0 10vw;
	}
	#container .content.aya #profile .proftable{
		width: 100%;
		padding: 0 0 5vw;
		font-size: 4vw;
	}
	#container .content.aya #profile .proftable h3{
		font-size: 4vw;
		padding: 0 0 4vw;
	}
	#container .content.aya #profile .proftable h3:last-of-type{
		margin: 4vw 0 0;
		padding: 6vw 0 0;
	}
	#container .content.aya #profile th{
		width: 25%;
	}
	#container .content #sns .insta{
		float: none;
		width: auto;
		margin: 0 0 5vw;
	}
	#container .content #sns .twitter,
	#container .content #sns .insta + .twitter{
		float: none;
		width: auto;
	}
	#container .content #sns .button_ameblo a{
		font-size: 4vw;
		width: 100%;
		padding: 3vw;
		box-sizing: border-box;
	}
	#container .content #sns .button_ameblo a:nth-child(2){
		margin: 5vw 0 0;
	}
	#container .content #profile .detail{
		width: 100%;
		padding: 5vw 0 0 0;
		border-left: none;
		border-top: solid 1px;
		font-size: 4vw;
		line-height: 1.6;
	}
	#container .content.aya #profile .detail{
		font-size: 4vw;
	}
	#container .content #career{
		font-size: 4vw;
		line-height: 1.6;
	}
	#container .content #career .layout1{
		margin-bottom: 7vw;
	}
	#container .content #career .layout1 p{
		margin: 0 0 4vw 0;
	}
	#container .content #career .layout2{
		display: block;
		margin: 0 0 5vw;
	}
	#container .content #career .layout2 dl {
		margin-bottom: 4vw;
	}
	#container .content #career .layout2 th, #container .content #career .layout2 td{
		padding: 0 0 3vw;
	}
	#container .content #career .layout2 th{
		display: block;
		width: 100%;
	}
	#container .content #career .layout2 td{
		display: block;
		width: 100%;
	}
	#container .content #career .layout2 dt,
	#container .content #career .layout2 dd{
		display: block;
		width: 100%;
		padding: 0;
	}
	#container .content #career .layout2 dd{
		line-height: 1.6;
	}
	#container .content #career .layout3{
		margin: 0 0 20vw 0;
	}
	#container .content #career .layout3 .layout3_box{
		width: 100%;
		height: auto;
		margin: 0 0 10vw 0;
	}
	#container .content #career .layout3 .layout3_box:last-child{
		margin: 0;
	}
	#container .content #career .layout3 .layout3_box img{
		width: 40%;
		margin: 0 5vw 0 0;
	}
	#container .title_small{
		font-size: 5vw;
		margin: 0 0 4vw;
	}
	#container .title_small02{
		font-size: 5.5vw;
		margin: 0 0 4vw;
	}
	#container .formtitle_small{
		font-size: 5.5vw;
		margin: 0 0 4vw;
		padding: 2vw 0 2vw 6.5vw;
		background: url(img/logo.png) no-repeat left 0;
		background-size: 5vw;
	}
	#container .content .box .title{
		font-size: 5vw;
		margin: 0 0 1.5vw 0;
	  -webkit-line-clamp: 2;
		 -moz-line-clamp: 2;
			  line-clamp: 2;
	  -webkit-box-orient: vertical;
		 -moz-box-orient: vertical;
			  box-orient: vertical;
	  display: -webkit-box;
	  display: -moz-box;
	  display: box;
	  overflow: hidden;
	  white-space: normal;
	  text-overflow: ellipsis;
	}
	#container .content .gallaley{
		padding: 0 0 10vw;
	}
	#container .content #profile{
		padding: 0 0 10vw;
	}
	#container .content #news{
		padding: 0 0 10vw;
	}
	#container .content .box .cate {
		font-size: 2.93vw;
		margin: 0 1.5vw 0 0;
		padding: 0.3vw 0.5vw;
	}	
	#container .content .box .name{
		font-size: 2.93vw;
	}
	#container .content .box .text{
		display: none;
		font-size: 2.93vw;
		margin: 2vw 0 0 0;
	}
	#container .content #sns{
		padding: 0 0 10vw;
	}
	#container .bnrarea a{
		display: block;
		margin: 0 0 5vw;
	}
	#container .bnrarea{
		margin: 0 0 15vw;
		padding: 0  5vw;
	}
}

/*company*/
#container .recruit{
	width: 100%;
	margin: 0 0 150px;
}
#container .recruit th{
	font-weight: bold;
	width: 30%;
	color: #7a4187;
}
#container .recruit th,
#container .recruit td{
	border: solid 1px #e5dbe8;
	text-align: left;
	padding: 20px 20px;
	line-height: 2;
}
#container .recruit th{
	background: #f1ecf3;
}
@media(max-width: 600px){
	#container .recruit{
		margin: 0 0 15vw 0;
		border-bottom: solid 1px #e5dbe8;
	}
	#container .recruit th{
		padding: 2vw 1em;
	}
	#container .recruit td{
		padding: 1em;
	}
	#container .recruit th,
	#container .recruit td{
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
		line-height: 1.6;
	}
}

/*form*/
.discbox{
	margin: 0 0 70px;
	text-align: left;
}
.disctoptext{
	margin: 30px 0;
	font-size: 22px;
	text-align: center;
	line-height: 1.6;
	color: #7a4187;
}
.disctoptext02{
	margin: 30px 0;
	font-size: 20px;
	text-align: center;
	line-height: 1.6;
	color: #000;
}
.disctext{
	margin: 0 0 30px;
	font-size: 15px;
	text-align: left;
	line-height: 1.6;
}
.formtable{
	width: 100%;
	margin: 0 0 50px 0;
}
.error{
	margin: 0.5em 0 0 0;
}
.formtable input{
	padding: 0.3em;
	outline: none;
}
.formtable .name td input[type="text"]{
	width: 20%;
}
.formtable .birth select{
	margin: 0 0 0 1em;
}
.formtable .birth select:first-child{
	margin: 0;
}
.formtable .zip input:nth-child(2){
	margin: 0 0 0 0.5em;
}
.formtable th{
	width: 30%;
	font-weight: bold;
	color: #7a4187;
	white-space: nowrap;
	background: #f1ecf3;
}
.formtable td th{
	background: #fff;
}
.formtable th,
.formtable td{
	text-align: left;
	padding: 20px 30px;
	border: solid 1px #e5dbe8;
	line-height: 1.6;
}
.formtable select{
	padding: 5px;
}
.formtable .type2 td input[type="text"]{
	width: 20%;
}
.formtable input[type="email"]{
	width: 100%;
	box-sizing: border-box;
}
.formtable .nametable{
	width: 100%;
}
.formtable .nametable tr{
	display: inline-block;
	width: 35%;
}
.formtable .nametable tr:first-child{
	margin: 0 5% 0 0;
}
.formtable .nametable th,
.formtable .nametable td{
	border: none;
	padding: 0;
	font-size: 15px;
	box-sizing: border-box;
}
.formtable .nametable th.nopad{
}
.formtable .nametable th{
	width: 2.5em;
	font-weight: normal;
	color: initial;
	font-family: initial;
	padding: 0;
}
.formtable .nametable td{
}
.formtable .nametable td input[type="text"]{
	width: 100%;
	box-sizing: border-box;
}
.formtable .type2 input[type="text"]{
	margin: 0 0.5em 0 0;
}
.formtable .type3 input[type="text"]{
	width: 70%;
}
.formtable textarea{
	width: 100%;
	box-sizing: border-box;
	outline: none;
	padding: 0.5em;
}
.check_ageree{
	display: block;
	margin: 0 0 50px;
}
.submit_btn{
	margin: 0 0 100px;
}
.submit_btn input[type="submit"]{
	width: 256px;
	height: 60px;
	line-height: 60px;
	background: #7a4187;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
.submit_btn input[type="submit"]:hover{
	opacity: 0.7;
}
.formtable #radio-1{
	display: none;
	box-sizing: border-box;
}
.formtable #radio-1 + label{
	position: relative;
	padding: 0 0 0 25px;
}
.formtable #radio-1 + label:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: solid 1px #dbdbdb;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
.formtable #radio-1:checked + label:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	background: #7a4187;
	border-radius: 50%;
	width: 13px;
	height: 13px;
}
.formtable #radio-2{
	display: none;
	box-sizing: border-box;
}
.formtable #radio-2 + label{
	position: relative;
	padding: 0 0 0 25px;
}
.formtable #radio-2 + label:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: solid 1px #dbdbdb;
	border-radius: 50%;
	width: 15px;
	height: 15px;
}
.formtable #radio-2:checked + label:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
	background: #7a4187;
	border-radius: 50%;
	width: 13px;
	height: 13px;
}
.formtable .sex label{
	margin: 0 1em 0 0;
}
.formtable th .imp{
	font-size: 10px;
	color: #ff0000;
	margin: 0 0 0 0.2em;
}
#check1{
	display: none;
}
#check1 + label{
	position: relative;
	padding: 0 0 0 25px;
}
#check1 + label:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: solid 1px #dbdbdb;
	border-radius: 3px;
	width: 15px;
	height: 15px;
}
#check1:checked + label:after{
	content: '';
	display: block;
	position: absolute;
	top: 5%;
	left: 2px;
	transform: rotate(-49deg);
	border-left: solid 4px;
	border-bottom: solid 4px;
	border-radius: 3px;
	width: 13px;
	height: 9px;
	color: #7a4187;
}
.tell_box{
	float: left;
	width: 48%;
	text-align: left;
	margin: 0 4% 100px 0;
	border: solid 1px #e5dbe8;
	box-sizing: border-box;
	padding: 30px;
	height: 190px;
}
.tell_box:last-child{
	margin: 0 0 100px 0;
}
.tell_box .teltxt{
	font-size: 14px;
}
.tell_box .num{
	font-size: 18px;
	line-height: 1.6;
	margin: 1em;
}
@media (max-width: 960px) {
	.discbox{
		margin: 0 0 50px 0;
	}
	.formtable .nametable tr{
		width: 48%;
	}
	.formtable .nametable tr:first-child {
		margin: 0 4% 0 0;
	}
	.tell_box{
		float: none;
		width: 100%;
		margin: 0 0 4vw 0;
		padding: 4vw;
		height: auto;
	}
	.tell_box:last-child{
		margin: 0 0 4vw 0;
	}
	.tell_box .num{
		font-size: 4vw;
		line-height: 1.2;
	}
}
@media (max-width: 600px){
	.discbox{
		margin: 0 0 10vw 0;
	}
	.disctoptext{
		margin: 5vw 0;
		font-size: 5vw;
		text-align: left;
	}
	.disctoptext02{
		margin: 5vw 0;
		font-size: 4.4vw;
		text-align: left;
	}
	.formtable{
		display: block;
		margin: 0 0 15vw 0;
		border-bottom: 1px solid #e5dbe8;
	}
	.formtable tr{
		display: block;
		width: 100%;
	}
	.formtable tbody{
		display: block;
		width: 100%;
	}
	.formtable th,.formtable td{
		display: block;
		width: 100%;
		padding: 1em;
		box-sizing: border-box;
		border-collapse: collapse;
		font-size: 4vw;
		border-bottom: none;
	}
	.formtable th{
		padding: 2vw 1em;
	}
	.formtable .nametable{
		width: 100%;
	}
	.formtable .nametable tr:first-child {
		margin: 0 2% 0 0;
	}
	.formtable .nametable th{
		white-space: nowrap;
		padding: 0 0.5em 0 0;
	}
	.formtable .nametable th,
	.formtable .nametable td{
		display: table-cell;
		font-size: 4vw;
	}
	.formtable .type2 td input[type="text"]{
		width: 30%;
	}
	.formtable .type3 input[type="text"]{
		width: 100%;
		box-sizing: border-box;
	}
	.formtable .upload input[type="file"]{
		width: 100%;
		box-sizing: border-box;
	}
	.submit_btn input[type="submit"]{
		font-size: 4vw;
		width: 64%;
		height: 13.33vw;
		line-height: 13.33vw;		
	}
	.formtable .birth .spfull{
		display: block;
		width: 70%;
	}
	.formtable .birth .spfull:first-child{
		margin: 0 0 1em;
	}
	.formtable .tell input[type="text"]{
		width: 25%;
		box-sizing: border-box;
	}
	.formtable .kind td .mwform-radio-field{
		display: block;
	}
	.mw_wp_form .horizontal-item + .horizontal-item{
		margin: 0;
	}
	.check_ageree{
		margin: 0 0 10vw 0;
	}
	.submit_btn{
		margin: 0 0 15vw 0;
	}
	.disctext{
		font-size: 4vw;
		margin: 0 0 3vw 0;
	}
}
/*news*/

#container .news_nav{
	max-width: 945px;
	margin: 60px auto 24px;
}
#container .news_nav ul{
	display: inline-block;
}
#container .news_nav ul li{
	float: left;
	margin: 0 40px 0 0;
}
#container .news_nav ul li:last-child{
	margin: 0;
}
#container .news_nav ul li a{
	position: relative;
	text-decoration: none;
	color: #000;
	padding: 24px 0;
}
#container .news_nav ul li a:hover{
	border-bottom: solid 2px #7a4187;
}
#container .news_nav ul li.current a{
	border-bottom: solid 2px #7a4187;
	color: #7a4187;
}
#container .news_nav ul li a:hover{
	color: #7a4187;
	opacity: 1;
}
@media(max-width: 960px){
	#container .news_nav ul li{
		float: none;
		display: inline-block;
		margin: 0 40px 30px 0;
	}
	#container .news_nav ul li a{
		padding: 12px 0;
	}
}
@media(max-width: 600px){
	#container .news_nav{
		margin: 10vw 0;
	}
	#container .news_nav ul li{
		float: none;
		display: inline-block;
		margin: 0 3vw 5vw 0;
	}
	#container .news_nav ul li a{
		padding: 0 0 1vw 0;
	}
}
/*movie*/
#container .movieclum{
	margin: 0 0 150px;
}
#container .movie_wrap li{
	float: left;
	width: 31%;
	margin: 0 3.5% 50px 0;
	overflow: hidden;
}
#container .movie_wrap li:nth-child(3n){
	margin: 0 0 50px 0;
}
#container .movie_wrap li .movie_box{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
#container .movie_wrap li .movie_box iframe{
	position: absolute;
	border: none!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 600px) {
	#container .movie_wrap li{
		float: none;
		width: 100%;
		margin: 0 0 5vw;
	}
	#container .movie_wrap li:nth-child(3n){
		margin: 0 0 5vw;
	}
	#container .movieclum{
		margin: 0 0 30vw 0;
	}
}
/*404*/
#container .box_404{
	margin: 0 0 200px;
}
#container .box_404 .text_404{
	text-align: center;
	font-size: 18px;
}
@media (max-width: 600px) {
	#container .box_404{
		margin: 0 0 20vw 0;
	}
	#container .box_404 .text_404{
		font-size: 4vw;
	}
}
/*news-single*/
#container .article_box{
	text-align: left;
	padding: 0 0 145px 0;
}
#container .article_box p a{
	color: #7a4187;
}
#container .article_box p a:hover{
	text-decoration: none;
}
#container .article_box .title{
	display: inline-block;
	font-size: 30px;
	color: #7a4187;
	margin: 0 0 19px;
}
#container .article_box .date{
	float: right;
	display: inline-block;
	font-size: 20px;
	margin: 0.4em 0 0 0;
}
#container .article_box .cate{
	display: inline-block;
	color: #7a4187;
	font-size: 20px;
	border: solid 1px;
	margin: 0 10px 0 0;
	font-family: Meiryo, 'メイリオ';
	padding: 2px 5px 0;
}
#container .article_box .category{
	margin: 0 0 35px 0;
}
#container .article_box .content{
	text-align: left;
	font-size: 15px;
	padding: 0;
	line-height: 1.6;
}
#container .article_box .content .thumbnail{
	display: block;
	margin: 0 0 40px 0;
	max-height: 500px;
}
#container .article_box .sideimg{
	float: right;
	width: 27.3%;
	text-align: right;
}
#container .article_box .sideimg img{
	width: 86.6%;
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
#container .article_box .name{
	font-size: 20px;
}
#container .article_box .name + .name{
	margin: 0 0 0 1em;
}
#container .article_box .news_moviewrap{
	max-width: 560px;
}
#container .article_box .news_moviebox{
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}
#container .article_box .news_moviebox iframe{
	position: absolute;
	border: none!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#container .article_box .news_moviebox video{
	position: absolute;
	border: none!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media(max-width: 960px){
	#container .article_box .content{
		float: none;
		width: 100%;
		margin: 0 0 50px 0;
	}
	#container .article_box .sideimg{
		float: none;
		width: 100%;
	}
	#container .article_box .sideimg img{
		float: left;
		width: 45%;
	}
}
@media (max-width: 600px) {
	#container .article_box{
		padding: 0 0 20vw 0;
	}
	#container .article_box .content{
		float: none;
		width: 100%;
		margin: 0 0 10vw 0;
	}
	#container .article_box .title{
		font-size: 5vw;
	}
	#container .article_box .date{
		font-size: 3vw;
	}
	#container .article_box .name{
		font-size: 3vw;
	}
	#container .article_box .name + .name{
		margin: 0 0 0 2vw;
	}
	#container .article_box .cate{
		font-size: 3vw;
		margin: 0 2vw 0 0;
	}
	#container .article_box .content{
		font-size: 2.8vw;
	}
	#container .article_box .category{
		margin: 0 0 5vw 0;
	}
	#container .article_box .news_moviewrap {
		width: 100%;
	}
}

#container .content.aya #profile .proftable table{
	margin: 0 0 30px;
}
#container .content .profile .proftable table{
	margin: 0 0 30px;
}
#container .content .profile .proftable table a{
	color: #7a4187;
}
#container .content .profile .proftable table a:hover{
	text-decoration: none;
}
#profile .proftable .sns_button_box a{
	display: block;
	text-decoration: none;
	border: solid 1px #7a4187;
	color: #7a4187;
	padding: 18px;
	max-width: 265px;
	text-align: center;
	font-size: 14px;
	margin: 0 auto 20px;
}
#profile .proftable .sns_button_box a:hover{
	background: #7a4187;
	color: #fff;
	opacity: 1;
}
@media(max-width: 600px){
	#container .content.aya #profile .proftable table{
		margin: 0 0 5vw;
	}
	#container .content .profile .proftable table{
		margin: 0 0 5vw;
	}
	#profile .proftable .sns_button_box a{
		font-size: 4vw;
		width: auto;
		margin: 0 0 4vw;
		max-width: none;
		padding: 3vw;
	}
}