@charset "UTF-8";

/* CSS Document */

/*-------------------------------------
				SP NAV
---------------------------------------*/
.spnav {
	background-color: #ea6088;
	height: 70px;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.spnav img {
	width: 135px;
	display: block;
	margin: 0 auto;
	padding-top: 7px;
}

/*-------------------------------------
				スライダー
---------------------------------------*/
.slider {
	margin-top: 70px;
}

.slider a:hover {
	opacity: 1;
}

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 2;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 3px solid #ea6088;
    border-right: 3px solid #ea6088;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}

.slider img {
    height: auto;
    width: 100%;
}
/*ドットナビゲーション*/
.slick-dots {
	position: relative;
	z-index: 2;
    text-align:center;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}

.slick-dots .slick-active button{
    background:#333;
}

@media(min-width:768px){
.slider {
	margin-top: 0;
}
}

/*-------------------------------------
			TOPバナー
---------------------------------------*/
.topban {
	margin: 35px auto;
	width: 35%;
}

.topban img {
	width: 100%;
}

@media(min-width:768px){

}

/*-------------------------------------
				NEWS
---------------------------------------*/
#news dl dt {
	font-size: 13px;
	text-align: left;
}

#news dl dd {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: left;
}

#news dl dd a {
	color: #666;
}

.hidden_box {
    margin: 3em 0;/*前後の余白*/
    padding: 0;
	text-align: center;
}

/*ボタン装飾*/
.hidden_box label {
    background-color: #fff;
	text-decoration: none;
	border: solid #00a0e8 3px;
	color: #00a0e8;
    font-size: 20px;
    padding: 10px 40px;
	border-radius: 50px;
    cursor :pointer;
}

.hidden_box input {
    display: none;
}

.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
	margin-top: 20px;
}

@media(min-width:768px){
#news dl dd {
	margin-bottom: 35px;
}
}

/*-------------------------------------
				ABOUT US
---------------------------------------*/

article.pink {
	background-color: #ffb5cb;
	color: #fff;
	background-image:url("../images/common/bg_pink.png");
	background-repeat:no-repeat;
	background-position:50% 100%;
	/*background-attachment: fixed;*/
	background-size:cover;
	top:0;
    left:0;	
}

article.pink section h2, 
article.pink section span.sub_title {
	color: #fff;
	text-shadow: 1px 1px 4px #ea6088;
}

article.pink section h2::before {
  background: #fff;
	box-shadow: 1px 1px 4px #ea6088;
}

#aboutus p {
	font-size: 17px;
	text-align: center;
	line-height: 1.8;
	text-shadow: 1px 1px 4px #ea6088;
}

@media(min-width:768px){
article.pink {
	background-attachment: fixed;
}
#aboutus p {
	font-size: 20px;
}
}

/*-------------------------------------
				MEMBER
---------------------------------------*/
#member .body_img {
	width: 220px;
    display: block;
    margin: 0 auto;
}

#member .body_img img {
	width: 100%;
}

#member .profile h4 {
	font-size: 24px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.heading01 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 3px dotted rgba(234,96,136,1);
}

.heading01 span {
	position: relative;
	z-index: 2;
}

.heading01::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(234,96,136,0.3);
	font-size: 40px;
	z-index: 1;
}

#member .sns_icon {
	font-size: 30px;
	margin-top: 5px;
}

#member .profile .catch {
	color: rgba(234,96,136,0.6);
    font-size: 22px;
    font-style: italic;
    margin-top: 16px;
}

#member .profile .data {
	font-size: 12px;
    line-height: 1.9;
}

.slick-prev02, 
.slick-next02 {
    position: absolute;
	z-index: 2;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 5px solid rgba(0,160,232,1);
    border-right: 5px solid rgba(0,160,232,1);
    height: 25px;
    width: 25px;
}

.slick-prev02 {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next02 {
    right:2.5%;
    transform: rotate(45deg);
}

.thumbs .slick-current > div {
	opacity: 1;
}

#member .thumbs {
	margin-bottom: 25px;
}

#member .thumbs li {
	width: 95% !important;
}

#member .thumbs li img {
	width: 100%;
}

@media(min-width:768px){
#member .body_img {
	width: 300px;
}
#member .thumbs li {
	width: 65% !important;
}
#member .profile .data {
	font-size: 14px;
}
}

/*-------------------------------------
				CONTENT
---------------------------------------*/

#content .ban_con {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-around;
}

#content .ban_con li {
	width: 48%;
	margin-bottom: 2%;
}
#content .ban_con li img {
	width: 100%;
}

.ar_new {
    margin: 0 auto;
    position: relative;
}

.ar_new::before {
    content: "";
    bottom: 2px;
    left: 0;
    border-top: 3em solid transparent;
    border-left: 3em solid #ea0246; 
    position: absolute;
    z-index: 1;
}

.ar_new::after {
   content: "New!";
    display: block;
    bottom: 5px;
    transform: rotate(46deg);
    color: #fff; 
	font-family: xenera,sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 93%;
	letter-spacing: 0;
    left: 0px;
    position: absolute;
    z-index: 2;
}

.btn_and {
	text-align: center;
	margin-top: 35px;
}

.btn_and a {
	background-color: #fff;
	text-decoration: none;
	border: solid #00a0e8 3px;
	color: #00a0e8;
    font-size: 20px;
    padding: 10px 40px;
	border-radius: 50px;
}

/*      中ページ      */
#content .con_date {
	margin: 35px 0 0;
	text-align: center;
}
#content .con_date h5 {
	font-size: 20px;
	color: #ea6088;;
	margin-bottom: 10px;
}

#content .con_date a{
	margin-top: 15px;
	display: block;
	font-size: 17px;
}
article section#content.inside {
	margin-top: 50px;
}

@media(min-width:768px){
#content .ban_con li {
	width: 46%;
    margin-bottom: 3%;
}
#content .con_date h5 {
	font-size: 22px;
}

#content .con_date a{
	font-size: 17px;
}
/*      中ページ      */
article section#content.inside {
	margin-top: 0;
}
}

/*-------------------------------------
				LINK
---------------------------------------*/
@media(min-width:768px){
#link .tit {
	font-size: 18px;
	text-align: center;
}
}

/*-------------------------------------
				CONTACT
---------------------------------------*/
#contact {
	font-size: 18px;
    text-align: center;
    line-height: 1.8;
}

#contact a {
	color: #666;
}

@media(min-width:768px){
}

/*-------------------------------------
	　	このサイトについて
---------------------------------------*/
#notes h6 {
    margin: 25px 0 5px;
    font-size: 20px;
    border-left: 6px #6dc0ff solid;
	border-bottom: 2px dotted #666;
    padding-left: 5px;
}

#notes p {
	margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.8;
    padding: 3px 0;
}

article section#notes {
	margin-top: 50px;
}

@media(min-width:768px){
article section#notes {
	margin-top: 0;
}
}

/*-------------------------------------
	　	台本配布
---------------------------------------*/
article section#script {
	margin-top: 50px;
}
.accordion-area li {
	list-style: none;
}

.accordion-area li ul.rule li{
	list-style: decimal;
	margin: 0 0 15px;
    font-size: 12px;
}

.accordion-area li ul.rule li ul {
	padding: 2% 0 0 2%;
}

.accordion-area li ul.rule li ul li {
	list-style: disc;
}

.accordion-area section {
	border: 1px solid #ccc;
}

.title {
    position: relative;
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 20px 50px 20px 20px;
    transition: all .5s ease;
	border: solid #00a0e8 1px;
	background-color: #fff;
	margin-top: 10px;
}

/*アイコンの矢印*/
.title::before,
.title::after{
    position: absolute;
    content:'';
}
.title::before{
    top:30%;
    right: 15px;
    width: 25px;
    height:25px;
    background-color: #00a0e8;
    border-radius: 50%;
}
.title::after{   
    top: 37%;
    right: 22px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg);
}

.title.close::after{
    top: 44%;
    transform:rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    background: #fff;
    padding: 3% 2% 3% 7%;
}

/*台本の詳細*/
.script-item {
	margin-bottom: 20px;
	padding-bottom: 40px;
	border-bottom: 3px dotted rgba(234,96,136,1);
}

.script-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.script-item table {
	width: 98%;
	text-align: left;
}
.script-item table tr th, 
.script-item table tr td{
	width: 100%;
	display: list-item;
	list-style: none;
}

.script-item table tr th {
	padding: 15px 0 3px 5px;
	color: #ea6088;
	font-size: 14px;
}
.script-item table tr td {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 16px;
}

.script-item table tr.last td {
	border-bottom: none;
}

.script-item .btn_and {
    margin-top: 15px;
}
.script-item .btn_and a {
    font-size: 16px;
}

@media(min-width:768px){
article section#script {
	margin-top: 0;
}
	
.accordion-area li ul.rule li{
    font-size: 14px;
}
	
.script-item table tr {
    display: block;
	border-bottom: 1px dashed #ccc;
	padding: 15px 0;
}
	
.script-item table tr.last {
    border-bottom: none;
}
	
.script-item table {
	width: 100%;
}

.script-item table tr th, 
.script-item table tr td{
	display: inline-block;
}
	
.script-item table tr th {
	font-size: 14px;
	width: 20%;
	padding: 2px 0 0 1.5%;
	vertical-align: top;
}
	
.script-item table tr td {
	width: 77%;
	border-bottom: none;
	padding: 0;
}
	
.script-item .btn_and a {
    font-size: 18px;
}
	
}

/*-------------------------------------
	　	RECRUITMENT
---------------------------------------*/
article section#recruitment {
	margin-top: 50px;
	padding-bottom: 100px;
}

article section#recruitment h5 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

article section#recruitment .content_item {
	margin-top: 2rem;
}

article section#recruitment h6 {
	position: relative;
    padding: 0.5rem;
    border-bottom: 6px solid #00a0e8;
	font-size: 20px;
	margin-bottom: 1rem;
}

article section#recruitment h6:before {
	position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #74c4e8;
}

article section#recruitment h7 {
  padding: 0 0 3px 5px;
  color: #ea6088;
  font-size: 16px;
}

article section#recruitment p {
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
	line-height: 1.9;
}

article section#recruitment p.small {
	font-size: 75%;
}

article section#recruitment p.last {
	padding-bottom: 25px;
}

article section#recruitment .question {
	margin-top: 3rem;
}

article section#recruitment .address {
	font-size: 17px;
	text-align: center;
	margin-top: 20px;
}

article section#recruitment .box {
    display: none;
    background: #fff;
    padding: 10px 50px 20px 20px;
}

article section#recruitment .box p {
	padding: 0;
}

@media(min-width:768px){
article section#recruitment {
	margin-top: 0;
}
	
article section#recruitment h5 {
	font-size: 20px;
}
	
article section#recruitment p {
  font-size: 16px;
}

article section#recruitment p.last {
	padding-bottom: 25px;
}
	
article section#recruitment .address {
	font-size: 19px;
}
	
article section#recruitment .box {
    padding: 20px 50px 20px 20px;
}
	
}

/*-------------------------------------
	　	RADIO
---------------------------------------*/
#radio .mv {
	margin-top: 70px;
}
#radio .mv img {
	vertical-align: bottom;
  width: 100%;
}

#radio h5 {
	text-align: center;
	font-size: 16px;
}

#radio .platbtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#radio .btn_radio {
	text-align: center;
	margin: 10px auto 10px;
	width: 100%;
}

#radio .btn_radio a {
	background-color: #333;
	text-decoration: none;
	box-shadow: 3px 3px 0px 0px #00a0e8;
	color: #fff;
    font-size: 88%;
    padding: 15px 40px;
	border-radius: 50px;
	display: block;
}

#radio h5.radio_tag {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	text-align: center;
	margin: 60px 0 15px;
}
#radio h5.radio_tag::before,
#radio h5.radio_tag::after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #ea6088;
}

#radio h5.radio_tag::before {
	margin-right: 10px;
}
#radio h5.radio_tag::after {
	margin-left: 10px;
}

@media(min-width:768px){
#radio .mv {
	margin-top: 0;
}
#radio h5.radio_tag {
	font-size: 18px;
	margin: 60px 0 15px;
}
#radio h5.radio_tag::before,
#radio h5.radio_tag::after {
	width: 70px;
	height: 3px;
}
#radio h5.radio_tag::before {
	margin-right: 20px;
}
#radio h5.radio_tag::after {
	margin-left: 20px;
}
#radio .btn_radio {
	margin: 10px 10px 10px;
	width: auto;
}
#radio .btn_radio a {
    font-size: 110%;
	display: inline-block;
}
	
}