body {
	color: #fff;
	font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
	font-weight: 100;
	margin: 0;
	padding: 0;
}

a,
a:active,
a:visited {
	color: #fff;
	text-decoration: none; 
	transition : all 0.65s ease 0s;
}

a:hover {
	color: #ffb6c1;
	text-decoration: none;
}

p, span {
	font-size: 1.25em;
	letter-spacing: 0.2px;
}

li {
	list-style-type: none;
}

ruby {
	font-family: Arial;
	ruby-align: center;
}

.wapper {
	overflow: hidden;
}

/* index.php　共通
 =============================== */

.title_r {
	padding: 43.5px 0 20px 0;
	text-align: right;
}

.title_r h2 {
	font-size: 1.25em;
	font-weight: 100;
	position: relative;
	display: inline-block;
	padding: 0 130px;
}

.title_r h2::after {
	background-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 125px;
	height: 1px;
}

.title_r h2::before {
	left: 0;
}

.title_l {
	padding: 43.5px 0 20px 0;
}
.title_l h2 {
	font-size: 1em;
	font-weight: 100;
	position: relative;
	display: inline-block;
	padding: 0 130px;
}

.title_l h2::before {
	background-color: #fff;
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 125px;
	height: 1px;
}

.title_l h2::before {
	left: 0;
}

.title_r img {
	margin-right: 0;
	padding-right: 0;
}

.title_l img {
	margin-left: 0;
	padding-left: 0;
}

/* Floating Menu
 =============================== */
#floating_menu {
  position:fixed;
  top:0;
  left:0;
  z-index:1;
  width:100%;
	background: #fff;
}

.nav {
	background: rgb(255,255,255,0);
}

.navbar-toggler {
	border-color: #fff;
	background: #fff;
}

.navbar-toggler .navbar-toggler-icon {
	position: left;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav {
	background: #fff;
	color: #000;
	width: auto;
	padding: 10px;
	text-align: center;
}

.navbar-nav li {
	padding: 5px 5px 5px 10px;
}

.navbar-nav a,
.navbar-nav a:active,
.navbar-nav a:visited {
	color: #000;
}

.navbar-nav a:hover {
	color: #ffb6c1;
	text-decoration: none;
}

@media(max-width: 767px) {
	#floating_menu {
		display: none;
	}
}

/* main_visual メインビジュアル
 =============================== */
#main_visual {
	background: #fa4678;
	position: relative;
  z-index:2;
}

#main_visual .menu {
	margin-top: 270px;
	margin-bottom: 50px;
}

#main_visual .menu ul {
	padding-left: 0;
	color: #cc365f;
}

#main_visual .sns li {
	display: block;
	float: left;
}

#main_visual .sns li:last-child {
	margin-left: 10px;
}

#main_visual .parallax {
	width: 50%;
	height: 10vh;
	height: 15vh;
}

#main_visual .parallax .top_catch {
	position: absolute;
	top: 0;
	bottom: 20%;
	right: -85%;
	left: 0;
	margin: auto;
}

#main_visual .parallax .top_info {
	position: absolute;
	top: 0;
	bottom: -70%;
	right: 0;
	left: 80%;
	bottom: -60%;
	left: 83%;
	margin: auto;
}

#main_visual .parallax .top_img {
	position: absolute;
	top: 62px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#main_visual .parallax .logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media (max-width: 991px) {
	#main_visual .menu {
		margin-top: 200px;
		margin-left: -55px;
	}

	#main_visual .parallax .top_catch {
		right: -95%;
	}

	#main_visual .parallax .top_info {
		left: 90%;
		left: 87%;
	}

	#main_visual .parallax .top_img {
		top: 50px;
		width: 75%;
	}

	#main_visual .parallax .logo {
		width: 50%;
	}
}

@media (max-width: 849px) {
	#main_visual .menu {
		margin-top: 200px;
		margin-left: -30px;
	}
		
	#main_visual .parallax {
		width: 50%;
		height: 10vh;
	}

	#main_visual .parallax .top_catch {
		right: -95%;
	}

	#main_visual .parallax .top_info {
		left: 90%;
		left: 85%;
	}

	#main_visual .parallax .top_img {
		top: 40px;
		width: 70%;
		left: 10%;
	}

	#main_visual .parallax .logo {
		width: 50%;
	}
}

@media (max-width: 819px) {
	#main_visual .parallax .top_info {
		width: 120px;
	}
}

/* top_pj
 =============================== */
#top_pj {
	background: #000;
	margin: 0;
	padding-top: 50px;
	padding-bottom: 0;
}

/* top_news　News
 =============================== */
#top_news {
	background: #000;
	padding-top: 25px;
	padding-bottom: 25px;
}

#top_news a,
#top_news a:active,
#top_news a:visited {
	color: #000;
	text-decoration: none; 
	transition : all 0.65s ease 0s;
}

#top_news a:hover {
	color: #ffb6c1;
	text-decoration: none;
}

#top_news h2 {
	color: #fff;
	margin-bottom: 20px;
}	

#top_news h2::before {
	background-color: #fff;
}

#top_news .news_row {
	margin-bottom: 13px;	
}

#top_news .news_data {
	background: #fa4678;
	color: #fff;
	padding: 5px 20px 5px 30px;
}

#top_news .news_title {
	background: #fff;
	color: #000;
	padding: 5px 20px 5px 30px;
}

#top_news .news_title p {
	word-break: break-all;
}

#top_news .news_icon {
	background: #fa4678;
	color: #fff;
	padding: 5px 25px 5px 25px;
	line-height: 1.2;
	font-size: 1.3em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#top_news .news_data:hover,
#top_news .news_title:hover,
#top_news .news_icon:hover {;
	color: rgba(255,182,193,0.9);

}

/* top_twitter　Twitter
 =============================== */
#top_twitter {
	background: #fafafa;
	padding-bottom: 50px;
}

#top_twitter h2 {
	color: #000;
	margin-bottom: 41px;
}

#top_twitter h2::before {
	background-color: #000;
}



/* top_youtube　YouTube
 =============================== */
#top_youtube {
	background: #000;
	padding: 0;
}

#top_youtube .col-md-12 {
	text-align: center;
}


/* top_onair　ON AIR
 =============================== */
#top_onair {
	background: #fa4678;
	padding-top: 10px;
	padding-bottom: 40px;
}

#top_onair .col-md-8 {
	padding-top: 10px;
}

#top_onair .col-md-8 p {
	padding-top: 20px;
}

#top_onair span {
	font-weight: 700;
	font-size: 0.92em;
}

/* top_introduction　INTRODUCTION
 =============================== */
#top_introduction {
	background: #000;
	background-image: url("../../img/bg_s_introduction-181228.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

#top_introduction h2 {
	color: #fff;
	margin-bottom: 41px;
}

#top_introduction h2::before {
	background-color: #fff;
}

#top_introduction .block {
	margin-top: 50px;
}

#top_introduction .block p {
	font-weight: 100;
	line-height: 2;
}

/* top_story STORY
 =============================== */
#top_story {
	background: #f3eee8;
	background-image: url("../../img/bg_story_20190503.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

@media (max-width: 1200px) {
	#top_story {
		background: #f3eee8;
		background-image: url("../../img/bg_s_story_20190503.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100%;
	}
}

#top_story h2 {
	color: #fa4678;
}

#top_story h2::after {
	background-color: #fa4678;
}

#top_story .block {
	margin-top: 190px;
	margin-bottom: 150px;
	margin-left: 20px;
	padding-left: 0;
/*	margin-bottom: 250px; */
}

#top_story .block ul {
	padding: 0;
	background: blue;
}

#top_story .block li {
	flex: 1;
	display: flex;
	background: #fa4678;
	width: 100%;
	line-height: 50px;
	padding-left: 15px;
	margin: 15px 0;
	font-size: 1.1rem;
	text-align: left;
	transition: background 0.5s ease;
}

@media (max-width: 991px) {
	#top_story .col-sm-10 {
		padding: 0;
	}
	
	#top_story .block {
		padding-left: 0;
		margin: 190px 0 150px 10px;
	}
}


@media (max-width: 840px) {
	#top_story .block {
		margin-top: 190px;
		margin-bottom: 100px;
	}
}


#top_story li:hover {
	background: #ffb6c1;
}

#top_story a {
	flex: 1;
	justify-content: center;
	color: #fff;
}

#top_story li:hover {
	background: #ffb6c1;
}




/* top_character CHARACTER
 =============================== */
#top_character {
	background: #fa4678;
	padding-bottom: 50px;
}

#top_character h2 {
	color: #fff;
	margin-top: 35.5px;
	margin-bottom: 34px;
}

#top_character h2::before {
	background-color: #fff;
}

#top_character .container {
	text-align: center;
}

#top_character .col-md-4 {
	padding-bottom: 20px;
}

#top_character p {
	font-size: 1rem;
	padding-top: 30px;
}

#top_character img {
	width: 100%;
}
  
#top_character .col-md-4 {
	margin: auto;
}

#top_character .zoom_slide{
	width: 300px;
	height: 300px;
	z-index: 0;
	margin: 0;
}

#top_character .zoom_slide .img {
	width: 300px;
	height: 300px;
	position: absolute;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	z-index: 0;
	ebkit-backface-visibility: hidden;
	-webkit-animation: imgZoom 1s linear 0s;
	-moz-animation: imgZoom 1s linear 0s;
	-o-animation: imgZoom 1s linear 0s;
	-ms-animation: imgZoom 1s linear 0s;
	animation: imgZoom 1s linear 0s;
	animation-fill-mode: forwards;
}
 
@keyframes imgZoom { 
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	50% {
		opacity: 1;
		transform: scale(0.95);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

#top_character .row_br {
	padding-top: 60px;
}

/* top_staff STAFF & CAST
 =============================== */
/*
#top_staff {
	background-color: #eae6e3;
	background-image: url("../../img/bg_s_staffcast-min.png");
	background-image: url("../../img/bg_s_staffcast-800.jpg");
	background-repeat: no-repeat;
	background-position: -50px 0;
	background-size: contain;
	padding-bottom: 50px;
}
*/
#top_staff {
	background: #eae6e3;
	background-image: url("../../img/bg_s_staffcast-min.png");
	background-repeat: no-repeat,no-repeat;
	background-position: top left bottom center;
	background-attachment: fixed;
}

#top_staff h3 {
	text-align: center;
	font-size: 1.3rem;
	color: #fa4678;	
}

#top_staff .staff {
	padding-bottom: 20px;
}

#top_staff .cast {
	padding-top: 80px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	#top_staff {
		background-size: 60%;
	}
}

#top_staff h2 {
	color: #fa4678;
	margin-bottom: 39px;
}

#top_staff h2::after {
	background-color: #fa4678;
}

#top_staff .block {
	background: rgba(255,255,255,0.4);
	padding: 50px 0;
}

#top_staff .block .item {
	text-align: center;
	margin-bottom: 20px;
}

#top_staff .block .item span {
	color: #000;
	font-size: 0.85rem;
	margin: 0;
	padding: 0;
}

#top_staff .block .item p {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	margin: 3px 0;
}

#top_staff .block .item .comment {
	background: #fa4678;
	color: #fff;
	font-weight: 100;
	padding: 4px 12px;
	margin:15px 0;
}

#top_staff .block_br {
	padding-top: 40px;
}

/* top_product PRODUCTS
 =============================== */
#top_product {
	background: #000;
	background-image: url("../../img/bg_products_20190503.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

#top_product h2 {
	margin-top: 12.5px;
	color: #fa4678;
}

#top_product h2::before {
	background-color: #fa4678;
}

#top_product .block {
	padding: 50px 0;
	margin-bottom: 50px;
}

#top_product .block ul {
	padding: 0;
}

#top_product .block li {
	flex: 1;
	display: flex;
	background: #000;
	border: solid 2px #fa4678;
  line-height: 40px;
	width: 300px;
	margin: 10px 0 19px 250px;
	font-size: 1rem;
	font-weight: bold;
	color: #fa4678;
	text-align: center;
	transition: background 0.5s ease;
}

#top_product li:hover {
	background: #ffb6c1;
}

#top_product .block li a {
	flex: 1;
	justify-content: center;
	color: #fff;
}


/* footer
 =============================== */
#footer {
	background-image: url("../../img/bg_s_footer-min.png");
	background-image: url("../../img/bg_footer_181228.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: left top;
	background-size: cover;
	color: #fff;
}

#footer .sns {
	margin-top: 30px;
	margin-left: 0;
}

#footer ul .sns {
	margin: 0;
	padding: 0;
}

#footer ul .sns li {
	display: block;
	float: left;
	padding-left: 0;
}

#footer ul .sns li:last-child {
	padding-left: 10px;
}

#footer .mf_sns {
	margin-left: 10px;
}

#footer .menu a,
#footer .menu a:active,
#footer .menu a:visited {
	color: #fff;
	text-decoration: none; 
	transition : all 0.65s ease 0s;
}

#footer .menu {
	margin-top: 100px;
	margin-bottom: 50px;
}

#footer .menu li {
	padding-left: 100px;
	padding-bottom: 15px;
	color: #000;
	color: #868686;
  text-shadow: 2px 3px 4px #999;
	font-weight: bold;
}

.copy {
	color: #fff;
  text-shadow: 2px 2px 3px #999;
	font-weight: bold;
	font-size: 0.9rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* sub_main
 =============================== */
#sub_main .menu {
	background: #fa4678;
	color: #fff;
}

#sub_main .main {
	background: #fff;
	color: #000;
}

#sub_main .title {
	background: red;	
}

#sub_main .content {
	background: blue;
	color: #000;
}


#sub_main .footer {
	background: #000;
	color: #fff;
}