@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* @import url('https://fonts.googleapis.com/css2?family=Aladin&family=Zen+Antique&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Emblema+One&family=M+PLUS+Rounded+1c:wght@400;500;700&family=Pacifico&display=swap');
    
html,
body{
	overflow-x:hidden;
}
body{
/* 	background:linear-gradient(90deg, rgba(245, 224, 92, 1) 50%, rgba(145, 187, 67, 1) 50%); */
	background:#000;
}
body .container{
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.home .article h1,.page .date-tags,.page .author-info,.home .entry-title{
	display:none;
}

.google-captcha-notice{
	color:#fff;
}
.google-captcha-notice a{
	display:inline-block!important;
}

/* 【初期】 */
.home .entry-content{
	margin-top:0;
}
.flexslider,
.metaslider .flexslider,
.home .content,
.home .entry-content,
.home .article,
.footer,
.copyright{
	padding:0!important;
	margin:0!important;
}
.footer-bottom,
.tagline,
.widget-content-bottom,
.content-bottom{
	margin:0!important;
}

.article h2, .article h3, .article h4{
	margin:0;
	padding:0;
	background:none;
	border:none;
}
.article p{
	margin:0;
}

.sp-show {
	display: none;
}

@media screen and (max-width: 427px) {
	.sp-show {
	display: block;
	}
}


/* 【リンクタグ設定】 */
.page .main a{
/* 	display:block; */
	text-decoration:none;
}
.breadcrumb a{
	display:inline-block;
}
.pager-post-navi a.prev-post,
.pager-post-navi a.next-post{
	display:flex;
}

a{
	outline:none;
}
/* ※↑firefoxリンククリックでボーダー削除 */


/* 【テーブルスタイル：初期】 */
.container table tr,
.container table tr:nth-of-type(2n+1),
.container table tr th,
.container table tr td{
	background:none;
	border:none;
}


/* 【ウジェット：コンテンツ下部】 */
.content-bottom-in{
	width:100%;
}


/* 【投稿ページ：アイキャッチ・P】 */
.eye-catch{
/* 	margin: auto; */
	display: none;
}
.eye-catch img{
	width:100%;
	max-width: 800px;
}
.single p{
	margin-bottom:1em;
}


/* 【問い合わせ等送信ボタン】 */
.wpcf7-form p{
	margin-bottom:1em;
}
.wpcf7 .wpcf7-submit:disabled{
	background-color: #eee;
	color:#303030;
}

input[type="submit"]{
	background-color:#256AAB;
	color:#fff;
}

.wpcf7 form.sent .wpcf7-response-output{
	color:#fff;
}

/* 【共通css】 */
.width-1200{
	max-width:1200px;
	margin:auto;
}
.width-1000{
	max-width:1000px;
	margin:auto;
}

.fl{
	display:flex;
	flex-wrap:wrap;
}
.fl-R{
	flex-direction:row-reverse;
}
.fl-margin{
	margin:0;
}
.fl-item{
	width:calc((100% / 2) - 1em);
	margin:0.5em;
}
.fl-item_2kotei{
	width:calc((100% / 2) - 1em);
	margin:0.5em;
}

.hissu{
	color:red;
	font-size:.8em;
}

.font-headline{
	font-family: "Emblema One", system-ui;
}

.main-border{
	border: 8px solid #B58741;
	border-image: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))1;
}


/* -見出し- */
.main-h2,
.dots-h2,
.heart-h2{
	position: relative;
}
.main-h2{
	font-size: 5.5rem !important;
/* 	letter-spacing: 0.1em; */
	text-align: center;
	margin-bottom:1.5em!important;
	
/*   	background: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))!important;
	color: transparent!important;
	background-clip: text;
  	-webkit-background-clip: text!important; */
	
	width: fit-content;
	margin: 0 auto !important;
	
	color:#000;
	font-family: "Emblema One", system-ui;
}
.main-h2.midori{
	color:#E94A6A;
}
/* .dots-h2::before{
	content:"";
	background:url(https://biribiri-oosaka.com/wp-content/uploads/2022/12/title_01.png) center no-repeat;
	background-size:contain;
	position:absolute;
	top: -50px;
	left: -120px;
	width: 250px;
	height: 80px;
	
	animation-name:anim_x;
	animation-timing-function: ease-in-out;
  	animation-iteration-count: infinite;
  	animation-direction: alternate;
  	animation-duration: 0.6s;
} */
/* .heart-h2::before{
	content:"";
	background:url(https://biribiri-oosaka.com/wp-content/uploads/2022/12/title_02.png) center no-repeat;
	background-size:contain;
	position:absolute;
	top: -50px;
	left: 50%;
	transform:translateX(-50%);
	width: 100%;
	height: 100%;
	z-index:-1;
	
	animation-name:anim_v;
	animation-timing-function: ease-in-out;
  	animation-iteration-count: infinite;
  	animation-direction: alternate;
  	animation-duration: 1.5s;
}
 */
/* -アニメーション- */

@keyframes anim_v {
  0% {
    transform: translate(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 20px);
  }
}


@keyframes anim_x {
	0% {
    	transform:scale(1.1) rotate(0deg);
  	}
  	100% {
    	transform:rotate(-10deg);
  	}
}

/* -ボタン- */
.main-but{
/* 	font-family: "Bree Serif", serif; */
	font-family: "Pacifico", cursive;
	
	font-size:1.3rem;
	width: 80%;
	max-width: 350px;
	margin: auto;
	color: #fff;
	border: solid 3px #faeda5;
	transition: .6s;
	position: relative;
	padding: 0.6rem 1rem 0.6rem 2rem;
	white-space: nowrap;
	border-radius: 50px;
	display: block;

/* 	padding: 1em 2em 1em 6em; */
/* 	text-align: right; */
/* 	white-space:nowrap; */
}
.main-but.black{
	border: solid 3px #000;
	color:#000;
}
.main-but::before{
/* 	content:""; */
	background:url(https://biribiri-oosaka.com/wp-content/uploads/2022/12/biribiri_osaka_item5.png) center no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	left:5px;
	transform:translateY(-50%);
	width: 30%;
	height: 0;
	padding-top: 27%;
}
.main-but:hover{
	color:#fff;
	background:#FF5C8A;
}


/* -テーブル- */
.container .table-01 table{
	width:90%!important;
	max-width:800px;
	margin:auto;
}
.container .table-01 table tr,
.container .table-01 table tr:nth-of-type(2n+1){
	border-bottom:solid 3px #256AAB;
}
.container .table-01 table td{
	color:#fff;
	padding:0.8em 0;
}
.container .table-01 table td:nth-of-type(1){
	width:30%;
	text-align:center;
}
.container .table-01 table td:nth-of-type(2){
	padding-left:0.5em;
}


/* 【本文の幅調節】 */
/* @media screen and (min-width: 1024px) {
	.page .article {
		width: 1000px;
		margin: 0 auto;
	}
	.home .article{
		width:auto;
	}
} */

/* 【本文の幅調節：画面幅に合わせる】 */
/* .home  */
.page .content-in{
	width:100%;
}
/* .home  */
.container main{
	background:transparent;
}
/* .home  */
.container .main{
	padding:0;
	border:none;
}


/* 【背景】 */
/* .Back-Image{
	background:url(https://biribiri-oosaka.com/wp-content/uploads/2022/12/1242596_m.jpg) center no-repeat;
	background-size:cover;
	width: 100%;
	height:100vh;
	position:fixed;
  	top:0;
  	left:0;
	z-index:-1;
}
.Back-Image::after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
} */


/* ヘッダー************************************* */
.logo-header{
	padding:0;
}
/* 【モバイル時のheader色】 */
.mobile-header-menu-buttons.mobile-menu-buttons .menu-button {
  color: #fff;
  background-color: #000;
}
.navi-menu-button .fa-phone,
.navi-menu-button .custom-menu-caption{
	color:#fff;
}

/* 【mobileナビ】 */
.menu-drawer li a{
    background: #000;
	margin: 20px 5px;
	border-radius: 3px;
	display: block;
	box-shadow: 2px 2px 5px #fff;
	padding: 1.5em 0 1.5em 5.5em;
	position: relative;
}
.menu-drawer li a::before{
	content:"";
	background:url(https://biribiri-oosaka.com/wp-content/uploads/2022/12/biribiri_osaka_item5.png) center no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	left:5px;
	transform:translateY(-50%);
	width: 25%;
	height: 0;
	padding-top: 22.5%;
}
.menu-drawer li a:hover{
	background:#000;
}
.menu-drawer a{
    color:#fff; 
}

.navi-menu-content .fa-close{
    color:#000; 
}
.navi-menu-content{
	background:rgba(255, 92, 138, 1);
}

/*1023px以下でロゴを消す*/
@media screen and (max-width: 1023px){
	img.site-logo-image{
		visibility: hidden;
	}
}

/*1023px以下でモバイル用のロゴ表示*/
@media screen and (max-width: 1023px){
	.logo-menu-button.menu-button{
		background-image: url(https://bilibili-ikebukuro.tokyo/wp-content/uploads/2026/01/logo.png);
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
}


/* フッター************************************* */
.F-area{
/* 	background:linear-gradient(180deg, rgba(123, 0, 0, 1), rgba(156, 56, 0, 1) 50%, rgba(0, 0, 0, 1)); */
	background: linear-gradient(90deg, rgba(255, 92, 138, 1) 50%, rgba(123, 75, 183, 1) 50%);
	padding:8em 0 2em;
	position:relative;
}
.F-area::before{
	content:"";
	background:url(https://biribiri-oosaka.com/wp-content/uploads/2022/12/line_F.png) center no-repeat;
	background-size:cover;
	position:absolute;
	top:-1px;
	left: 50%;
	width: 102%;
	height: 0;
	padding-top: 2.9%;
	transform: translateX(-50%);
}
.home .F-area::before{
	top: 10px;
}
.F-area img{
	vertical-align:top;
}
.F-area a{
	display:block;
}
.F-area a.bn-link{
	box-shadow:0px 2px 8px #000;
	transition:.6s;
}
.F-area a.bn-link:hover{
	opacity:.6;
}
.F-area .F-top .f-logo{
	width:80%;
	max-width:400px;
	display:block;
	margin:auto;
}
.F-area .F-top .address{
/* 	color:#fff; */
	width: fit-content;
	margin: 1em auto;
}
.F-area .F-top .sns-box{
	justify-content: space-evenly;
	flex-wrap: nowrap;
	margin-bottom:1rem;
}
.F-area .F-top .sns-box .item{
	margin:0.5em 0.3em;
}
.F-area .F-top .bili-prof{
	padding:0 0.5em;
}
.F-area .F-top .banner-area{
	margin:auto;
	padding:0 1em;
}
.F-area .F-top .banner-area .item{
	margin:0.5em 0;
}
.F-area .F-top .banner-area .item:not(:last-child){
	margin-bottom:1.5em;
}

.F-area .F-bottom{
	padding:0 1em;
	margin:1.5em 0 0; 
}
.F-area .F-bottom .f-map{

	/* 	-以下仮設定- */
/* 	background:#fff;
	height:300px; */
}

.navi-footer-in a:hover{
	color:#000!important;
}


/* ================================================
TOP
================================================ */

.top-sec01,
.top-sec02,
.top-sec03,
.top-sec04,
.top-sec05{
	position:relative;
	margin-bottom:0;
}

/* -- */
.top-sec01{
	padding:0 0 8em;
	background:#000;
	color:#fff;
}

.top-sec01 h2.main-box{
	margin:1.5em 0 2em;
}

.top-sec01 .news-area{
	padding:1em 0;
	width:90%;
	margin:auto;
}
.top-sec01 .news-area .widget-entry-cards figure {
	display: none;
}
.top-sec01 .news-area .widget-entry-card-content {
	display: flex;
	margin-left: 0;
	flex-direction: row-reverse;
	justify-content: left;
	padding: 0.8em 0.5em;
	color: #fff;
}
.top-sec01 .news-area .new-entry-card-link {
	padding: 0;
	margin-bottom: 0;
	color: #fff;
	border-bottom: solid 2px #fff;
}

.top-sec01 .news-area .new-entry-card-date {
	display: block;
}
.top-sec01 .news-area .new-entry-card-post-date {
	font-size: 0.9rem;
}
.top-sec01 .news-area .new-entry-card-link:hover{
	background: #9999;
}


.top-sec01 div.whatsnew a,
.top-sec01 div.whatsnew dt{
	color:#fff;
}
.top-sec01 div.whatsnew a:hover{
	background:#7B0000;
}
.top-sec01 .image-area .image-01{
	animation-name:img-up;
	animation-timing-function: ease-in-out;
  	animation-iteration-count: infinite;
  	animation-direction: alternate;
  	animation-duration: 0.6s;
}
.top-sec01 .image-area .item-mojibox{
	margin-top:-3rem;
}
.top-sec01 .image-area .item-001{
	margin:auto 0.5rem;
	
/* 	animation-name:img-yura;
	animation-timing-function: ease-in-out;
  	animation-iteration-count: infinite;
  	animation-direction: alternate;
  	animation-duration: 1s; */
}
.top-sec01 .image-area .item-002{
	position:relative;
	z-index:1;
}
@keyframes img-yura {
	0% {
    	transform: rotate(10deg);
  	}
  	100% {
    	transform:rotate(-10deg);
  	}
}
@keyframes img-up {
	0% {
    	transform: scale(0.9);
  	}
  	100% {
    	transform: scale(1);
  	}
}

.yoko-img{
	background:url(https://biribiri-oosaka.com/wp-content/uploads/2022/12/biribiri_osaka_item6.png) center repeat-x;
	background-size: 30%;
	width: 100%;
	height: 8vw;
	animation: scroll-anim 30s linear infinite;
	position: absolute;
	bottom: -4vw;
	z-index: 1;
	filter: drop-shadow(3px 5px 0px #000);
}
@keyframes scroll-anim {
	100% {
		background-position: -100% 0;
	}
}

/* -- */
.top-sec02{
	padding:10em 0;
/* 	background:linear-gradient(135deg, rgba(123, 0, 0, 1), rgba(210, 76, 0, 1) 28%, rgba(208, 75, 0, 1) 34%, rgba(133, 48, 0, 1) 61%, rgba(67, 24, 0, 1) 85%, rgba(23, 8, 0, 1)); */
	background: linear-gradient(90deg,  rgba(255, 92, 138, 1) 50%,
  rgba(123, 75, 183, 1) 50%);
	z-index:0;
}
.top-sec02::before,
.top-sec02::after{
	content:"";
	width:13%;
	height:100%;
	position:absolute;
	top:0;
	z-index:1;
	margin: 0 calc(50% - 50vw);
}
.top-sec02::before{
	background:url(https://bilibili-ikebukuro.tokyo/wp-content/uploads/2026/01/haikei_01.png) top;
	background-repeat: repeat-y;
	background-size: contain;
	right:0;
}
.top-sec02::after{
	background:url(https://bilibili-ikebukuro.tokyo/wp-content/uploads/2026/01/haikei_02.png) top;
	background-repeat: repeat-y;
	background-size: contain;
	left:0;
}
@media screen and (max-width:480px){
	.top-sec02::before,
	.top-sec02::after{
		width:23%;
	}
}


.top-sec02 .width-1200{
	position:relative;
	z-index:2;
}

.top-sec02 .box{
	margin:1em 0 1.5em;
}
.top-sec02 .box .cast-item{
	width:calc((100% / 4) - 1em);
	margin:0.5em;
	transition:.3s;
}
.top-sec02 .box .cast-item img{
	border: 8px solid #B58741;
	border-image: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))1;
	vertical-align: top;
}
.top-sec02 .box .cast-item:hover{
	transform:rotate(10deg);
}

/* -- */
.top-sec03{
	padding:8em 0 5em;
	background:#000;
	border: 8px solid #B58741;
	border-image: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))1;
	z-index:0;
}

.top-sec03 .text{
	font-size:1.3em;
	color:#fff;
	text-align:center;
	letter-spacing:0.05em;
	margin:0 0 1.5em;
}

/* -- */
.top-sec04{
	padding:10em 0 16em;
/* 	background:rgba(0,0,0,0.7); */
	background:linear-gradient(150deg, rgba(206, 180, 230, 1) 35%, rgba(123, 75, 183, 1));
}


.top-sec04 .blog-area .wp-show-posts-inner{
	width: 90%;
	margin: auto !important;
}

.top-sec04 .blog-area{
	margin:2em 0;
}
.top-sec04 .blog-area .wp-show-posts-image{
  width: 40%;
}
.top-sec04 .blog-area .wpsp-read-more{
	float:right;
}
.top-sec04 .blog-area a.wp-show-posts-read-more{
	border-radius: 50px;
	width: 150px;
	text-align: center;
/* 	background: #7B0000; */
	background:#000;
	color: #fff;
	border: none;
	box-shadow: 0px 2px 5px #000 !important;
	transition:.6s;
}
.top-sec04 .blog-area a.wp-show-posts-read-more:hover{
	background:#666;
}
.top-sec04 .blog-area .wp-show-posts .wp-show-posts-entry-title a,
.top-sec04 .blog-area .wp-show-posts-entry-meta a,
.top-sec04 .blog-area .wp-show-posts-entry-summary{
	color:#fff;
}
.top-sec04 .blog-area .wp-show-posts-image img{
	border: 8px solid #B58741;
	border-image: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))1;
}

@media (max-width: 767px){
	.wp-show-posts-image.wpsp-image-left, .wp-show-posts-image.wpsp-image-right {
	  float: left;
	  margin-right: 1em;
	  margin-left: 1em;
	}
}
@media (max-width: 600px){
	.wp-show-posts-image.wpsp-image-left, .wp-show-posts-image.wpsp-image-right {
	  float: none;
	  margin-right: 1em;
	  margin-left: 1em;
	}
	.top-sec04 .blog-area .wp-show-posts-image{
  		width: 100%;
		margin: auto;
	}

}


.top-sec04 .image00{
	
}
.top-sec04 .image01{
	background:url(https://bilibili-ikebukuro.tokyo/wp-content/uploads/2026/01/left_up.png) center no-repeat;
	background-size:contain;
	width:20%;
	height:0;
	padding-top:16.05970%;
	position:absolute;
	top: 3rem;
	left: 0rem;
}
.top-sec04 .image02{
	background:url(https://bilibili-ikebukuro.tokyo/wp-content/uploads/2026/01/right_up.png) center no-repeat;
	background-size:contain;
	width:20%;
	height:0;
	padding-top:23.56164%;
	position:absolute;
	top: 3rem;
	right: 1rem;
}
.top-sec04 .image03{
	background:url(https://bilibili-ikebukuro.tokyo/wp-content/uploads/2026/01/left_under.png) center no-repeat;
	background-size:contain;
	width:30%;
	height:0;
	padding-top:11.54531%;
	position:absolute;
	bottom: 3rem;
	left: 1rem;
}
.top-sec04 .image04{
	background:url(https://bilibili-ikebukuro.tokyo/wp-content/uploads/2026/01/right_under.png) center no-repeat;
	background-size:contain;
	width:30%;
	height:0;
	padding-top:8.59154%;
	position:absolute;
	bottom: 3rem;
	right: 1rem;
}

@media screen and (max-width: 834px){
	.top-sec04{
		padding:10em 0;
	}
	
	.top-sec04 .image01{
		width:30%;
		padding-top:24.08955%;
	}
	.top-sec04 .image04{
		width:40%;
		padding-top:11.45539%;
	}
}
@media screen and (max-width: 480px){
	.top-sec04 .image01{
		width:45%;
		padding-top:36.13432%;
		top: 1rem;
		left: -2rem;
	}
	.top-sec04 .image02{
		width:35%;
		padding-top:41.23287%;
		top: 1rem;
		right: 0rem;
	}
	.top-sec04 .image03{
		width:50%;
		padding-top:19.24219%;
		bottom: 2rem;
		left: -1rem;
	}
	.top-sec04 .image04{
		width: 60%;
		padding-top:17.18309%;
		bottom: 1rem;
		right: -6rem;
	}
}


/* -- */
.top-sec05{
	padding:8em 0 6em;
	background:#000;
	border: 8px solid #B58741;
	border-image: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))1;
}



/* ================================================
固定ページ
================================================ */

.entry-title,
.archive-title{
	text-align:center;
	color:#fff;
	padding: 5em 0 3em;
	position:relative;
}
.entry-title::before,
.archive-title::before{
/* 	content:"Demo"; */
	font-family: "Emblema One", system-ui;
	font-size:5rem;
	position:absolute;
	top:10px;
	left:50%;
	transform:translateX(-50%) rotate(-10deg);
	
/* 	letter-spacing: 0.1em; */
  	background: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))!important;
	color: transparent!important;
	background-clip: text;
  	-webkit-background-clip: text!important;
	z-index: -1;
}
.archive-title .fa{
	display:none;
}



/* ページ下部の内部リンク */
.Page-But{
	padding:3em 0;
}
.Page-But i{
	padding-right:0.2em;
}
.Page-But .txt01{
	font-size:1.5em;
}



/* -システム- */
.page-id-49 .entry-title::before{
	content:"System";
}
.system-01{
	background: rgba(0,0,0,0.7);
	padding: 5em 0;
}
.system-01 .box{
	padding:0 1em;
	text-align:center;
	color:#fff;
}
.system-01 .box .txt01{
	font-size: 2em;
	background: #FF5C8A;
	width: 80%;
	margin: auto;
	padding: 0.3em;
	box-shadow: 2px 2px 20px #FFEECD inset;
	border-radius: 10px;
}
.system-01 .box .txt02{
	font-size:2.5em;
	margin-bottom:1em;
}
.system-01 .box .txt02 span{
	font-size:1.5em;
	padding:0 0.2em;
	text-shadow: 3px 5px 0px #7b0000;
}
.system-01 .box .txt03{
/* 	margin-bottom:1em; */
}


/* -店舗情報- */
.page-id-47 .entry-title::before{
	content:"About";
}
.about-01{
	background: rgba(0,0,0,0.7);
	padding: 5em 0;
}


/* -キャスト紹介- */
.page-id-51 .entry-title::before{
	content:"Cast";
}
.cast-01{
	background: rgba(0,0,0,0.7);
	padding: 5em 0;
}
.cast-01 .cast_link{
	position:relative;
	width:calc((100% / 3) - 1em);
	margin:0.5em 0.5em 2em;
}
.cast-01 .cast_link .img-box{
	overflow:hidden;
}
.cast-01 .cast_link .img-box img{
	vertical-align:top;
	transition:.6s;
}
.cast-01 .cast_link .cast_name{
	position: absolute;
	bottom: -0.6em;
	left: 50%;
	transform: translateX(-50%);
	font-size: 4rem;
	color: #E94A6A;
	text-shadow: 2px 2px 0px #000;
	
	font-family: "Pacifico", cursive;
}

.cast-01 .cast_link:hover img{
	transform:scale(1.2);
}

p.cast_name._type2 {
	line-height: 1.1;
}


/* -求人情報- */
.page-id-216 .entry-title::before{
	content:"Recruit";
}
.recruit-01 .text{
	color:#fff;
	font-size:1.5em;
	text-align:center;
	letter-spacing:0.1em;
}
.recruit-01 .text span{
	font-size: 1.5em;
	padding: 0 0.2em;
	text-shadow: 0px 0px 5px #fff,5px 5px 0px #000;
/* 	text-shadow: 5px 5px 0px #000,0px 0px 3px #fff; */
	color: #7b0000;
	font-weight: bold;
}
.recruit-02{
	padding:0 1em;
	background:rgba(0,0,0,0.7);
	padding:5em 0;
}
.recruit-02 .wrap-box{
	background: #91BB43;
	padding: 2em 1em;
/* 	border-radius: 10px; */
/* 	box-shadow: 2px 2px 20px 0px #f7ba99 inset,2px 2px 10px #000; */
	width:95%;
	margin:auto;
}
.recruit-02 .text-box{
	width:100%;
	max-width:800px;
	margin:auto;
	color:#000;
}
.recruit-02 .text-box .text:not(:last-child){
	margin-bottom:1em;
}

.recruit-02 .job-about{
	margin-top:2em;
}




/* -お問い合わせ- */
.page-id-53 .entry-title::before{
	content:"Contact";
}
.contact-01{
	padding:0 1em;
}
.contact-01 p{
	color:#fff;
}


/* -ブログ- */
.category-blog .archive-title::before{
	content:"Blog"
}
.ecb-entry-border .entry-card-wrap{
	background: #fff;
/* 	color: #fff; */
	border: solid 1px #000;
	transition:0.6s;
}
.ecb-entry-border .entry-card-wrap:hover{
	background:#c0c0c0;
}
#list{
	padding:0 0.8em;
}

/* 記事内 */
.categoryid-6 .container .main,
.categoryid-5 .container .main{
	background: rgba(255,255,255,0.6);
	padding: 1em;
	margin-bottom:1em;
	color: #000;
}
.categoryid-6 .entry-title,
.categoryid-5 .entry-title{
	text-align: left;
	padding:2em 1em;
	color: #000;
}
.categoryid-6 .entry-content,
.categoryid-5 .entry-content{
	max-width: 800px;
	margin: 2em auto;
}

/* -プライバシーポリシー- */
.page-id-201 .width-1000{
	color:#fff;
	padding:1em;
}
.page-id-201 .main p{
	margin-bottom:1em;
}

/* -動画広場- */
.page-id-298 .entry-title::before{
	content:"Movie";
}
.movie-01{
	padding:5em 1em;
	background:rgba(0,0,0,0.7);
	color:#fff;
}
.movie-01 .yrc-banner{
	display:none;
}
.movie-01 #yrc-shell-0 .yrc-menu li{
	color:#fff;
}

.movie-01 #yrc-shell-0 .yrc-load-more-button{
	background: #256AAB;
}
.movie-02{
	padding:1.5em 1em;
}
.movie-02 a{
	transition:.6s;
}
.movie-02 a:hover{
	opacity:.7;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.fl-item{
		width:100%;
	}
	.main-h2{
		font-size: 4.5rem !important;
	}
	.dots-h2::before{
		left: -80px;
		width: 160px;
		height: 75px;
	}
	.heart-h2::before{
		top:-30px;
	}
	.entry-title::before,
	.archive-title::before{
		font-size: 4.5rem !important;
		top:40px;
	}
	
	.F-area::before{
		padding-top: 5%;
	}
	
/* -top- */
	.top-sec01 .image-area .item-mojibox {
  		margin-top: -1.5rem;
	}
	.top-sec01 .image-area .item-001{
		width:80%;
		max-width:500px;
		margin:auto;
	}
	.top-sec01 .image-area .item-002{
		width: 70%;
    	max-width: 500px;
    	margin: -1em auto -1em;
	}
	.top-sec01 .image-area .item-003{
		width:100%;
		max-width:700px;
	}
	
	.yoko-img{
		background-size: 50%;
		height: 13vw;
		bottom: -6vw;
		animation: scroll-anim 10s linear infinite;
	}
	
	.top-sec02 .fl .cast-item {
  		width: calc((100% / 3) - 1em);
	}
	
/* -キャスト紹介- */
	.cast-01{
		padding: 2em 0.5em;
	}
	.cast-01 .cast_link{
		width:calc((100% / 2) - 0.4em);
		margin: 0.5em 0.2em 1.5em;
	}
	
/* -求人情報- */
	.recruit-01 .text{
		font-size:1.3em;
	}
}

@media screen and (min-width: 600px){
	.sp-600{
		display:none;
	}
}

@media screen and (max-width: 600px){
  /*必要ならばここにコードを書く*/
	.sp-600{
		display:block;
	}
	.Back-Image{
		height:120vh;
	}
	.F-area::before {
  		padding-top: 8%;
	}
	.cast-01 .cast_link .main-border,
	.top-sec02 .box .cast-item img{
		border: 5px solid #B58741;
	}
	
/* -TOP-	 */
	.top-sec02 .fl .cast-item {
  		width: calc((100% / 2) - 1em);
	}
	
/* -- */
	.Page-But .txt01 {
  		font-size: 1.3em;
	}
	.Page-But .txt02 {
  		font-size: .8em;
	}
/* -キャスト紹介- */
	.cast-01 .cast_link .cast_name{
		bottom: -0.6em;
		font-size: 3rem;
	}
	
/* -システム- */
	.system-01 .box .txt01 {
		font-size: 1.5em;
	}
	.system-01 .box .txt02 {
		font-size: 1.8em;
	}
}

@media screen and (min-width: 480px){
	.sp-main,
	.sp-480{
		display:none;
	}	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.pc-main{
		display:none;
	}
	.sp-main,
	.sp-480{
		display:block;
	}
	.F-area::before{
		padding-top: 12%;
	}
	.main-h2{
		font-size: 3.2rem !important;
	}
	.dots-h2::before{
		top: -40px;
		left: -50px;
		width: 125px;
		height: 60px;
	}
	.entry-title,
	.archive-title{
		padding: 3.5em 0 2em;
	}
	.entry-title::before,
	.archive-title::before{
		top: 10px;
		font-size: 4rem !important;
	}
	
/* -top- */
	.top-sec01 {
		padding: 0 0 5em;
	}
	.top-sec02 {
		padding: 8em 0;
	}
	.top-sec03 .text {
		font-size: 1.1em;
	}
	
/* -キャスト紹介- */
	.cast-01 .cast_link .cast_name{
		font-size: 2rem;
	}
	
/* -システム- */
	.system-01 .box .txt03{
		font-size:.8em;
	}
}
















/* カスタム投稿****************************************** */
#Custom-cast{
	padding:0 0.3em;
}


.Custom-headline{
	font-family: "Emblema One", system-ui;
	font-size:3.5rem;
/* 	position:absolute;
	top:10px;
	left:50%;
	transform:translateX(-50%) rotate(-10deg); */
	text-align:center;
	letter-spacing: 0.1em;
	color: transparent!important;
  	background: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))!important;
	background-clip: text!important;
  	-webkit-background-clip: text;
/* 	z-index: -1; */
	margin:1em 0;
}
@media screen and (max-width: 480px){
	.Custom-headline{
		font-size:2.5rem;
	}
}

/* -写真- */

#Custom-change-image img{
	display:block;
	margin:0.5em auto;
}

#Custom-change-image #featured_img{
	position:relative;
	margin-bottom:1em;
}
#Custom-change-image #featured_img img {
	border: 8px solid #B58741;
	border-image: linear-gradient(134deg, rgba(215, 149, 35, 1), rgba(255, 249, 183, 1) 49%, rgba(215, 149, 35, 1))1;
}
#Custom-change-image .thumb_img_inr{
	list-style:none;
	padding:0 15px!important;
	display:flex;
	flex-wrap: wrap;
}
#Custom-change-image .thumb_img_inr li {
	width: calc((100% / 2) - 0.4em);
	margin: 0.2em;
	cursor:pointer;
	transition:0.3s;
}
#Custom-change-image .thumb_img_inr li:hover{
	filter: brightness(100%);
}
#Custom-change-image .thumb_img_inr li img.active2{
	filter: initial;
}
#Custom-change-image .thumb_img_inr li img {
	width: 100%;
	margin: 0 0 auto;
}



/* -プロフィール- */
#Custom-cast #Cast-profile{
	color:#fff;
} 
#Cast-profile{
	background: rgba(0,0,0,0.7);
	padding: 5em 1em;
}
#Cast-profile table{
	width:100%;
	max-width:800px;
	margin:auto;
	
	display: flex;
	justify-content: center;
}
#Cast-profile table tbody{
	width: 100%;
}
#Cast-profile table tr{
	width: 100%;
	display: flex;
	margin-bottom: 0.5em;
}
#Cast-profile table th{
	width:25%;
	padding:0.8em 0;
	background: #FF5C8A;
	border-radius: 5px;
	letter-spacing: 0.05em;
}
#Cast-profile table td{
	padding:0.8em 0 0.8em 1em;
	width:85%;
}


/* -ひとことコメント- */
#Cast-message{
	color: #000;
	margin: 2em auto 5em;
	padding: 2em 0.5em 2em;
	text-align: center;
	border-radius: 20px;
	width: 95%;
	background: #c2a96b;
	box-shadow: 2px 2px 20px 0px #eee inset;
}
#Cast-message .C-hitokoto{
	font-size:1.5em;
}


/* *** */
@media screen and (max-width: 834px){
	#Custom-change-image #featured_img{
		width: 90%;
		max-width:500px;
		margin: 0 auto 1em;
	}
	#Custom-change-image .thumb_img_inr li {
		width: calc((100% / 4) - 0.4em);
	}
	
	#Cast-profile{
		padding:1.5em 1em;
	}
}