@charset 'utf-8';

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;700&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 14px;
	font-family: 'Noto Sans JP','游ゴシック',YuGothic,'Hiragino Kaku Gothic ProN','メイリオ', Meiryo, sans-serif;
	line-height: 1.6;
}

a {
	color: #009ad4;
	text-decoration: none;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}


.fullimg {
	width: 100%;
	height: auto;
}

article {
	position: relative;
	overflow: hidden;
}

.contents_inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1110px;
}

.webfont {
	font-family: 'Raleway', sans-serif;
}

.effect {
	opacity: 1;
	-webkit-transition-delay: .3s;
	   -moz-transition-delay: .3s;
	     -o-transition-delay: .3s;
	        transition-delay: .3s;
	-webkit-transition-duration: .6s;
	   -moz-transition-duration: .6s;
	     -o-transition-duration: .6s;
	        transition-duration: .6s;
	-webkit-transition-property: all;
	   -moz-transition-property: all;
	     -o-transition-property: all;
	        transition-property: all;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.trigger {
	opacity: 0;
	-webkit-transform: translateY(50px);
	   -moz-transform: translateY(50px);
	    -ms-transform: translateY(50px);
	        transform: translateY(50px);
}

.boxlink {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}


@media all and (min-width: 769px) {
	.sponly {
		display: none;
	}

	/* @group header */

	header {
		text-align: center;
	}

	.header_inner {
		position: relative;
		padding: 28px 0;
	}

	.header_logo {
	}

	.header_logo img {
		width: 224px;
		height: auto;
	}

	.header_logo a:hover img {
		opacity: .7;
	}

	.page_header .header_logo {
		display: none;
	}

	.page_header .header_inner {
		padding: 0;
	}

	.header_menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		text-align: center;
	}

	.header_menu_inner {
		position: relative;
		margin: 50px auto 0;
		padding: 0 15px 0;
		max-width: 1110px;
		-webkit-transition: all .3s ease-in-out;
		   -moz-transition: all .3s ease-in-out;
		    -ms-transition: all .3s ease-in-out;
		     -o-transition: all .3s ease-in-out;
		        transition: all .3s ease-in-out;
	}

	.header_icon {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}

	.header_icon ul {
		display: flex;
	}

	.header_icon ul li {
		margin: 0 0 0 12px;
	}

	.header_icon ul li img {
	}

	.header_icon ul li a:hover img {
		opacity: .7;
	}

	.fixed_header .header_menu_inner {
		margin: 20px auto 0;
	}

	/* @end */

	/* @group sp_menu */

	#sp_menu {
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 10000;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		transition: all .4s;
	}
	.menu-trigger {
		position: relative;
		width: 35px;
		height: 14px;
		text-align: right;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 35px;
		height: 2px;
		background-color: #333;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 6px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 12px;
	}

	.is-open .menu-trigger {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		background: #fff;
		text-align: center;
	}


	.is-open .menu-trigger span:nth-of-type(1) {
		top: 19px;
		left: 7px;
		width: 26px;
		background: #009ad4;
		-webkit-transform: translateY(0px) rotate(-20deg);
		    -ms-transform: translateY(0px) rotate(-20deg);
		        transform: translateY(0px) rotate(-20deg);
	}

	.is-open .menu-trigger span:nth-of-type(2) {
		display: none;
	}

	.is-open .menu-trigger span:nth-of-type(3) {
		top: 19px;
		left: 7px;
		width: 26px;
		background: #009ad4;
		-webkit-transform: translateY(0px) rotate(20deg);
		    -ms-transform: translateY(0px) rotate(20deg);
		        transform: translateY(0px) rotate(20deg);
	}

	/* @end */

	/* @group nav */

	nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10005;
		display: none;
		width: 100%;
		height: 100vh;
	}

	.nav_inner {
		position: relative;
		width: 100%;
		height: 100vh;
		background:    -moz-linear-gradient(45deg, rgba(0,136,211,.9), rgba(0,174,203,.9));
		background: -webkit-linear-gradient(45deg, rgba(0,136,211,.9), rgba(0,174,203,.9));
		background:         linear-gradient(45deg, rgba(0,136,211,.9), rgba(0,174,203,.9));
	}

	.nav_container {
	}

	.nav_close {
		position: absolute;
		top: 50px;
		left: 0;
		z-index: 10010;
	}

	.nav_icon {
		position: absolute;
		top: 50px;
		right: 0;
		z-index: 10;
	}

	nav.fixed_header .nav_close {
		top: 20px;
	}

	nav.fixed_header .nav_icon {
		top: 20px;
	}

	.nav_icon ul {
		display: flex;
	}

	.nav_icon ul li {
		margin: 0 5px 0 13px;
	}

	.nav_icon ul li img {
	}

	.nav_link {
		display: flex;
		height: 100vh;
		text-align: center;

		align-items: center;
		justify-content: center;
	}

	.nav_link_inner {
		max-width: 800px;
		text-align: left;
	}


	.nav_link h4 {
		margin: 20px 0 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(255,255,255,.3);
		color: #fff;
		letter-spacing: 3px;
		font-weight: normal;
		font-size: 22px;
	}

	.nav_link h4 a {
		color: #fff;
	}

	.nav_link_inner ul {
		display: flex;

		flex-wrap: wrap;
	}

	.nav_link ul li {
		width: 50%;
	}

	.nav_link ul li a {
		display: block;
		padding: 7px 0;
		color: #fff;
		letter-spacing: 3px;
		font-weight: 400;
		font-size: 18px;
	}

	/* @end */




	/* @group index */

	.index_mv {
		height: 560px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/3772bd65b63760d4aa27b736ef677.jpg') no-repeat top center;
		background-size: auto 100%;
	}

	.index_feature {
		padding: 50px 0;
		background: #f0f1f5;
	}

	.index_feature_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_feature_box {
		margin: 10px 0 0 10px;
		padding: 0 15px;
	}

	.index_feature_box img {
		width: 100%;
		height: auto;
		border-radius: 10px;
		transform: translate(-10px,-10px);
	}

	.index_feature_box a {
		position: relative;
		display: block;
		border-radius: 10px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue.png') ;
		background-size: 9px 9px;
	}

	.index_feature .slick-prev {
		position: absolute;
		top: 50%;
		left: -40px;
		z-index: 10;
		overflow: hidden;
		margin-top: -20px;
		width: 25px;
		height: 39px;
		outline: none;
		border: 0;
		-webkit-border-radius: 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_arrow.svg') no-repeat;
		text-indent: -9999px;
		cursor: pointer;
		-webkit-appearance: none;
	}

	.index_feature .slick-next {
		position: absolute;
		top: 50%;
		right: -40px;
		z-index: 10;
		overflow: hidden;
		margin-top: -20px;
		width: 25px;
		height: 39px;
		outline: none;
		border: 0;
		-webkit-border-radius: 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_arrow.svg') no-repeat;
		text-indent: -9999px;
		cursor: pointer;
		-webkit-appearance: none;
		transform: rotate(180deg);
	}

	.index_schedule {
		padding: 30px 0 150px;
		background:    -moz-linear-gradient(top, #f0f1f5, #fff);
		background: -webkit-linear-gradient(top, #f0f1f5, #fff);
		background:         linear-gradient(to bottom, #f0f1f5, #fff);
		text-align: center;
	}

	.index_schedule_inner {
		position: relative;
		margin: 0 auto;
		padding: 10px 30px;
		max-width: 1120px;
		border-radius: 50px;
		background: #fff;
	}

	.index_schedule_box {
		display: flex;

		align-items: center;
	}

	.index_schedule_box h2 {
		margin-right: 30px;
		color: #009ad4;
		font-weight: normal;
		font-size: 21px;
	}

	.index_schedule_label {
		margin-right: 15px;
	}

	.index_schedule_label span {
		display: inline-block;
		padding: 0 10px;
		border: 2px solid #f69100;
		border-radius: 20px;
		color: #f69100;
		font-size: 12px;
	}

	.index_schedule_title a {
		color: #6c6c6c;
		font-size: 16px;
	}

	.index_schedule_more {
		position: absolute;
		top: 50%;
		right: 15px;
		z-index: 1;
		margin-top: -18px;
	}

	.index_topics {
		padding: 80px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
	}

	.index_topics_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_topics_inner h2 {
		position: absolute;
		top: -140px;
		left: -50px;
		z-index: 0;
		color: #009ad4;
		letter-spacing: 30px;
		font-weight: 100;
		font-size: 100px;
		line-height: 1;
		opacity: .4;
	}

	.index_topics_container {
		display: flex;

		justify-content: space-between;
	}

	.index_topics_box {
		padding: 0;
		width: 30%;
	}

	.index_topics_box_inner:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 20px;
		height: 100%;
		background: url('https://nananiji.zzzhxxx.top/assets/home/topics_frame.svg') no-repeat;
		background-size: auto 100%;
		content: '';
	}

	.index_topics_box_inner:after {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 20px;
		height: 100%;
		background: url('https://nananiji.zzzhxxx.top/assets/home/topics_frame.svg') no-repeat;
		background-size: auto 100%;
		content: '';
		transform: rotate(180deg);
	}

	.index_topics_box_inner {
		position: relative;
		display: flex;
		padding: 17px 20px;
		border-radius: 10px;
		background: #fff;

		align-items: center;
	}

	.index_topics_icon {
		margin-right: 20px;
	}

	.index_topics_text {
		color: #009ad4;
	}

	.index_topics_text a {
		color: #009ad4;
		line-height: 1.8;
	}

	.index_topics_date {
		letter-spacing: 1px;
		font-size: 10px;
	}

	.index_news {
		padding: 80px 0;
	}

	.index_news_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_news_title {
		display: flex;

		align-items: baseline;
	}

	.index_news_title h2 {
		margin-left: 10%;
		color: #009ad4;
		letter-spacing: 30px;
		font-weight: 100;
		font-size: 100px;
		line-height: 1;
		opacity: .4;
	}


	.index_news_title .viewmore {
		transform: translateY(-13px);
	}

	.viewmore a {
		display: block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 12px;
	}

	.viewmore a:hover {
		padding: 10px 0 0 25px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 145px auto;
		color: #fff;
	}

	.index_news_container {
		margin: 50px 0 0 20%;
	}

	.index_news_box {
		display: flex;
		margin-bottom: 20px;
	}

	.index_news_date {
		margin-right: 1em;
		font-size: 15px;
	}

	.index_news_name {
		font-size: 16px;
	}

	.index_news_fc .index_news_title h2 {
		margin-left: 16%;
	}

	.index_news_fc .index_news_container {
		margin-left: 30%;
	}

	.index_movie {
		padding: 80px 0;
	}

	.index_movie_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_movie_headtitle {
		position: relative;
	}

	.index_movie_headtitle h2 {
		color: #009ad4;
		letter-spacing: 30px;
		font-weight: 100;
		font-size: 100px;
		line-height: 1;
		opacity: .4;
	}

	.index_movie_youtube {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	.index_movie_youtube a {
		position: relative;
		display: inline-block;
		padding: 12px 30px 30px 90px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_youtube_movie.svg') no-repeat 15px 0;
		background-size: 55px auto;
		letter-spacing: 2px;
		font-weight: 700;
		font-size: 14px;
	}

	.index_movie_youtube a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 2px;
		background: #009ad4;
		content: '';
	}

	.index_movie_container {
		margin: 50px 0 0 0;
	}

	.index_movie_box {
		padding: 0 20px;
		width: 560px;
	}

	.index_movie_thumb img {
		margin-bottom: 10px;
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.index_movie_title {
		padding: 10px;
		font-size: 18px;
	}

	.index_movie_title .new {
		display: inline-block;
		margin-right: 1em;
		padding: 3px 15px;
		background: #fe7173;
		color: #fff;
		letter-spacing: 2px;
		font-weight: 700;
		font-size: 14px;
	}

	.index_discography {
		padding: 80px 0;
	}

	.index_discography_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_discography_title h2 {
		color: #009ad4;
		letter-spacing: 20px;
		font-weight: 100;
		font-size: 100px;
		line-height: 1;
		opacity: .4;
	}

	.index_discography_container {
		display: flex;
		margin: 50px 5% 0;

		justify-content: space-between;
	}

	.index_discography_box {
		width: 23%;
	}

	.index_movie_thumb img {
		width: 100%;
		height: auto;
	}

	.index_discography_box:last-child {
		display: flex;
		border: 1px solid #d4f0fe;

		justify-content: center;
		align-items: center;
	}

	.index_event {
		padding: 80px 0;
	}

	.index_event_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_event_title h2 {
		color: #009ad4;
		letter-spacing: 20px;
		font-weight: 100;
		font-size: 100px;
		line-height: 1;
		opacity: .4;
	}

	.index_event_container {
		margin: 0 5%;
	}

	.index_event_box {
		position: relative;
		display: flex;
		margin: 50px 0 0;
		padding: 30px 50px;
		border: 4px solid #80d6e8;
		border-radius: 10px;
		background: #fff;
	}

	.index_event_box:before {
		position: absolute;
		top: -4px;
		left: 2%;
		width: 96%;
		height: 4px;
		background: #fff;
		content: '';
	}

	.index_event_box:after {
		position: absolute;
		bottom: -4px;
		left: 2%;
		width: 96%;
		height: 4px;
		background: #fff;
		content: '';
	}

	.index_event_thumb {
		margin-right: 30px;
		width: 250px;
	}

	.index_event_thumb img {
		max-width: 100%;
		height: auto;
	}

	.index_event_textarea {
		display: flex;

		align-items: center;
	}

	.index_event_textarea_inner {
		width: 100%;
	}

	.index_event_name {
		font-size: 24px;
	}

	.index_event_name a {
		color: #009ad4;
	}

	.index_event_date {
		display: flex;
		color: #363636;
	}

	.index_event_date_next {
		padding-right: 60px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_next.svg') no-repeat 90px 12px;
		background-size: 17px auto;
		letter-spacing: 3px;
		font-size: 24px;
	}

	.index_event_date_detail {
		font-size: 24px;
	}

	.index_event_date_detail .small {
		font-size: 19px;
	}

	.index_event_viewmore {
		display: flex;

		justify-content: flex-end;
	}


	.index_twitter {
		padding: 80px 0;
	}

	.index_twitter_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_twitter h2 {
		color: #009ad4;
		letter-spacing: 20px;
		font-weight: 100;
		font-size: 100px;
		line-height: 1;
		opacity: .4;
	}

	.index_twitter_container {
		display: flex;
		margin: 50px 10% 0;

		justify-content: space-between;
	}

	.index_twitter_box {
		width: 45%;
	}

	.index_twitter_box2 {
		width: 10%;
		text-align: center;
	}

	.index_twitter_box h3 {
		margin: 20px 0;
		color: #009ad4;
		text-align: center;
		letter-spacing: 5px;
		font-weight: 400;
		font-size: 28px;
		line-height: 1;
	}

	/* @end */

	/* @group page */

	.page_title {
		margin: 0 0 0;
		padding: 50px 0;
		text-align: center;
	}

	.page_title h1 {
		margin-bottom: 20px;
		color: #009ad4;
		letter-spacing: 10px;
		font-weight: 100;
		font-size: 45px;
		line-height: 1;
	}

	.page_title h2 {
		color: #009ad4;
		font-weight: normal;
		font-size: 16px;
	}

	.about_main {
		padding: 60px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
	}

	.about_main_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1120px;
	}

	.about_main_inner img {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.about_history {
		padding: 80px 0;
		text-align: center;
	}

	.about_history_inner {
		margin: 0 auto;
		max-width: 1040px;
	}

	.about_history_description {
		padding-bottom: 100px;
		text-align: center;
		font-size: 16px;
		line-height: 1.8;
	}

	.about_history_container {
	}

	.about_history_year {
		position: relative;
	}

	.about_history_year:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.about_history_year:last-child::after {
		position: absolute;
		bottom: -15px;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.about_history_num {
		position: absolute;
		top: 25px;
		left: 0;
		z-index: 1;
		padding: 12px 0 0;
		width: 150px;
		height: calc(100% - 40px);
		background: rgba(218,245,255,.7);
		color: #009ad4;
		font-size: 32px;
	}

	.about_history_text {
		margin-left: 180px;
	}

	.about_history_box {
		display: flex;
		padding: 25px 0;
		border-bottom: 2px solid #c7edf5;

		align-items: center;
	}

	.about_history_box:last-child {
		border-bottom: 0;
	}

	.about_history_date {
		margin-right: 10px;
		padding-left: 20px;
		width: 220px;
		color: #009ad4;
		text-align: left;
		font-size: 20px;
	}

	.about_history_detail {
		text-align: left;
		font-size: 16px;
		line-height: 2;
	}

	.about_history_producer {
		margin: 120px 0 0;
	}

	.about_history_producer .viewmore {
		display: inline-block;
		text-align: center;
	}

	.about_history_producer .viewmore a {
		padding: 8px 0 0 30px;
		text-align: left;
		font-size: 12px;
	}

	.news_container {
	}

	.news_inner {
		margin: 0 auto;
		max-width: 1040px;
	}

	.news_box {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.news_box:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.news_box_head {
		display: flex;
		margin-bottom: 30px;

		align-items: center;
	}

	.news_box_date {
		width: 150px;
		text-align: center;
	}

	.news_box_title h3 {
		font-weight: normal;
	}

	.news_box_title a {
		color: #009ad4;
		font-size: 20px;
	}

	.news_box_body {
		position: relative;
		display: flex;
	}

	.news_box_icon {
		width: 150px;
		text-align: center;
	}

	.news_box_description {
		padding-right: 200px;
		width: calc(100% - 150px);
		line-height: 2;
	}

	.news_box_body .viewmore {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	.news_more {
		padding: 80px 0 60px;
		text-align: center;
	}

	.news_more a {
		display: inline-block;
		padding: 0 0 45px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/news_more.svg') no-repeat bottom center;
		background-size: 36px auto;
		color: #009ad4;
	}

	.news_producer {
		margin: 30px 0 80px;
		text-align: center;
	}

	.news_producer .viewmore {
		display: inline-block;
		text-align: center;
	}

	.news_producer .viewmore a {
		padding: 8px 0 0 30px;
		text-align: left;
		font-size: 12px;
	}

	#infoDetailTitle {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	#infoDetailTitle #infoCaption {
		margin-bottom: 5px;
		color: #009ad4;
		font-size: 24px;
	}

	#infoDetailTitle .infoDate {
		font-size: 13px;
	}

	#infoDetailTitle:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	#infoDetailArea .socialArea {
		display: flex;
		margin: 80px 0 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e9e9e9;
	}

	#infoFoot:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ' ';
		font-size: 0;
	}

	#infoFoot #infoNext {
		float: right;
	}

	#infoFoot #infoPrev {
		float: left;
	}

	.socialList {
		margin-right: 10px;
	}


	#infoDetailArea #recentInfo {
		margin: 50px 0 0;
	}

	#infoDetailArea #recentInfo #recentInfoBody #recentInfoList {
		margin: 20px 0 0;
	}

	#infoDetailArea #recentInfo #recentInfoBody li {
		padding: 15px 0;
		border-top: 1px solid #e6e6e6;
	}

	#infoDetailArea #recentInfo #recentInfoBody .infoTitle {
		margin-bottom: 5px;
		color: #008cd5;
		font-weight: normal;
		font-size: 16px;
	}

	#infoDetailArea #recentInfo #recentInfoBody .infoDate {
		color: #666;
		font-size: 14px;
	}

	#infoDetailArea #recentInfo #recentInfoBody .listArrow {
		display: none;
	}


	.tabs_container {
		text-align: center;
	}

	.tabs_container .tabs_list {
		display: flex;

		justify-content: center;
	}

	.tabs_container .tabs_list_box {
		position: relative;
		margin: 0 2px;
		width: 104px;
	}

	.tabs_container .tabs_list_link {
		position: relative;
		display: block;
		padding: 0 0 15px 0;
		color: #009ad4;
		text-align: center;
	}

	.tabs_container .tabs_list_link:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 104px;
		height: 8px;
		background: #c2ebf4;
		content: '';
	}

	.tabs_container a.tabs_list_link.active:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 104px;
		height: 8px;
		background: #009ad4;
		content: '';
	}

	ul.mediaSortList {
		position: absolute;
		top: 37px;
		left: 0;
		z-index: 100;
		display: block;
		display: none;
		padding-top: 10px;
		width: 100%;
		border-bottom: 1px solid #cbcbcb;
	}

	.mediaSortList_year {
		position: relative;
		z-index: 0;
		display: block;
		margin: 0;
		width: auto;
	}

	.mediaSortList_year a {
		display: block;
		padding: 5px 10px;
		border: 1px solid #cbcbcb;
		border-bottom: 0;
		background: #fff;
	}

	.mediaSortList_year a:hover {
		background: #c2ebf4;
		color: #333;
	}

	.mediaSortList_year li {
		position: relative;
		z-index: 0;
	}

	.mediaSortList_year ul {
		position: absolute;
		top: 0;
		left: calc(100%);
		z-index: 210;
		display: none;
		padding-left: 10px;
		width: 100%;
	}

	.mediaSortList_year ul li {
		display: block;
		margin: 0;
		width: auto;
	}

	.mediaSortList_year ul li:last-child {
		border-bottom: 1px solid #cbcbcb;
	}

	.discography_container {
		margin: 100px 0 0;
	}

	.discography_inner {
		display: flex;
		margin: 0 auto;
		max-width: 1040px;

		flex-wrap: wrap;
	}

	.discography_box {
		position: relative;
		margin-bottom: 60px;
		padding: 0 30px;
		width: 33.33%;
	}

	.discography_box:nth-child(1)::before,
	.discography_box:nth-child(3n+1)::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 10px;
		height: 100%;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_vertical.png') repeat-y;
		background-size: 10px auto;
		content: '';
	}

	.discography_box:after {
		position: absolute;
		top: 0;
		right: -5px;
		z-index: 1;
		width: 10px;
		height: 100%;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_vertical.png') repeat-y;
		background-size: 10px auto;
		content: '';
	}

	.discography_thumb {
		margin-bottom: 20px;
	}

	.discography_thumb img {
		width: 100%;
		height: auto;
	}

	.discography_label {
		text-align: right;
	}

	.discography_label span {
		display: inline-block;
		padding: 3px 10px;
		background: #009ad4;
		color: #fff;
	}

	.discography_title {
		margin-bottom: 15px;
	}

	.discography_title a {
		color: #009ad4;
		font-size: 16px;
	}

	.discography_text {
		margin-bottom: 15px;
		color: #666;
		font-size: 12px;
		line-height: 1.8;
	}

	.discography_textother {
		margin-bottom: 15px;
		font-size: 14px;
	}

	.media_container {
		margin: 100px 0 0;
	}

	.media_inner {
		margin: 0 auto;
		max-width: 1040px;
	}

	.media_box {
		position: relative;
		display: flex;
		padding: 27px 0 35px;

		justify-content: space-between;
	}

	.media_box:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.media_date {
		margin-right: 30px;
		padding: 30px;
		width: 213px;
		background: rgba(218,245,255,.7);
		color: #009ad4;
		line-height: 1;
	}

	.media_category {
		margin-right: 30px;
		width: 85px;
		text-align: center;
	}

	.media_category span {
		display: block;
		padding: 5px 10px 2px;
		background: #009ad4;
		color: #fff;
		font-size: 12px;
	}

	.media_contents {
		width: calc(100% - 358px);
	}

	.media_date_year {
		font-size: 20px;
	}

	.media_date_day {
		position: relative;
		display: inline-block;
		padding-right: 35px;
		font-weight: 400;
		font-size: 44px;
	}

	.media_date_day span {
		position: absolute;
		top: 50%;
		right: 0;
		display: flex;
		margin-top: -13px;
		width: 27px;
		height: 27px;
		border-radius: 30px;
		background: #009ad4;
		color: #fff;
		text-align: center;
		font-size: 14px;
		line-height: 1;

		align-items: center;
		justify-content: center;
	}

	.media_detail {
	}

	.media_detail:nth-child(n+2) {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #cbcbcb;
	}

	.media_title {
		margin-bottom: 20px;
	}

	.media_title a {
		color: #009ad4;
		font-size: 18px;
	}

	.media_text {
		line-height: 2;
	}

	.tv_main {
		padding: 60px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
	}

	.tv_main_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1120px;
	}

	.tv_main_inner img {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.tv_live {
		margin: 100px 0 0;
	}

	.tv_live_inner {
		margin: 0 auto;
		max-width: 900px;
	}

	.tv_live_box {
		display: flex;
		padding: 20px;
		border-bottom: 2px solid #c7edf5;

		justify-content: space-between;
	}

	.tv_live_name {
		width: 35%;
		color: #009ad4;
		font-size: 20px;
	}

	.tv_live_name span {
		font-size: 14px;
	}


	.tv_live_week {
		width: 35%;
		font-size: 16px;
	}

	.tv_live_week span {
		font-size: 12px;
	}

	.tv_live_link {
		width: 30%;
	}

	.tv_live_link a {
		position: relative;
		display: inline-block;
		padding: 5px 40px 5px 20px;
		border-radius: 50px;
		background: #daf5ff;
		color: #009ad4;
		font-size: 14px;
	}

	.tv_live_link a:after {
		position: absolute;
		top: 50%;
		right: 15px;
		z-index: 1;
		margin-top: -7px;
		width: 17px;
		height: 14px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/tv_live_arrow.svg') no-repeat;
		content: '';
	}

	.tv_live_more {
		margin: 80px 0;
		text-align: center;
	}

	.tv_live_more .viewmore {
		display: inline-block;
	}

	.tv_live_more .viewmore a {
		padding: 10px 15px 0 0;
	}

	.tv_next {
		margin-bottom: 60px;
		padding: 60px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue2.png') ;
		background-size: 8px 8px;
	}

	.tv_next_inner {
		display: flex;
		margin: 0 auto;
		max-width: 1120px;

		justify-content: space-between;
	}

	.tv_next_title {
		display: flex;
		width: 49%;
		background: #80d6e8;

		align-items: center;
		justify-content: center;
	}

	.tv_next_box {
		padding: 30px;
		width: 49%;
		background: #fff;
	}

	.tv_next_box h3 {
		margin-bottom: 20px;
		color: #009ad4;
		font-weight: normal;
		font-size: 24px;
	}

	.tv_next_box p {
		line-height: 2;
	}

	.tv_history {
		padding: 60px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_green.png') ;
		background-size: 8px 8px;
	}

	.tv_history_inner {
		display: flex;
		margin: 0 auto;
		max-width: 1120px;

		justify-content: space-between;
		flex-wrap: wrap;
	}

	.tv_history_title {
		display: flex;
		margin-bottom: 30px;
		width: 49%;
		background: #b4dd5f;

		align-items: center;
		justify-content: center;
	}

	.tv_history_box {
		margin-bottom: 30px;
		padding: 30px;
		width: 49%;
		background: #fff;
	}

	.tv_history_box h3 {
		margin-bottom: 20px;
		color: #8dc556;
		font-weight: normal;
		font-size: 24px;
	}

	.tv_history_box p {
		line-height: 2;
	}

	.special_container {
	}

	.special_inner {
		display: flex;
		margin: 0 auto 80px;
		max-width: 1120px;

		justify-content: space-between;
		flex-wrap: wrap;
	}

	.special_detail_inner {
		margin: 0 auto 80px;
		max-width: 1120px;
	}

	.special_box {
		position: relative;
		margin-bottom: 30px;
		padding: 0 0 70px;
		width: 31%;
	}

	.special_box:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 10px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue2.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.special_thumb {
		margin-bottom: 30px;
	}

	.special_thumb img {
		width: 100%;
		height: auto;
		border: 1px solid #009ad4;
		border-radius: 10px;
	}

	.special_date {
		font-size: 18px;
	}

	.special_title a {
		color: #009ad4;
		font-size: 18px;
	}

	.mailmagazine_container {
		text-align: center;
	}

	.mailmagazine_inner {
		margin-bottom: 160px;
	}

	.mailmagazine_description {
		color: #009ad4;
		text-align: center;
		font-size: 18px;
	}

	.mailmagazine_regist {
		margin: 80px 0;
		text-align: center;
	}

	.mailmagazine_regist .viewmore {
		display: inline-block;
	}

	.mailmagazine_regist .viewmore a {
		padding: 16px 0 0 0;
		width: 217px;
		height: 58px;
		background-size: 217px auto;
		font-size: 18px;
	}

	.mailmagazine_link ul {
		display: flex;

		justify-content: center;
	}

	.mailmagazine_link ul li {
		margin: 0 20px;
	}

	.mailmagazine_link ul li a {
		display: inline-block;
		padding: 0 30px 0 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/tv_live_arrow.svg') no-repeat center right;
		background-size: 17px auto;
		color: #000;
		font-size: 16px;
	}

	.event {
		padding: 80px 0;
	}

	.event_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1040px;
	}

	.event_container {
	}

	.event_box {
		position: relative;
		display: flex;
		margin: 50px 0 0;
		padding: 50px 70px;
		border: 2px solid #80d6e8;
		border-radius: 10px;
		background: #fff;
	}

	.event_box:before {
		position: absolute;
		top: -2px;
		left: 2%;
		width: 96%;
		height: 2px;
		background: #fff;
		content: '';
	}

	.event_box:after {
		position: absolute;
		bottom: -2px;
		left: 2%;
		width: 96%;
		height: 2px;
		background: #fff;
		content: '';
	}

	.event_thumb {
		margin-right: 50px;
		width: 310px;
	}

	.event_thumb img {
		width: 100%;
		height: auto;
	}

	.event_textarea {
		display: flex;
		width: calc(100% - 360px);

		align-items: center;
	}

	.event_textarea_inner {
		width: 100%;
	}

	.event_title {
		font-size: 24px;
	}

	.event_title a {
		color: #009ad4;
	}

	.event_date {
		display: flex;
		color: #363636;
	}

	.event_date_next {
		padding-right: 60px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_next.svg') no-repeat 90px 12px;
		background-size: 17px auto;
		letter-spacing: 3px;
		font-size: 24px;
	}

	.event_date_detail {
		font-size: 24px;
	}

	.event_date_detail .small {
		font-size: 19px;
	}

	.event_viewmore {
		display: flex;

		justify-content: flex-end;
	}

	.artist_container,
	.character_container {
		padding: 0 0 80px 0;
	}

	.artist_inner,
	.character_inner {
		position: relative;
		display: flex;
		margin: 0 auto;
		max-width: 1120px;

		justify-content: space-between;
		flex-wrap: wrap;
	}

	.artist_box,
	.character_box {
		position: relative;
		margin-bottom: 60px;
		width: 23%;
	}

	.artist_box a:hover,
	.character_box a:hover {
		opacity: .7;
	}

	.artist_thumb,
	.character_thumb {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 10px;
		text-align: center;
	}

	.artist_thumb img {
		width: 100%;
		height: auto;
	}

	.character_thumb img {
		width: 100%;
		height: auto;
		border: 2px solid #c4ecf4;
	}

	.character_thumb a {
		display: block;
	}

	.artist_thumb:before,
	.character_thumb:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 10px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue2.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.artist_textarea,
	.character_textarea {
		position: relative;
		margin: 0 0 0;
		padding: 10px 20px;
		border: 2px solid #c4ecf4;
		border-radius: 5px;
		background: #fff;
		color: #009ad4;
	}

	.artist_textarea_inner,
	.character_textarea_inner {
		display: flex;

		justify-content: space-between;
	}

	.artist_textarea:before,
	.character_textarea:before {
		position: absolute;
		top: -2px;
		left: 4%;
		width: 92%;
		height: 2px;
		background: #fff;
		content: '';
	}

	.artist_textarea:after,
	.character_textarea:after {
		position: absolute;
		bottom: -2px;
		left: 4%;
		width: 92%;
		height: 2px;
		background: #fff;
		content: '';
	}

	.artist_textarea_chara {
	}

	.artist_textarea_chara a,
	.character_textarea_artist a {
		display: inline-block;
		border-radius: 50%;
	}

	.artist_textarea_chara a img,
	.character_textarea_artist a img {
		width: 60px;
		height: auto;
		border-radius: 50%;
	}

	.artist_name,
	.character_name {
		font-weight: normal;
		font-size: 20px;
	}

	.artist_furi,
	.character_furi {
		font-size: 12px;
	}

	.artist_detail_container {
	}

	.artist_detail_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1120px;
	}

	.artist_detail_profile {
		display: flex;
		margin-bottom: 50px;

		justify-content: space-between;
	}

	.artist_detail_thumb {
		width: 45%;
	}

	.artist_detail_thumb img {
		width: 100%;
		height: auto;
	}

	.artist_detail_textarea {
		padding: 20px 0 0;
		width: 50%;
	}

	.artist_detail_name {
		color: #009ad4;
		font-weight: normal;
		font-size: 30px;
	}

	.artist_detail_furi {
		color: #009ad4;
		font-size: 14px;
	}

	.artist_detail_textarea dl {
		margin: 50px 0;
		font-size: 15px;
	}

	.artist_detail_textarea dl dt {
		float: left;
		padding: 10px 0;
		width: 4em;
		color: #009ad4;
		font-weight: bold;
	}

	.artist_detail_textarea dl dd {
		padding: 10px 0 10px 6em;
	}

	.artist_detail_sns {
		display: flex;
	}

	.artist_detail_sns li {
		margin-right: 15px;
		width: 145px;
	}

	.artist_detail_sns li a {
		display: block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 12px;
	}

	.artist_detail_sns li a:hover {
		padding: 8px 0 0 25px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 145px auto;
		color: #fff;
	}

	.artist_detail_box {
		margin-bottom: 80px;
	}

	.artist_detail_lead {
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d5d5d5;
		color: #009ad4;
		text-align: center;
		letter-spacing: 5px;
		font-weight: 100;
		font-size: 30px;
	}

	.artist_detail_freetalk {
		margin: 50px auto 0;
		max-width: 640px;
	}

	.artist_detail_textarea_head {
		display: flex;
	}

	.artist_detail_textarea_headname {
		margin-right: 20px;
	}

	.artist_detail_textarea_headchara {
	}

	.artist_detail_textarea_headchara a {
		display: inline-block;
		border-radius: 50%;
	}

	.artist_detail_textarea_headchara a img {
		width: 74px;
		height: auto;
		border-radius: 50%;
	}

	.artist_chara_amaki {
		background: #ebe9ac;
	}

	.artist_chara_umino {
		background: #e4cbc5;
	}

	.artist_chara_kawase {
		background: #99c1e0;
	}

	.artist_chara_kuraoka {
		background: #f0b97c;
	}

	.artist_chara_saijyou {
		background: #bebec7;
	}

	.artist_chara_shirosawa {
		background: #c2c3d8;
	}

	.artist_chara_suzuhana {
		background: #fdb6c2;
	}

	.artist_chara_takatsuji {
		background: #7e017d;
	}

	.artist_chara_takeda {
		background: #95ee97;
	}

	.artist_chara_hokaze {
		background: #efc1c5;
	}

	.artist_chara_miyase {
		background: #f4cddf;
	}

	.talk-inner-player {
		position: relative;
		padding-top: 56.25%;
		width: 100%;
		height: 0;
	}

	.talk-inner-player iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.sample-voice-list {
		display: flex;
		margin: 50px 0 0;

		justify-content: center;
	}

	.sample-voice-list li {
		margin: 0 10px;
	}

	.sample-voice-list li a {
		display: block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 12px;
	}

	.sample-voice-list li a:hover,
	.sample-voice-list li.active a {
		padding: 8px 0 0 25px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 145px auto;
		color: #fff;
	}

	#brightcovePlayerAudio_player {
		height: 0;
	}

	.artist_detail_box dl {
		font-size: 16px;
		line-height: 2;
	}

	.artist_detail_box dl dt {
		float: left;
		padding: 20px 0;
		width: 6em;
		color: #009ad4;
		font-weight: bold;
	}

	.artist_detail_box dl dd {
		padding: 20px 0 20px 7em;
		border-bottom: 1px solid rgba(216,238,251,.6);
	}



	.character_name_kawano {
		color: #eda956;
	}

	.character_name_saitou {
		color: #98c2e4;
	}

	.character_name_satou {
		color: #e6989c;
	}

	.character_name_takigawa {
		color: #9393a2;
	}

	.character_name_tachikawa {
		color: #efacc9;
	}

	.character_name_toda {
		color: #d4a99c;
	}

	.character_name_fujima {
		color: #ddda74;
	}

	.character_name_maruyama {
		color: #9a9bbf;
	}

	.character_name_kamiki {
		color: #ffb6c1;
	}

	.character_name_toujyou {
		color: #800080;
	}

	.character_name_hiiragi {
		color: #90ee90;
	}

	.character_detail_container {
		position: relative;
		padding: 0 0 80px;
	}

	.character_detail_container:after {
		position: absolute;
		top: 270px;
		left: 0;
		z-index: -2;
		width: 100%;
		height: calc(100% - 450px);
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue2.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.character_detail_container:before {
		position: absolute;
		top: 270px;
		right: 0;
		z-index: -1;
		width: 37.5%;
		height: calc(100% - 270px);
		background: #fff;
		content: '';
	}



	.character_detail_kawano {
		background: #eda956;
		color: #fff;
	}

	.character_detail_saitou {
		background: #98c2e4;
		color: #fff;
	}

	.character_detail_satou {
		background: #e6989c;
		color: #fff;
	}

	.character_detail_takigawa {
		background: #9393a2;
		color: #fff;
	}

	.character_detail_tachikawa {
		background: #efacc9;
		color: #fff;
	}

	.character_detail_toda {
		background: #d4a99c;
		color: #fff;
	}

	.character_detail_fujima {
		background: #ddda74;
		color: #fff;
	}

	.character_detail_maruyama {
		background: #9a9bbf;
		color: #fff;
	}

	.character_detail_kamiki {
		background: #ffb6c1;
		color: #fff;
	}

	.character_detail_toujyou {
		background: #800080;
		color: #fff;
	}

	.character_detail_hiiragi {
		background: #90ee90;
		color: #fff;
	}

	.character_img_kawano img {
		border: 3px solid #eda956;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(236,168,86,.3);
	}

	.character_img_fujima img {
		border: 3px solid #ddda74;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(221,218,116,.3);
	}

	.character_img_toujyou img {
		border: 3px solid #800080;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(128,0,128,.3);
	}

	.character_img_toda img {
		border: 3px solid #d4a99c;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(212,169,156,.3);
	}

	.character_img_takigawa img {
		border: 3px solid #9393a2;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(147,147,162,.3);
	}

	.character_img_tachikawa img {
		border: 3px solid #efacc9;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(239,172,201,.3);
	}

	.character_img_satou img {
		border: 3px solid #e6989c;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(230,152,156,.3);
	}

	.character_img_saitou img {
		border: 3px solid #98c2e4;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(152,194,228,.3);
	}

	.character_img_maruyama img {
		border: 3px solid #9a9bbf;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(154,155,191,.3);
	}

	.character_img_kamiki img {
		border: 3px solid #ffb6c1;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(255,182,193,.3);
	}

	.character_img_hiiragi img {
		border: 3px solid #90ee90;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(144,238,144,.3);
	}



	.character_detail_wrapper {
		position: relative;
		display: flex;
		margin: 0 auto;
		max-width: 1120px;
	}

	.character_detail_left {
		padding: 30px 0 40px;
		width: 67%;
	}

	.character_detail_right {
		padding: 0 0 0 30px;
		width: 33%;
	}

	.character_detail_left h3 {
		letter-spacing: 20px;
		font-weight: 300;
		font-size: 72px;
	}

	.character_detail_title_en {
		letter-spacing: 10px;
		font-weight: 100;
		font-size: 27px;
	}

	.character_detail_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1230px;
	}

	.character_detail_img {
		padding: 30px 0;
	}

	.character_detail_img_inner {
		position: relative;
		display: flex;
	}

	.character_detail_img_main {
		position: absolute;
		top: 50px;
		left: 32%;
		z-index: 20;
		width: 400px;
		text-align: center;
	}

	.character_detail_img_main_inner {
		position: relative;
	}

	.character_detail_img_main1,
	.character_detail_img_main2 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 21;
		width: 400px;
		text-align: center;
	}

	.character_detail_img_main img {
	}

	.character_detail_img_main2,
	.character_detail_img_main4 {
		display: none;
	}

	.character_detail_img_change {
		width: 100px;
		text-align: center;
		letter-spacing: 2px;
		font-size: 12px;
	}

	.character_detail_img_change a {
		display: block;
		width: 100px;
		height: 100px;
		border-radius: 100px;
		background: #fff;
	}

	.character_detail_img_change a img {
		width: 100%;
		height: auto;
		border-radius: 100px;
	}

	.character_detail_img_change_arrow {
		padding: 20px 0 0;
		width: 100px;
		text-align: center;
	}

	.character_detail_img_change_arrow img {
		margin-bottom: 20px;
	}

	.character_detail_profile {
		margin-left: -30px;
		padding: 30px;
		max-width: 440px;
		background: #fff;
	}

	.character_detail_profile h4 {
		color: #009ad4;
		letter-spacing: 10px;
		font-weight: 100;
		font-size: 23px;
	}

	.character_detail_profile_table {
		display: flex;
		font-size: 13px;

		justify-content: space-between;
	}

	.character_detail_profile_table dl {
		width: 49%;
	}

	.character_detail_profile_table dl.character_detail_profile_table_full {
		width: 100%;
	}

	.character_detail_profile_table dl dt {
		float: left;
		padding: 8px 0 8px 0;
		width: 8em;
		color: #009ad4;
	}

	.character_detail_profile_table dl dd {
		padding: 8px 0 8px 8em;
		border-bottom: 1px solid #daf5ff;
	}

	.character_detail_thumb {
		margin-bottom: 20px;
	}

	.character_detail_thumb img {
		width: 250px;
		height: auto;
		border: 3px solid #daf5ff;
		border-radius: 250px;
	}

	.character_detail_description {
		font-size: 15px;
		line-height: 1.8;
	}

	.character_detail_img_change_arrow p {
		font-size: 18px;
	}

	.character_detail_design {
		margin: 20px 0;
		padding: 20px 0 0;
		border-top: 2px solid #daf5ff;
	}

	.character_detail_subtitle {
		margin-bottom: 20px;
		color: #009ad4;
		letter-spacing: 3px;
		font-weight: 100;
		font-size: 15px;
	}

	.character_detail_design h5 {
		font-weight: 400;
		font-size: 18px;
	}

	.character_detail_design p {
		margin: 10px 0 0;
		font-size: 13px;
	}

	.character_detail_actor {
		margin: 20px 0;
		padding: 20px 0 0;
		border-top: 2px solid #daf5ff;
	}

	.character_detail_actor_inner {
		display: flex;
	}

	.character_detail_actor_thumb {
		margin-right: 10px;
		width: 80px;
	}

	.character_detail_actor_thumb img {
		width: 100%;
		height: auto;
		border-radius: 50%;
	}

	.character_detail_actor_text {
		display: flex;
		width: 100%;

		align-items: flex-end;
		justify-content: space-between;
	}

	.character_detail_actor_text h4 {
		margin-right: 20px;
		padding-bottom: 10px;
		font-weight: normal;
		font-size: 15px;
	}

	.character_detail_actor_text a {
		display: block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 12px;
	}

	.character_detail_actor_text a:hover {
		padding: 8px 0 0 25px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 145px auto;
		color: #fff;
	}

	.character_detail_movie {
		margin: 20px 0;
		padding: 20px 0 0;
		border-top: 2px solid #daf5ff;
	}

	.character_detail_movie_inner {
		display: flex;

		justify-content: space-between;
		align-items: flex-end;
	}

	.character_detail_movie_bn {
		position: relative;
		width: 185px;
		border-radius: 10px;
	}

	.character_detail_movie_bn_thumb {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		overflow: hidden;
		width: 80px;
		height: 108px;
	}

	.character_detail_movie_bn_thumb img {
		width: 100%;
		height: auto;
	}

	.character_detail_movie_bn_text {
		position: relative;
		overflow: hidden;
	}

	.character_detail_movie_bn_text:before {
		position: absolute;
		top: 35px;
		right: -70px;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.3);
		content: '';
		transform: rotate(-45deg);
	}

	.character_detail_movie_bn_text1 {
		padding: 8px 0 0 10px;
		background: rgba(255,255,255,.1);
		font-size: 12px;
	}

	.character_detail_movie_bn_text2 {
		padding: 0 0 4px 10px;
		background: rgba(255,255,255,.1);
		font-weight: 300;
		font-size: 20px;
	}

	.character_detail_movie_bn_text3 {
		padding: 2px 20px 2px 0;
		text-align: right;
		font-size: 12px;
	}

	.character_detail_movie_inner a {
		display: inline-block;
		padding: 10px 0 0 10px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		text-align: left;
		font-weight: bold;
		font-size: 12px;
	}

	.character_detail_movie_inner a:hover {
		padding: 10px 0 0 10px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 145px auto;
		color: #fff;
	}

	.character_detail_twitter {
		margin: 20px 0;
		padding: 20px 0 0;
		border-top: 2px solid #daf5ff;
		text-align: right;
	}

	.character_detail_twitter h4 {
		text-align: left;
	}

	.character_detail_twitter2 {
	}

	.character_detail_twitter a {
		display: inline-block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		text-align: left;
		font-weight: bold;
		font-size: 12px;
	}

	.character_detail_twitter a:hover {
		padding: 8px 0 0 25px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 145px auto;
		color: #fff;
	}

	.producer_detail_container {
	}

	.producer_detail_inner {
		position: relative;
		margin: 30px auto 100px;
		max-width: 1120px;
	}

	.producer_detail_profile {
		display: flex;
		margin-bottom: 50px;

		justify-content: space-between;
	}

	.producer_detail_thumb {
		margin-left: 5%;
		width: 30%;
	}

	.producer_detail_thumb img {
		width: 100%;
		height: auto;
	}

	.producer_detail_textarea {
		padding: 0 0 0;
		width: 55%;
	}

	.producer_detail_name {
		margin-bottom: 30px;
		color: #009ad4;
		font-weight: normal;
		font-size: 30px;
	}

	.producer_detail_name span {
		font-size: 16px;
	}

	.producer_detail_text {
		line-height: 2;
	}

	.discography_detail_container {
		margin: 0 0 100px;
	}

	.discography_detail_inner {
		display: flex;
		margin: 0 auto;
		max-width: 1040px;

		flex-wrap: wrap;
		justify-content: space-between;
	}

	.discography_detail_main {
		position: relative;
	}


	.discography_detail_main h2 {
		margin-bottom: 20px;
		color: #009ad4;
		font-weight: normal;
		font-size: 20px;
	}

	.discography_detail_feature {
		display: flex;
		margin-bottom: 60px;
	}

	.discography_detail_thumb {
		margin-right: 20px;
		width: 30%;
		font-size: 12px;
		line-height: 2;
	}

	.discography_detail_thumb img {
		width: 100%;
		height: auto;
	}

	.discography_detail_description {
		width: 60%;
		font-size: 14px;
		line-height: 2;
	}

	.discography_detail_box {
		margin-bottom: 80px;
	}

	.discography_detail_lead {
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d5d5d5;
		color: #009ad4;
		text-align: center;
		letter-spacing: 5px;
		font-weight: 100;
		font-size: 30px;
	}

	.discography_detail_link {
		display: flex;

		justify-content: center;
	}

	.discography_detail_link li {
		margin-right: 15px;
		width: 180px;
	}

	.discography_detail_link li a {
		display: block;
		padding: 13px 0 0 25px;
		width: 180px;
		height: 47px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 180px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 12px;
	}

	.discography_detail_link li a:hover {
		padding: 8px 0 0 25px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 180px auto;
		color: #fff;
	}

	/* @end */

	/* @group blog */

	.blog_container {
		padding: 0 0 60px 0;
	}

	.blog_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1120px;
	}

	.blog {
		display: flex;
	}

	.blog_main {
		margin-right: 5%;
		width: 75%;
	}

	.blog_side {
		width: 22%;
	}

	.blog-list {
		display: flex;

		justify-content: space-between;
		flex-wrap: wrap;
	}

	.blog-list li {
		margin-bottom: 40px;
		width: 48%;
	}

	.blog-list__thumb img {
		width: 100%;
		height: auto;
		background-size: cover;
	}

	.blog-list__thumb {
		margin-bottom: 20px;
	}

	.blog-list__title .title {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.blog-list__title .date {
		color: #333;
		font-size: 12px;
	}

	.blog-list__title .name {
		color: #333;
		font-size: 12px;
	}

	.blog-list__txt {
		margin: 20px 0 0;
		min-height: 60px;
		color: #666;
		font-size: 12px;
	}

	.blog-list__more {
		margin: 20px 0 30px;
		text-align: center;
	}

	.blog-list__more .more a {
		display: block;
		margin: 0 auto;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		text-align: left;
		font-weight: bold;
		font-size: 12px;
	}

	.blog-list__more .more a:hover {
		padding: 8px 0 0 25px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 145px auto;
		color: #fff;
	}

	.blog-list__pager {
		display: table;
		margin: 30px 0 30px;
		padding-top: 20px;
		width: 100%;
		border-top: 1px solid #e9e9e9;
		font-size: 12px;
	}

	.blog-list__pager .pager_next {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}

	.blog .blog-list__pager .pager_top {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.blog-list__pager .pager_prev {
		display: table-cell;
		text-align: left;
	}

	.blog .blog-list__pager .pager_prev a::before {
		margin-right: 10px;
		color: rgb(26, 153, 232);
		content: '＜';
		font-size: 12px;
	}

	.blog .blog-list__pager .pager_next a::after {
		margin-left: 10px;
		color: rgb(26, 153, 232);
		content: '＞';
		font-size: 12px;
	}

	.blog-entry__head,
	.blog-member__head,
	.blog-monthly__head {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #009ad4;
		color: #009ad4;
		letter-spacing: 2px;
		font-weight: 100;
		font-size: 24px;
		line-height: 1;
	}

	.blog-entry,
	.blog-member {
		margin-bottom: 40px;
	}

	.blog-entry-list li {
		margin-bottom: 20px;
	}

	.blog-entry-list a {
		display: flex;
	}

	.blog-entry-list__thumb {
		margin-right: 5%;
		width: 35%;
	}

	.blog-entry-list__thumb img {
		width: 100%;
		height: auto;
		background-position: center center;
		background-size: cover;
	}

	.blog-entry-list__title {
		width: 60%;
		font-size: 12px;
	}

	.blog-entry-list__title .date,
	.blog-entry-list__title .name {
		color: #333;
	}

	.blog-member-list {
		display: flex;

		justify-content: space-between;
		flex-wrap: wrap;
	}
	.blog-member-list::after {
		display: block;
		margin-bottom: 20px;
		width: 30%;
		content: '';
		text-align: center;
	}

	.blog-member-list li {
		margin-bottom: 20px;
		width: 30%;
		text-align: center;
	}

	.blog-member-list__thumb .thumb img {
		margin-bottom: 5px;
		width: 100%;
		height: auto;
	}

	.blog-member-list__thumb .name {
		color: #333;
		font-size: 12px;
	}

	.blog .blog-monthly select {
		padding: 5px 10px;
		width: 100%;
		height: 50px;
		border: solid 1px #000;
		font-size: 14px;
		line-height: 50px;
	}

	.blog_main h3 {
		margin-bottom: 50px;
		padding: 30px;
		border-top: 1px solid #009ad4;
		border-bottom: 1px solid #009ad4;
		color: #009ad4;
		text-align: center;
		font-weight: 300;
		font-size: 24px;
	}

	/* @end */


	/* @group footer */

	footer {
		display: flex;
	}

	.footer_left {
		width: 65%;
	}

	.footer_bn {
		padding: 30px 0;
		background: rgba(216,238,251,.4);
	}

	.footer_left_inner {
		margin-left: 20%;
		width: 80%;
	}

	.footer_bn .footer_left_inner {
		display: flex;
		padding: 0 30px;

		justify-content: space-between;
	}

	.footer_bn_box {
		width: 30%;
	}

	.footer_bn_box a:hover img {
		opacity: .7;
	}

	.footer_bn_box img {
		width: 100%;
		height: auto;
	}

	.footer_producer {
		margin: 20px 0 0;
	}

	.footer_producer a {
		display: inline-block;
		padding: 5px 35px;
		border: 1px solid #009ad4;
		border-radius: 30px;
		color: #009ad4;
		letter-spacing: 1px;
		font-size: 18px;
	}

	.footer_producer a:hover {
		background: #009ad4;
		color: #fff;
	}

	.footer_copyright {
		margin: 30px 0;
		color: #009ad4;
		font-size: 12px;
	}

	.footer_copyright a {
		color: #009ad4;
	}

	.footer_right {
		display: flex;
		width: 35%;
		background:    -moz-linear-gradient(left, #008bd5, #07acce);
		background: -webkit-linear-gradient(left, #008bd5, #07acce);
		background:     -ms-linear-gradient(left, #008bd5, #07acce);
		background:         linear-gradient(left right, #008bd5, #07acce);
		color: #fff;

		align-items: center;
	}

	.footer_right_inner {
		width: 100%;
		padding: 0 15px;
		text-align: right;
	}

	.footer_right_inner h3 {
		margin-bottom: 20px;
		letter-spacing: 2px;
		font-weight: 100;
		font-size: 24px;
	}

	.footer_right_inner h4 {
		margin-bottom: 10px;
		letter-spacing: 1px;
		font-weight: normal;
		font-size: 14px;
	}

	.footer_right_inner a {
		display: inline-block;
		padding: 2px 40px 2px 20px;
		border-radius: 20px;
		background: #fff;
		font-size: 12px;
		margin-bottom: 12px;
	}

	.footer_right_inner h4 a {
		font-size: 14px;
		background: none;
		display: inline-block;
		border-radius:0;
		border-bottom: 1px solid #fff;
		padding: 0 0.3em;
		color: #fff;
	}

	.footer_right_inner a:hover {
		opacity: .7;
	}

	/* @end */

	/* @group obj */

	.rellax {
		-ms-filter: blur(4px);
		    filter: blur(4px);
	}

	.obj_01 {
		position: absolute;
		top: 1500px;
		left: 100px;
	}

	.obj_02 {
		position: absolute;
		top: 2000px;
		right: 100px;
	}

	.obj_03 {
		position: absolute;
		top: 2200px;
		left: 200px;
	}

	.obj_04 {
		position: absolute;
		top: 2300px;
		right: 150px;
	}

	.obj_05 {
		position: absolute;
		top: 2600px;
		left: 70px;
	}

	.obj_06 {
		position: absolute;
		top: 2800px;
		right: 60px;
	}

	.obj_07 {
		position: absolute;
		top: 3000px;
		left: 500px;
	}

	.obj_08 {
		position: absolute;
		top: 4000px;
		left: 50%;
	}

	.obj_09 {
		position: absolute;
		top: 4500px;
		left: 60%;
	}

	.obj_10 {
		position: absolute;
		top: 5000px;
		left: 30px;
	}

	.obj_11 {
		position: absolute;
		top: 5200px;
		right: 40%;
	}

	.obj_12 {
		position: absolute;
		top: 4500px;
		left: 50px;
	}

	.obj_13 {
		position: absolute;
		top: 4600px;
		right: 450px;
	}

	.obj_14 {
		position: absolute;
		top: 4600px;
		left: 500px;
	}

	.obj_15 {
		position: absolute;
		top: 5800px;
		left: 60px;
	}

	.obj_16 {
		position: absolute;
		top: 5000px;
		right: 200px;
	}

	.obj_17 {
		position: absolute;
		top: 5000px;
		left: 50%;
	}

	.obj_18 {
		position: absolute;
		top: 5500px;
		right: 5%;
	}

	.page_obj_01 {
		position: absolute;
		top: 00px;
		left: 100px;
		z-index: -1;
	}

	.page_obj_02 {
		position: absolute;
		top: 220px;
		right: 100px;
		z-index: -1;
	}

	.page_obj_03 {
		position: absolute;
		top: 200px;
		left: 250px;
		z-index: -1;
	}

	.page_obj_04 {
		position: absolute;
		top: 270px;
		right: 150px;
		z-index: -1;
	}

	.page_obj_05 {
		position: absolute;
		top: 800px;
		left: 10px;
		z-index: -1;
	}

	.page_obj_06 {
		position: absolute;
		top: 380px;
		right: 60px;
		z-index: -1;
	}

	.page_obj_07 {
		position: absolute;
		top: 500px;
		left: 300px;
		z-index: -1;
	}

	.page_obj_08 {
		position: absolute;
		top: 240px;
		left: 50%;
		z-index: -1;
	}

	.page_obj_09 {
		position: absolute;
		top: 350px;
		left: 60%;
		z-index: -1;
	}

	.page_obj_10 {
		position: absolute;
		top: 1500px;
		left: 30px;
		z-index: -1;
	}

	.page_obj_11 {
		position: absolute;
		top: 1600px;
		right: 40%;
		z-index: -1;
	}

	.page_obj_12 {
		position: absolute;
		top: 1700px;
		left: 50px;
	}

	.page_obj_13 {
		position: absolute;
		top: 1800px;
		right: 450px;
		z-index: -1;
	}

	.page_obj_14 {
		position: absolute;
		top: 1800px;
		left: 500px;
		z-index: -1;
	}

	.page_obj_15 {
		position: absolute;
		top: 1900px;
		left: 60px;
		z-index: -1;
	}

	.page_obj_16 {
		position: absolute;
		top: 2000px;
		right: 200px;
		z-index: -1;
	}

	.page_obj_17 {
		position: absolute;
		top: 2500px;
		left: 50%;
		z-index: -1;
	}

	.page_obj_18 {
		position: absolute;
		top: 2200px;
		right: 5%;
		z-index: -1;
	}

	/* @end */

	/* @group pager */

	.pager_container {
		position: relative;
		margin: 0 auto;
		max-width: 1120px;
	}

	.pager {
		margin: 60px 0;
		font-size: 12px;
	}

	.pager:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ' ';
		font-size: 0;
	}

	.pager li {
		display: none;
	}

	.pager li.previous,
	.pager li.next {
		display: block;
	}

	.pager li.previous {
		float: left;
	}

	.pager li.next {
		float: right;
	}

	.pager .previous a::before {
		margin-right: 10px;
		color: rgb(26, 153, 232);
		content: '＜';
		font-size: 12px;
	}

	.pager .next a::after {
		margin-left: 10px;
		color: rgb(26, 153, 232);
		content: '＞';
		font-size: 12px;
	}

	/* @end */
}

@media only screen and (max-width: 768px) {
	.pconly {
		display: none;
	}

	/* @group header */

	header {
		text-align: center;
	}

	.header_inner {
		position: relative;
		padding: 17px 0 28px;
	}

	.page_header .header_inner {
		padding: 0;
	}

	.header_logo {
		margin-top: 10px;
	}

	.page_header .header_logo {
		display: none;
	}

	.header_logo img {
		width: 80px;
		height: auto;
	}

	.header_icon {
		position: absolute;
		top: 50px;
		right: 0;
		z-index: 10;
	}

	.header_icon ul {
		display: none;
	}

	.header_icon ul li {
		margin: 0 0 0 12px;
	}

	.header_icon ul li img {
	}

	.header_link ul {
		display: flex;

		justify-content: flex-end;
	}

	.header_link ul li {
		margin-right: 20px;
		text-align: left;
		line-height: 1;
	}

	.header_link ul li a {
		color: #000;
		font-size: 8px;
	}

	.header_link ul li a span {
		display: block;
		font-weight: bold;
		font-size: 14px;
	}

	/* @end */

	/* @group sp_menu */

	#sp_menu {
		position: fixed;
		right: 17px;
		bottom: 12px;
		z-index: 10000;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		box-sizing: border-box;
		transition: all .4s;
	}
	.menu-trigger {
		position: relative;
		width: 40px;
		height: 40px;
		border: 1px solid #009ad4;
		border-radius: 35px;
		background: #fff;
		box-shadow: 0 3px 6px rgba(0,0,0,.1);
		text-align: right;
	}
	.menu-trigger span {
		position: absolute;
		left: 8px;
		width: 22px;
		height: 2px;
		background-color: #009ad4;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 11px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 17px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 23px;
	}

	.is-open .menu-trigger {
		width: 40px;
		height: 40px;
		border-radius: 40px;
		background: #fff;
		text-align: center;
	}

	.is-open .menu-trigger span:nth-of-type(1) {
		top: 19px;
		left: 7px;
		width: 26px;
		background: #009ad4;
		-webkit-transform: translateY(0px) rotate(-20deg);
		    -ms-transform: translateY(0px) rotate(-20deg);
		        transform: translateY(0px) rotate(-20deg);
	}

	.is-open .menu-trigger span:nth-of-type(2) {
		display: none;
	}
	.is-open .menu-trigger span:nth-of-type(3) {
		top: 19px;
		left: 7px;
		width: 26px;
		background: #009ad4;
		-webkit-transform: translateY(0px) rotate(20deg);
		    -ms-transform: translateY(0px) rotate(20deg);
		        transform: translateY(0px) rotate(20deg);
	}

	/* @end */

	/* @group nav */

	nav {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10005;
		display: none;
		width: 100%;
		height: 100vh;
	}

	.nav_inner {
		position: relative;
		width: 100%;
		height: 100vh;
		background:    -moz-linear-gradient(45deg, rgba(0,136,211,.9), rgba(0,174,203,.9));
		background: -webkit-linear-gradient(45deg, rgba(0,136,211,.9), rgba(0,174,203,.9));
		background:         linear-gradient(45deg, rgba(0,136,211,.9), rgba(0,174,203,.9));
	}

	.nav_container {
	}

	.nav_inner .header_inner {
		position: fixed;
		bottom: 20px;
		left: 0;
		z-index: 10010;
	}

	.nav_close {
		position: fixed;
		right: 17px;
		bottom: 12px;
		z-index: 10010;
	}

	.nav_icon {
		position: fixed;
		bottom: 20px;
		left: 0;
		z-index: 10;
		width: 100%;
	}

	.nav_icon ul {
		display: flex;

		justify-content: center;
	}

	.nav_icon ul li {
		margin: 0 7px;
	}

	.nav_icon ul li img {
		width: 35px;
		height: auto;
	}

	.nav_link {
		display: flex;
		padding: 0 20px;
		height: 100vh;
		text-align: left;

		align-items: center;
	}

	.nav_link_inner {
		width: 100%;
	}

	.nav_link h4 {
		margin: 20px 0 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(255,255,255,.3);
		color: #fff;
		font-weight: normal;
		font-size: 16px;
	}

	.nav_link_inner ul {
		display: flex;

		flex-wrap: wrap;
	}

	.nav_link ul li {
		width: 50%;
	}

	.nav_link ul li a {
		display: block;
		padding: 3px 0;
		color: #fff;
		letter-spacing: 1px;
		font-weight: 400;
		font-size: 12px;
	}

	/* @end */




	/* @group index */

	.index_mv {
		background: url('https://nananiji.zzzhxxx.top/assets/home/3772bd65b63760d4aa27b736ef677.jpg') no-repeat top center;
		background-size: 100% auto;
	}

	.index_feature {
		padding: 20px 0;
		background: #f0f1f5;
	}

	.index_feature_inner {
		position: relative;
		margin: 0 0;
		max-width: 1220px;
	}

	.index_feature_box {
		margin: 10px 0 0 10px;
		padding: 0 10px;
	}

	.index_feature_box img {
		width: 100%;
		height: auto;
		border-radius: 10px;
		transform: translate(-10px,-10px);
	}

	.index_feature_box a {
		position: relative;
		display: block;
		border-radius: 10px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue.png') ;
		background-size: 9px 9px;
	}

	.index_feature .slick-prev {
		position: absolute;
		top: 50%;
		left: -22px;
		z-index: 10;
		overflow: hidden;
		margin-top: -11px;
		width: 15px;
		height: 23px;
		outline: none;
		border: 0;
		-webkit-border-radius: 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_arrow.svg') no-repeat;
		background-size: 15px auto;
		text-indent: -9999px;
		cursor: pointer;
		-webkit-appearance: none;
	}

	.index_feature .slick-next {
		position: absolute;
		top: 50%;
		right: -22px;
		z-index: 10;
		overflow: hidden;
		margin-top: -11px;
		width: 15px;
		height: 23px;
		outline: none;
		border: 0;
		-webkit-border-radius: 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_arrow.svg') no-repeat;
		background-size: 15px auto;
		text-indent: -9999px;
		cursor: pointer;
		-webkit-appearance: none;
		transform: rotate(180deg);
	}

	.index_schedule {
		margin: 0 0;
		padding: 20px 20px 70px;
		background:    -moz-linear-gradient(top, #f0f1f5, #fff);
		background: -webkit-linear-gradient(top, #f0f1f5, #fff);
		background:         linear-gradient(to bottom, #f0f1f5, #fff);
		text-align: center;
	}

	.index_schedule_inner {
		position: relative;
		margin: 0 auto;
		padding: 10px 20px;
		max-width: 1120px;
		border-radius: 10px;
		background: #fff;
	}

	.index_schedule_box {
		display: flex;

		flex-wrap: wrap;
	}

	.index_schedule_box h2 {
		margin-right: 2%;
		margin-bottom: 5px;
		width: 58%;
		color: #009ad4;
		text-align: right;
		font-weight: normal;
		font-size: 18px;
	}

	.index_schedule_label {
		width: 40%;
		text-align: left;
	}

	.index_schedule_label span {
		display: inline-block;
		margin-bottom: 5px;
		padding: 0 10px;
		border: 2px solid #f69100;
		border-radius: 20px;
		color: #f69100;
		font-size: 8px;
	}

	.index_schedule_title {
		width: 100%;
	}

	.index_schedule_title a {
		color: #6c6c6c;
		font-size: 12px;
	}

	.index_schedule_more {
		margin: 5px 0 0;
		width: 100%;
	}

	.index_schedule_more img {
		width: 18px;
		height: auto;
	}

	.index_topics {
		padding: 40px 0 20px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
	}

	.index_topics_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_topics_inner h2 {
		position: absolute;
		top: -60px;
		left: 20px;
		z-index: 0;
		color: #009ad4;
		letter-spacing: 10px;
		font-weight: 100;
		font-size: 36px;
		line-height: 1;
		opacity: .4;
	}

	.index_topics_container {
		margin: 0 0;
	}

	.index_topics_box {
		padding: 0 5px;
	}

	.index_topics_box_inner {
		position: relative;
		display: flex;
		margin-bottom: 20px;
		padding: 17px 20px;
		border-radius: 10px;
		background: #fff;

		align-items: center;
	}

	.index_topics_box_inner:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 20px;
		height: 100%;
		background: url('https://nananiji.zzzhxxx.top/assets/home/topics_frame.svg') no-repeat;
		background-size: auto 100%;
		content: '';
	}

	.index_topics_box_inner:after {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 20px;
		height: 100%;
		background: url('https://nananiji.zzzhxxx.top/assets/home/topics_frame.svg') no-repeat;
		background-size: auto 100%;
		content: '';
		transform: rotate(180deg);
	}

	.index_topics_icon {
		margin-right: 20px;
	}

	.index_topics_text {
		color: #009ad4;
	}

	.index_topics_text a {
		color: #009ad4;
		line-height: 1.8;
	}

	.index_topics_date {
		letter-spacing: 1px;
		font-size: 10px;
	}

	.index_news_wrapper {
	}

	.index_news {
		padding: 20px 0;
	}

	.index_news_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_news_title {
		display: none;

		align-items: baseline;
	}

	.index_news_title h2 {
		margin-left: 10%;
		color: #009ad4;
		letter-spacing: 10px;
		font-weight: 100;
		font-size: 50px;
		line-height: 1;
		opacity: .4;
	}


	.index_news_title .viewmore {
		transform: translateY(-13px);
	}

	.viewmore a {
		display: block;
		padding: 8px 0 0 20px;
		width: 100px;
		height: 26px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 100px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 8px;
	}

	.index_news_tab {
		display: flex;
		padding: 20px 20px 0;
		border-bottom: 1px solid #009ad4;

		justify-content: space-between;
	}

	.index_news_tab li {
		width: 48%;
	}

	.index_news_tab li a {
		display: block;
		padding: 10px;
		border: 1px solid #009ad4;
		border-bottom: 0;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		text-align: center;
		font-weight: 100;
		opacity: .4;
	}

	.index_news_tab li a.active {
		background: #009ad4;
		color: #fff;
		opacity: 1;
	}

	.index_news_fc {
		display: none;
	}

	.index_news_container {
		margin: 20px 20px 0;
	}

	.index_news_box {
		display: flex;
		margin-bottom: 20px;
	}

	.index_news_date {
		margin-right: 1em;
		font-size: 12px;
	}

	.index_news_name {
		font-size: 14px;
	}

	.index_news_more {
		text-align: center;
	}

	.index_news_more .viewmore {
		display: inline-block;
		text-align: left;
	}

	.index_movie {
		padding: 50px 0;
	}

	.index_movie_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_movie_headtitle {
		position: relative;
	}

	.index_movie_headtitle h2 {
		color: #009ad4;
		letter-spacing: 10px;
		font-weight: 100;
		font-size: 36px;
		line-height: 1;
		opacity: .4;
	}

	.index_movie_youtube {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	.index_movie_youtube a {
		position: relative;
		display: inline-block;
		padding: 12px 15px 10px 35px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_youtube_movie.svg') no-repeat 5px 10px;
		background-size: 23px auto;
		letter-spacing: 2px;
		font-weight: 700;
		font-size: 12px;
	}

	.index_movie_youtube a:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 2px;
		background: #009ad4;
		content: '';
	}

	.index_movie_container {
		margin: 50px 0 0 0;
	}

	.index_movie_box {
		padding: 0 20px;
		width: 560px;
	}

	.index_movie_thumb img {
		margin-bottom: 10px;
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.index_movie_title {
		padding: 10px;
		font-size: 14px;
	}

	.index_movie_title .new {
		display: inline-block;
		margin-right: 1em;
		padding: 1px 6px 1px 10px;
		background: #fe7173;
		color: #fff;
		letter-spacing: 2px;
		font-weight: 700;
		font-size: 12px;
	}

	.index_discography {
		padding: 50px 0;
	}

	.index_discography_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_discography_title {
		margin-left: 20px;
	}

	.index_discography_title h2 {
		color: #009ad4;
		letter-spacing: 2px;
		font-weight: 100;
		font-size: 36px;
		line-height: 1;
		opacity: .4;
	}

	.index_discography_container {
		margin: 25px 0 0;
	}

	.index_discography_box {
		padding: 0 10px;
	}

	.index_discography_thumb img {
		width: 100%;
		height: auto;
	}

	.index_discography_box_more {
		margin-top: 20px;
		text-align: center;
	}

	.index_discography_box_more .viewmore {
		display: inline-block;
		text-align: left;
	}


	.index_event {
		padding: 50px 0;
	}

	.index_event_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_event_title {
		margin-left: 20px;
	}

	.index_event_title h2 {
		color: #009ad4;
		letter-spacing: 10px;
		font-weight: 100;
		font-size: 36px;
		line-height: 1;
		opacity: .4;
	}

	.index_event_container {
		margin: 0 20px;
	}

	.index_event_box {
		position: relative;
		display: flex;
		margin: 30px 0 0;
		padding: 20px 10px 20px 20px;
		border: 4px solid #80d6e8;
		border-radius: 10px;
		background: #fff;
		text-align: center;
	}

	.index_event_box:before {
		position: absolute;
		top: -4px;
		left: 2%;
		width: 96%;
		height: 4px;
		background: #fff;
		content: '';
	}

	.index_event_box:after {
		position: absolute;
		bottom: -4px;
		left: 2%;
		width: 96%;
		height: 4px;
		background: #fff;
		content: '';
	}

	.index_event_thumb {
		margin: 0 auto 30px;
		width: 50%;
	}

	.index_event_thumb img {
		width: 100%;
		height: auto;
	}

	.index_event_textarea {
		display: flex;
		padding-left: 10px;
		width: 50%;

		align-items: center;
	}

	.index_event_textarea_inner {
		text-align: left;
	}

	.index_event_name {
		font-size: 14px;
	}

	.index_event_name a {
		color: #009ad4;
	}

	.index_event_date {
		display: flex;
		margin: 20px 0 0;
		color: #363636;
	}

	.index_event_date_next {
		padding: 1px 20px 0 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_next.svg') no-repeat 37px 8px;
		background-size: 10px auto;
		letter-spacing: 1px;
		font-size: 12px;
	}

	.index_event_date_detail {
		font-size: 12px;
	}

	.index_event_date_detail .small {
		font-size: 10px;
	}

	.index_event_viewmore {
		display: flex;
		margin: 20px 0 0;

		justify-content: flex-end;
	}

	.index_event_viewmore .viewmore a {
		text-align: left;
	}


	.index_twitter {
		padding: 50px 0;
	}

	.index_twitter_inner {
		position: relative;
		margin: 0 auto;
		max-width: 1220px;
	}

	.index_twitter h2 {
		margin-left: 20px;
		color: #009ad4;
		letter-spacing: 10px;
		font-weight: 100;
		font-size: 36px;
		line-height: 1;
		opacity: .4;
	}

	.index_twitter_container {
		margin: 50px 20px 0;
	}

	.index_twitter_box {
		margin: 0 20px;
	}

	.index_twitter_box2 {
		text-align: center;
	}

	.index_twitter_box h3 {
		margin: 20px 0;
		color: #009ad4;
		text-align: center;
		letter-spacing: 5px;
		font-weight: 400;
		font-size: 18px;
		line-height: 1;
	}

	/* @end */

	/* @group page */

	.page_title {
		margin: 0 0 0;
		padding: 20px 0;
		text-align: center;
	}

	.page_title h1 {
		margin-bottom: 10px;
		color: #009ad4;
		letter-spacing: 5px;
		font-weight: 100;
		font-size: 24px;
		line-height: 1;
	}

	.page_title h2 {
		color: #009ad4;
		font-weight: normal;
		font-size: 13px;
	}

	.about_main {
		padding: 30px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
	}

	.about_main_inner {
		position: relative;
		margin: 0 20px;
	}

	.about_main_inner img {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.about_history {
		padding: 80px 0;
		text-align: center;
	}

	.about_history_inner {
		margin: 0 20px;
	}

	.about_history_description {
		padding-bottom: 50px;
		text-align: left;
		font-size: 14px;
		line-height: 1.8;
	}

	.about_history_container {
	}

	.about_history_year {
		position: relative;
		padding: 16px 0;
	}

	.about_history_year:before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.about_history_year:last-child::after {
		position: absolute;
		bottom: -15px;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.about_history_num {
		padding: 20px 10px;
		background: rgba(218,245,255,.7);
		color: #009ad4;
		text-align: left;
		font-size: 16px;
	}

	.about_history_text {
	}

	.about_history_box {
		padding: 15px 0;
		border-bottom: 2px solid #c7edf5;
	}

	.about_history_box:last-child {
		border-bottom: 0;
	}

	.about_history_date {
		color: #009ad4;
		text-align: left;
		font-size: 12px;
	}

	.about_history_detail {
		text-align: left;
		font-size: 14px;
		line-height: 2;
	}

	.about_history_producer {
		margin: 60px 0 0;
		text-align: center;
	}

	.about_history_producer .viewmore {
		display: inline-block;
		text-align: center;
	}

	.about_history_producer .viewmore a {
		padding: 10px 0 0 20px;
		text-align: left;
		font-size: 8px;
	}

	.news_container {
	}

	.news_inner {
		margin: 0 20px;
	}

	.news_box {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.news_box:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.news_box_head {
		margin-bottom: 20px;
	}

	.news_box_date {
	}

	.news_box_title h3 {
		font-weight: normal;
	}

	.news_box_title a {
		color: #009ad4;
		font-size: 18px;
	}

	.news_box_body {
		position: relative;
		display: flex;
		padding-bottom: 30px;
	}

	.news_box_icon {
		margin-right: 10px;
		width: 75px;
		text-align: center;
	}

	.news_box_icon img {
		width: 100%;
		height: auto;
	}

	.news_box_description {
		width: calc(100% - 85px);
		line-height: 2;
	}

	.news_box_body .viewmore {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
	}

	.news_more {
		padding: 40px 0 30px;
		text-align: center;
	}

	.news_more a {
		display: inline-block;
		padding: 0 0 25px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/news_more.svg') no-repeat bottom center;
		background-size: 20px auto;
		color: #009ad4;
		font-size: 12px;
	}

	.news_producer {
		margin: 30px 0 80px;
		text-align: center;
	}

	.news_producer .viewmore {
		display: inline-block;
		text-align: center;
	}

	.news_producer .viewmore a {
		padding: 10px 0 0 20px;
		text-align: left;
		font-size: 8px;
	}

	#infoDetailTitle {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 20px;
	}

	#infoDetailTitle #infoCaption {
		margin-bottom: 5px;
		color: #009ad4;
		font-size: 20px;
	}

	#infoDetail img {
		max-width: 100%;
		height: auto;
	}

	#infoDetailTitle .infoDate {
		font-size: 13px;
	}

	#infoDetailTitle:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	#infoDetailArea .socialArea {
		display: flex;
		margin: 80px 0 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #e9e9e9;
	}

	#infoFoot:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ' ';
		font-size: 0;
	}

	#infoFoot #infoNext {
		float: right;
	}

	#infoFoot #infoPrev {
		float: left;
	}

	.socialList {
		margin-right: 10px;
	}


	#infoDetailArea #recentInfo {
		margin: 50px 0 0;
	}

	#infoDetailArea #recentInfo #recentInfoBody #recentInfoList {
		margin: 20px 0 0;
	}

	#infoDetailArea #recentInfo #recentInfoBody li {
		padding: 15px 0;
		border-top: 1px solid #e6e6e6;
	}

	#infoDetailArea #recentInfo #recentInfoBody .infoTitle {
		margin-bottom: 5px;
		color: #008cd5;
		font-weight: normal;
		font-size: 16px;
	}

	#infoDetailArea #recentInfo #recentInfoBody .infoDate {
		color: #666;
		font-size: 14px;
	}

	#infoDetailArea #recentInfo #recentInfoBody .listArrow {
		display: none;
	}

	.tabs_container {
		text-align: center;
	}

	.tabs_container .tabs_list {
		display: flex;

		justify-content: center;
		flex-wrap: wrap;
	}

	.tabs_container .tabs_list_box {
		position: relative;
		margin: 0 2px 10px;
		width: 60px;
	}

	.tabs_container .tabs_list_link {
		position: relative;
		display: block;
		padding: 0 0 15px 0;
		color: #009ad4;
		text-align: center;
		font-size: 12px;
	}

	.tabs_container .tabs_list_link:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 60px;
		height: 8px;
		background: #c2ebf4;
		content: '';
	}

	.tabs_container a.tabs_list_link.active:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 60px;
		height: 8px;
		background: #009ad4;
		content: '';
	}

	ul.mediaSortList {
		position: absolute;
		top: 37px;
		left: 0;
		z-index: 100;
		display: block;
		display: none;
		padding-top: 10px;
		width: 100%;
		border-bottom: 1px solid #cbcbcb;
	}

	.mediaSortList_year {
		position: relative;
		z-index: 0;
		display: block;
		margin: 0;
		width: auto;
	}

	.mediaSortList_year a {
		display: block;
		padding: 5px 5px;
		border: 1px solid #cbcbcb;
		border-bottom: 0;
		background: #fff;
		font-size: 12px;
	}

	.mediaSortList_year a:hover {
		background: #c2ebf4;
		color: #333;
	}

	.mediaSortList_year li {
		position: relative;
		z-index: 0;
	}

	.mediaSortList_year ul {
		position: absolute;
		top: 0;
		left: calc(100%);
		z-index: 210;
		display: none;
		padding-left: 10px;
		width: 100%;
	}

	.mediaSortList_year ul li {
		display: block;
		margin: 0;
		width: auto;
	}

	.mediaSortList_year ul li:last-child {
		border-bottom: 1px solid #cbcbcb;
	}

	.discography_container {
		margin: 50px 0 0;
	}

	.discography_inner {
		display: flex;
		margin: 0 20px;
		max-width: 1040px;

		flex-wrap: wrap;
		justify-content: space-between;
	}

	.discography_box {
		position: relative;
		margin-bottom: 30px;
		padding: 0 10px;
		width: 50%;
	}

	.discography_box:nth-child(1)::before,
	.discography_box:nth-child(2n+1)::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 5px;
		height: 100%;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_vertical.png') repeat-y;
		background-size: 5px auto;
		content: '';
	}

	.discography_box:after {
		position: absolute;
		top: 0;
		right: -3px;
		z-index: 1;
		width: 5px;
		height: 100%;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_vertical.png') repeat-y;
		background-size: 5px auto;
		content: '';
	}

	.discography_thumb {
		margin: 0 auto 10px;
		width: 90%;
	}

	.discography_thumb img {
		width: 100%;
		height: auto;
	}

	.discography_label {
		text-align: right;
	}

	.discography_label span {
		display: inline-block;
		padding: 1px 5px;
		background: #009ad4;
		color: #fff;
		font-size: 12px;
	}

	.discography_title {
		margin-bottom: 10px;
	}

	.discography_title a {
		color: #009ad4;
		font-size: 14px;
	}

	.discography_text {
		margin-bottom: 15px;
		color: #666;
		font-size: 12px;
		line-height: 1.8;
	}

	.discography_textother {
		margin-bottom: 15px;
		font-size: 12px;
	}

	.media_container {
		margin: 50px 0 0;
	}

	.media_inner {
		margin: 0 20px;
	}

	.media_box {
		position: relative;
		display: flex;
		padding: 27px 0 35px;

		justify-content: space-between;
		flex-wrap: wrap;
	}

	.media_box:after {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 8px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.media_date {
		margin-bottom: 10px;
		padding: 20px;
		width: 100%;
		background: rgba(218,245,255,.7);
		color: #009ad4;
		line-height: 1;
	}

	.media_category {
		margin-right: 15px;
		padding: 3px 0 0;
		width: 50px;
		text-align: center;
	}

	.media_category span {
		display: block;
		padding: 2px 5px 2px;
		background: #009ad4;
		color: #fff;
		font-size: 10px;
	}

	.media_contents {
		width: calc(100% - 65px);
	}

	.media_date_year {
		font-size: 12px;
	}

	.media_date_day {
		position: relative;
		display: inline-block;
		padding-right: 23px;
		font-weight: 400;
		font-size: 30px;
	}

	.media_date_day span {
		position: absolute;
		top: 50%;
		right: 0;
		display: flex;
		margin-top: -9px;
		width: 18px;
		height: 18px;
		border-radius: 30px;
		background: #009ad4;
		color: #fff;
		text-align: center;
		font-size: 10px;
		line-height: 1;

		align-items: center;
		justify-content: center;
	}

	.media_detail {
	}

	.media_detail:nth-child(n+2) {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #cbcbcb;
	}

	.media_title {
		margin-bottom: 20px;
	}

	.media_title a {
		color: #009ad4;
		font-size: 16px;
	}

	.media_text {
		line-height: 2;
	}

	.tv_main {
		padding: 30px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue_alpha.png') ;
		background-size: 9px 9px;
	}

	.tv_main_inner {
		margin: 0 20px;
	}

	.tv_main_inner img {
		width: 100%;
		height: auto;
		border-radius: 20px;
	}

	.tv_live {
		margin: 50px 0 0;
	}

	.tv_live_inner {
		margin: 0 20px;
	}

	.tv_live_box {
		padding: 20px 0;
		border-bottom: 2px solid #c7edf5;
	}

	.tv_live_name {
		color: #009ad4;
		font-size: 16px;
	}

	.tv_live_name span {
		font-size: 12px;
	}


	.tv_live_week {
		font-size: 14px;
	}

	.tv_live_week span {
		font-size: 12px;
	}

	.tv_live_link {
		margin-top: 10px;
	}

	.tv_live_link a {
		position: relative;
		display: inline-block;
		padding: 3px 25px 3px 10px;
		border-radius: 50px;
		background: #daf5ff;
		color: #009ad4;
		font-size: 12px;
	}

	.tv_live_link a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		z-index: 1;
		margin-top: -3px;
		width: 8px;
		height: 7px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/tv_live_arrow.svg') no-repeat;
		background-size: 8px auto;
		content: '';
	}

	.tv_live_more {
		margin: 40px 0;
		text-align: center;
	}

	.tv_live_more .viewmore {
		display: inline-block;
	}

	.tv_live_more .viewmore a {
		padding: 10px 10px 0 0;
	}

	.tv_next {
		margin-bottom: 30px;
		padding: 30px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue2.png') ;
		background-size: 8px 8px;
	}

	.tv_next_inner {
		margin: 0 20px;
	}

	.tv_next_title {
		margin-bottom: 20px;
		padding: 30px 0;
		background: #80d6e8;
		text-align: center;
	}

	.tv_next_box {
		padding: 30px;
		background: #fff;
	}

	.tv_next_box h3 {
		margin-bottom: 10px;
		color: #009ad4;
		font-weight: normal;
		font-size: 18px;
	}

	.tv_next_box p {
		line-height: 2;
	}

	.tv_history {
		padding: 30px 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_green.png') ;
		background-size: 8px 8px;
	}

	.tv_history_inner {
		margin: 0 20px;
	}

	.tv_history_title {
		margin-bottom: 20px;
		padding: 30px 0;
		background: #b4dd5f;
		text-align: center;
	}

	.tv_history_box {
		margin-bottom: 20px;
		padding: 30px;
		background: #fff;
	}

	.tv_history_box h3 {
		margin-bottom: 10px;
		color: #8dc556;
		font-weight: normal;
		font-size: 18px;
	}

	.tv_history_box p {
		line-height: 2;
	}

	.special_container {
	}

	.special_inner {
		display: flex;
		margin: 0 20px;

		justify-content: space-between;
		flex-wrap: wrap;
	}

	.special_detail_inner {
		margin: 0 20px;
	}

	.special_box {
		position: relative;
		margin-bottom: 15px;
		padding: 0 0 30px;
		width: 49%;
	}

	.special_box:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 5px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue2.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.special_thumb {
		margin-bottom: 15px;
	}

	.special_thumb img {
		width: 100%;
		height: auto;
		border: 1px solid #009ad4;
		border-radius: 10px;
	}

	.special_date {
		font-size: 12px;
	}

	.special_title a {
		color: #009ad4;
		font-size: 14px;
	}

	.mailmagazine_container {
		text-align: center;
	}

	.mailmagazine_inner {
		margin-bottom: 4s0px;
	}

	.mailmagazine_description {
		color: #009ad4;
		text-align: center;
		font-size: 12px;
	}

	.mailmagazine_regist {
		margin: 40px 0;
		text-align: center;
	}

	.mailmagazine_regist .viewmore {
		display: inline-block;
	}

	.mailmagazine_regist .viewmore a {
		padding: 10px 0 0 0;
		width: 160px;
		height: 43px;
		background-size: 160px auto;
		font-size: 14px;
	}

	.mailmagazine_link ul {
	}

	.mailmagazine_link ul li {
		margin: 0 20px;
	}

	.mailmagazine_link ul li a {
		position: relative;
		display: block;
		display: inline-block;
		padding: 0 0 30px 0;
		color: #000;
		font-size: 16px;
	}

	.mailmagazine_link ul li a:after {
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -8px;
		width: 17px;
		height: 17px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/tv_live_arrow.svg') no-repeat center right;
		background-size: 17px auto;
		content: '';
		transform: rotate(90deg);
	}

	.mailmagazine_link ul li:last-child a:after {
		display: none;
	}

	.event {
		padding: 40px 0;
	}

	.event_inner {
		position: relative;
		margin: 0 20px;
	}

	.event_container {
	}

	.event_box {
		position: relative;
		display: flex;
		margin: 30px 0 0;
		padding: 20px;
		border: 2px solid #80d6e8;
		border-radius: 10px;
		background: #fff;
	}

	.event_box:before {
		position: absolute;
		top: -2px;
		left: 2%;
		width: 96%;
		height: 2px;
		background: #fff;
		content: '';
	}

	.event_box:after {
		position: absolute;
		bottom: -2px;
		left: 2%;
		width: 96%;
		height: 2px;
		background: #fff;
		content: '';
	}

	.event_thumb {
		width: 50%;
	}

	.event_thumb img {
		width: 100%;
		height: auto;
	}

	.event_textarea {
		display: flex;
		padding-left: 10px;
		width: 50%;

		align-items: center;
	}

	.event_textarea_inner {
		text-align: left;
	}

	.event_title {
		font-size: 14px;
	}

	.event_title a {
		color: #009ad4;
	}

	.event_date {
		display: flex;
		color: #363636;
	}

	.event_date_next {
		padding: 1px 20px 0 0;
		background: url('https://nananiji.zzzhxxx.top/assets/home/icon_next.svg') no-repeat 37px 8px;
		background-size: 10px auto;
		letter-spacing: 1px;
		font-size: 12px;
	}

	.event_date_detail {
		font-size: 12px;
	}

	.event_date_detail .small {
		font-size: 10px;
	}

	.event_viewmore {
		display: flex;
		margin: 20px 0 0;

		justify-content: flex-end;
	}

	.artist_container,
	.character_container {
		padding: 0 0 40px;
	}

	.artist_inner,
	.character_inner {
		position: relative;
		display: flex;
		margin: 0 20px;
		max-width: 1120px;

		justify-content: space-between;
		flex-wrap: wrap;
	}

	.artist_box,
	.character_box {
		position: relative;
		margin-bottom: 20px;
		width: 49%;
	}

	.artist_thumb,
	.character_thumb {
		position: relative;
		margin-bottom: 10px;
		padding-bottom: 5px;
		text-align: center;
	}

	.artist_thumb img {
		width: 100%;
		height: auto;
	}

	.character_thumb img {
		width: 100%;
		height: auto;
		border: 2px solid #c4ecf4;
	}

	.artist_thumb:before,
	.character_thumb:before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 5px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue2.png') ;
		background-size: 9px 9px;
		content: '';
	}

	.character_thumb a {
		display: block;
	}

	.artist_textarea,
	.character_textarea {
		position: relative;
		margin: 0 0 0;
		padding: 5px 10px;
		border: 2px solid #c4ecf4;
		border-radius: 5px;
		background: #fff;
		color: #009ad4;
	}

	.artist_textarea_inner,
	.character_textarea_inner {
		display: flex;

		justify-content: space-between;
		align-items: center;
	}

	.artist_textarea:before,
	.character_textarea:before {
		position: absolute;
		top: -2px;
		left: 4%;
		width: 92%;
		height: 2px;
		background: #fff;
		content: '';
	}

	.artist_textarea:after,
	.character_textarea:after {
		position: absolute;
		bottom: -2px;
		left: 4%;
		width: 92%;
		height: 2px;
		background: #fff;
		content: '';
	}

	.artist_textarea_chara {
	}

	.artist_textarea_chara a,
	.character_textarea_artist a {
		display: inline-block;
		border-radius: 50%;
	}

	.artist_textarea_chara a img,
	.character_textarea_artist a img {
		width: 40px;
		height: auto;
		border-radius: 50%;
	}

	.artist_name,
	.character_name {
		font-weight: normal;
		font-size: 16px;
	}

	.artist_furi,
	.character_furi {
		font-size: 12px;
	}

	.artist_detail_container {
	}

	.artist_detail_inner {
		position: relative;
		margin: 0 20px;
		max-width: 1120px;
	}

	.artist_detail_profile {
		margin-bottom: 50px;
	}

	.artist_detail_thumb {
	}

	.artist_detail_thumb img {
		width: 100%;
		height: auto;
	}

	.artist_detail_textarea {
		padding: 20px 0 0;
	}

	.artist_detail_name {
		color: #009ad4;
		font-weight: normal;
		font-size: 24px;
	}

	.artist_detail_furi {
		color: #009ad4;
		font-size: 12px;
	}

	.artist_detail_textarea dl {
		margin: 20px 0;
		font-size: 13px;
	}

	.artist_detail_textarea dl dt {
		float: left;
		padding: 6px 0;
		width: 4em;
		color: #009ad4;
		font-weight: bold;
	}

	.artist_detail_textarea dl dd {
		padding: 6px 0 6px 6em;
	}

	.artist_detail_sns {
		display: flex;

		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.artist_detail_sns li {
		margin: 10px;
		width: 145px;
	}

	.artist_detail_sns li a {
		display: block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 12px;
	}

	.artist_detail_box {
		margin-bottom: 40px;
	}

	.artist_detail_lead {
		margin-bottom: 15px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d5d5d5;
		color: #009ad4;
		text-align: center;
		letter-spacing: 2px;
		font-weight: 100;
		font-size: 24px;
	}



	.artist_detail_freetalk {
		margin: 50px auto 0;
		max-width: 640px;
	}

	.talk-inner-player {
		position: relative;
		padding-top: 56.25%;
		width: 100%;
		height: 0;
	}

	.talk-inner-player iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.sample-voice-list {
		display: flex;
		margin: 30px 0 0;

		justify-content: center;
		flex-wrap: wrap;
		align-content: center;
	}

	.sample-voice-list li {
		margin: 10px;
	}

	.sample-voice-list li a {
		display: block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 12px;
	}

	.sample-voice-list li.active a {
		padding: 8px 0 0 25px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back_hover.svg') no-repeat;
		background-size: 145px auto;
		color: #fff;
	}

	#brightcovePlayerAudio_player {
		height: 0;
	}

	.artist_detail_box dl {
		font-size: 13px;
		line-height: 2;
	}

	.artist_detail_box dl dt {
		float: left;
		padding: 20px 0;
		width: 6em;
		color: #009ad4;
		font-weight: bold;
	}

	.artist_detail_box dl dd {
		padding: 20px 0 20px 7em;
		border-bottom: 1px solid rgba(216,238,251,.6);
	}


	.artist_detail_textarea_head {
		display: flex;
	}

	.artist_detail_textarea_headname {
		margin-right: 20px;
	}

	.artist_detail_textarea_headchara {
	}

	.artist_detail_textarea_headchara a {
		display: inline-block;
		border-radius: 50%;
	}

	.artist_detail_textarea_headchara a img {
		width: 60px;
		height: auto;
		border-radius: 50%;
	}

	.artist_chara_amaki {
		background: #ebe9ac;
	}

	.artist_chara_umino {
		background: #e4cbc5;
	}

	.artist_chara_kawase {
		background: #99c1e0;
	}

	.artist_chara_kuraoka {
		background: #f0b97c;
	}

	.artist_chara_saijyou {
		background: #bebec7;
	}

	.artist_chara_shirosawa {
		background: #c2c3d8;
	}

	.artist_chara_suzuhana {
		background: #fdb6c2;
	}

	.artist_chara_takatsuji {
		background: #7e017d;
	}

	.artist_chara_takeda {
		background: #95ee97;
	}

	.artist_chara_hokaze {
		background: #efc1c5;
	}

	.artist_chara_miyase {
		background: #f4cddf;
	}

	.character_name_kawano {
		color: #eda956;
	}

	.character_name_saitou {
		color: #98c2e4;
	}

	.character_name_satou {
		color: #e6989c;
	}

	.character_name_takigawa {
		color: #9393a2;
	}

	.character_name_tachikawa {
		color: #efacc9;
	}

	.character_name_toda {
		color: #d4a99c;
	}

	.character_name_fujima {
		color: #ddda74;
	}

	.character_name_maruyama {
		color: #9a9bbf;
	}

	.character_name_kamiki {
		color: #ffb6c1;
	}

	.character_name_toujyou {
		color: #800080;
	}

	.character_name_hiiragi {
		color: #90ee90;
	}

	.character_detail_container {
		position: relative;
		padding: 0 0 40px;
	}


	.character_detail_kawano {
		background: #eda956;
		color: #fff;
	}

	.character_detail_saitou {
		background: #98c2e4;
		color: #fff;
	}

	.character_detail_satou {
		background: #e6989c;
		color: #fff;
	}

	.character_detail_takigawa {
		background: #9393a2;
		color: #fff;
	}

	.character_detail_tachikawa {
		background: #efacc9;
		color: #fff;
	}

	.character_detail_toda {
		background: #d4a99c;
		color: #fff;
	}

	.character_detail_fujima {
		background: #ddda74;
		color: #fff;
	}

	.character_detail_maruyama {
		background: #9a9bbf;
		color: #fff;
	}

	.character_detail_kamiki {
		background: #ffb6c1;
		color: #fff;
	}

	.character_detail_toujyou {
		background: #800080;
		color: #fff;
	}

	.character_detail_hiiragi {
		background: #90ee90;
		color: #fff;
	}

	.character_img_kawano img {
		border: 3px solid #eda956;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(236,168,86,.3);
	}.character_img_fujima img {
		border: 3px solid #ddda74;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(221,218,116,.3);
	}

	.character_img_toujyou img {
		border: 3px solid #800080;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(128,0,128,.3);
	}

	.character_img_toda img {
		border: 3px solid #d4a99c;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(212,169,156,.3);
	}

	.character_img_takigawa img {
		border: 3px solid #9393a2;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(147,147,162,.3);
	}

	.character_img_tachikawa img {
		border: 3px solid #efacc9;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(239,172,201,.3);
	}

	.character_img_satou img {
		border: 3px solid #e6989c;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(230,152,156,.3);
	}

	.character_img_saitou img {
		border: 3px solid #98c2e4;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(152,194,228,.3);
	}

	.character_img_maruyama img {
		border: 3px solid #9a9bbf;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(154,155,191,.3);
	}

	.character_img_kamiki img {
		border: 3px solid #ffb6c1;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(255,182,193,.3);
	}

	.character_img_hiiragi img {
		border: 3px solid #90ee90;
		border-radius: 100px;
		box-shadow: 6px 6px 0 rgba(144,238,144,.3);
	}

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

	.character_detail_left {
		padding: 0;
	}

	.character_detail_right {
		padding: 0 0 0 00px;
	}


	.character_detail_title {
		padding: 30px 0 40px;
	}

	.character_detail_left h3 {
		text-align: center;
		letter-spacing: 10px;
		font-weight: 300;
		font-size: 38px;
	}

	.character_detail_title_en {
		text-align: center;
		letter-spacing: 3px;
		font-weight: 100;
		font-size: 14px;
	}

	.character_detail_inner {
		position: relative;
		margin: 0;
		padding: 0 20px;
		max-width: 1230px;
		text-align: center;
	}

	.character_detail_img {
	}

	.character_detail_img_inner {
		position: relative;
		width: 100%;
		text-align: right;
	}

	.character_detail_img_inner:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ' ';
		font-size: 0;
	}

	.character_detail_img_main {
		position: absolute;
		top: 100px;
		left: 0;
		z-index: 20;
		width: 70%;
		text-align: center;
	}

	.character_detail_img_main_inner {
		position: relative;
	}

	.character_detail_img_main1,
	.character_detail_img_main2 {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 21;
		width: 100%;
		text-align: center;
	}

	.character_detail_img_main img {
		width: auto;
		height: 450px;
	}

	.character_detail_img_main2,
	.character_detail_img_main4 {
		display: none;
	}

	.character_detail_img_change {
		float: right;
		margin: auto;
		padding: 40px 0 0;
		width: 100px;
		text-align: center;
		letter-spacing: 1px;
		font-size: 10px;
	}

	.character_detail_img_change a {
		display: block;
		margin: 0 auto;
		width: 60px;
		height: 60px;
		border-radius: 60px;
		background: #fff;
	}

	.character_detail_img_change a img {
		width: 100%;
		height: auto;
		border-radius: 100px;
	}

	.character_detail_img_change_arrow {
		float: right;
		clear: both;
		padding: 20px 0 0;
		width: 100px;
		text-align: center;
	}

	.character_detail_img_change_arrow img {
	}



	.character_detail_profile {
		padding: 20px;
		max-width: 440px;
		background: #fff;
	}

	.character_detail_profile h4 {
		color: #009ad4;
		letter-spacing: 5px;
		font-weight: 100;
		font-size: 23px;
	}

	.character_detail_profile_table {
		display: flex;
		font-size: 12px;

		justify-content: space-between;
	}

	.character_detail_profile_table dl {
		width: 49%;
	}

	.character_detail_profile_table dl.character_detail_profile_table_full {
		width: 100%;
	}

	.character_detail_profile_table dl dt {
		float: left;
		padding: 8px 0 8px 0;
		width: 8em;
		color: #009ad4;
	}

	.character_detail_profile_table dl dd {
		padding: 8px 0 8px 8em;
		border-bottom: 1px solid #daf5ff;
	}

	.character_detail_thumb {
		overflow: hidden;
		margin-bottom: 20px;
		padding: 20px 0;
		padding-right: 10px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/line_blue2.png') ;
		background-size: 9px 9px;
		text-align: right;
	}

	.character_detail_thumb img {
		width: 150px;
		height: auto;
		border: 3px solid #daf5ff;
		border-radius: 150px;
		background: #fff;
	}

	.character_detail_description {
		margin: 80px 20px 0;
		font-size: 15px;
		line-height: 1.8;
	}


	.character_detail_design {
		margin: 20px;
		padding: 20px 0 0;
		border-top: 2px solid #daf5ff;
		background: #fff;
	}

	.character_detail_subtitle {
		margin-bottom: 20px;
		color: #009ad4;
		letter-spacing: 3px;
		font-weight: 100;
		font-size: 15px;
	}

	.character_detail_design h5 {
		font-weight: 400;
		font-size: 15px;
	}

	.character_detail_design p {
		margin: 5px 0 0;
		font-size: 12px;
	}

	.character_detail_actor {
		margin: 20px;
		padding: 20px 0 0;
		border-top: 2px solid #daf5ff;
	}

	.character_detail_actor_inner {
		display: flex;
	}

	.character_detail_actor_thumb {
		margin-right: 10px;
		width: 80px;
	}

	.character_detail_actor_thumb img {
		width: 100%;
		height: auto;
		border-radius: 50%;
	}

	.character_detail_actor_text {
		display: flex;
		width: 100%;

		align-items: flex-end;
		justify-content: space-between;
	}

	.character_detail_actor_text h4 {
		margin-right: 20px;
		padding-bottom: 10px;
		font-weight: normal;
		font-size: 15px;
	}

	.character_detail_actor_text a {
		display: block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 12px;
	}


	.character_detail_movie {
		margin: 20px;
		padding: 20px 0 0;
		border-top: 2px solid #daf5ff;
	}

	.character_detail_movie_inner {
		display: flex;

		justify-content: space-between;
		align-items: flex-end;
	}


	.character_detail_movie_bn {
		position: relative;
		width: 185px;
		border-radius: 10px;
	}

	.character_detail_movie_bn_thumb {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 1;
		overflow: hidden;
		width: 80px;
		height: 108px;
	}

	.character_detail_movie_bn_thumb img {
		width: 100%;
		height: auto;
	}

	.character_detail_movie_bn_text {
		position: relative;
		overflow: hidden;
	}

	.character_detail_movie_bn_text:before {
		position: absolute;
		top: 35px;
		right: -70px;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,.3);
		content: '';
		transform: rotate(-45deg);
	}

	.character_detail_movie_bn_text1 {
		padding: 8px 0 0 10px;
		background: rgba(255,255,255,.1);
		font-size: 12px;
	}

	.character_detail_movie_bn_text2 {
		padding: 0 0 4px 10px;
		background: rgba(255,255,255,.1);
		font-weight: 300;
		font-size: 20px;
	}

	.character_detail_movie_bn_text3 {
		padding: 2px 20px 2px 0;
		text-align: right;
		font-size: 12px;
	}

	.character_detail_twitter {
		margin: 20px;
		padding: 20px 0 0;
		border-top: 2px solid #daf5ff;
		text-align: right;
	}

	.character_detail_twitter h4 {
		text-align: left;
	}

	.character_detail_twitter2 {
	}

	.character_detail_movie_inner a {
		display: inline-block;
		padding: 10px 0 0 10px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		text-align: left;
		font-weight: bold;
		font-size: 12px;
	}

	.character_detail_twitter a {
		display: inline-block;
		padding: 10px 0 0 25px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		text-align: left;
		font-weight: bold;
		font-size: 12px;
	}

	.producer_detail_container {
	}

	.producer_detail_inner {
		position: relative;
		margin: 30px 20px 100px;
		max-width: 1120px;
	}

	.producer_detail_profile {
		margin-bottom: 50px;
	}

	.producer_detail_thumb {
		margin: 0 auto 30px;
		width: 60%;
	}

	.producer_detail_thumb img {
		width: 100%;
		height: auto;
	}

	.producer_detail_textarea {
		padding: 0;
	}

	.producer_detail_name {
		margin-bottom: 30px;
		color: #009ad4;
		font-weight: normal;
		font-size: 20px;
	}

	.producer_detail_name span {
		font-size: 14px;
	}

	.producer_detail_text {
		line-height: 2;
	}

	.discography_detail_container {
		margin: 0 20px 50px;
	}

	.discography_detail_inner {
		margin: 0 auto;
		max-width: 1040px;
	}

	.discography_detail_main {
		position: relative;
	}


	.discography_detail_main h2 {
		margin-bottom: 20px;
		color: #009ad4;
		font-weight: normal;
		font-size: 18px;
	}

	.discography_detail_feature {
		margin-bottom: 60px;
	}

	.discography_detail_thumb {
		margin-bottom: 30px;
		font-size: 12px;
		line-height: 2;
	}

	.discography_detail_thumb img {
		width: 100%;
		height: auto;
	}

	.discography_detail_description {
		font-size: 13px;
		line-height: 2;
	}

	.discography_detail_box {
		margin-bottom: 40px;
	}

	.discography_detail_lead {
		margin-bottom: 30px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d5d5d5;
		color: #009ad4;
		text-align: center;
		letter-spacing: 5px;
		font-weight: 100;
		font-size: 24px;
	}

	.discography_detail_link {
		display: flex;

		flex-wrap: wrap;
		justify-content: center;
	}

	.discography_detail_link li {
		margin: 0 10px 10px 0;
		width: 145px;
	}

	.discography_detail_link li a {
		display: block;
		padding: 10px 0 0 20px;
		width: 145px;
		height: 38px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 145px auto;
		color: #009ad4;
		font-weight: bold;
		font-size: 10px;
	}

	/* @end */

	/* @group blog */

	.blog_container {
		padding: 0 0 30px;
	}

	.blog_inner {
		position: relative;
		margin: 0 20px;
		max-width: 1120px;
	}

	.blog {
	}

	.blog_main {
	}

	.blog_side {
	}

	.blog-list {
	}

	.blog-list li {
		margin-bottom: 40px;
	}

	.blog-list__thumb img {
		width: 100%;
		height: auto;
		background-size: cover;
	}

	.blog-list__thumb {
		margin-bottom: 20px;
	}

	.blog-list__title .title {
		margin-bottom: 5px;
		font-size: 16px;
	}

	.blog-list__title .date {
		color: #333;
		font-size: 12px;
	}

	.blog-list__title .name {
		color: #333;
		font-size: 12px;
	}

	.blog-list__txt {
		margin: 20px 0 0;
		min-height: 60px;
		color: #666;
		font-size: 12px;
	}

	.blog-list__more {
		margin: 20px 0 30px;
		text-align: center;
	}

	.blog-list__more .more a {
		display: block;
		margin: 0 auto;
		padding: 8px 0 0 20px;
		width: 100px;
		height: 26px;
		background: url('https://nananiji.zzzhxxx.top/assets/home/viewmore_back.svg') no-repeat;
		background-size: 100px auto;
		color: #009ad4;
		text-align: left;
		font-weight: bold;
		font-size: 8px;
	}

	.blog-list__pager {
		display: table;
		margin: 30px 0 30px;
		padding-top: 20px;
		width: 100%;
		border-top: 1px solid #e9e9e9;
		font-size: 12px;
	}

	.blog-list__pager .pager_next {
		display: table-cell;
		vertical-align: middle;
		text-align: right;
	}

	.blog .blog-list__pager .pager_top {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.blog-list__pager .pager_prev {
		display: table-cell;
		text-align: left;
	}

	.blog .blog-list__pager .pager_prev a::before {
		margin-right: 10px;
		color: rgb(26, 153, 232);
		content: '＜';
		font-size: 12px;
	}

	.blog .blog-list__pager .pager_next a::after {
		margin-left: 10px;
		color: rgb(26, 153, 232);
		content: '＞';
		font-size: 12px;
	}

	.blog-entry__head,
	.blog-member__head,
	.blog-monthly__head {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #009ad4;
		color: #009ad4;
		letter-spacing: 2px;
		font-weight: 100;
		font-size: 18px;
		line-height: 1;
	}

	.blog-entry,
	.blog-member {
		margin-bottom: 40px;
	}

	.blog-entry-list li {
		margin-bottom: 20px;
	}

	.blog-entry-list a {
		display: flex;
	}

	.blog-entry-list__thumb {
		margin-right: 5%;
		width: 25%;
	}

	.blog-entry-list__thumb img {
		width: 100%;
		height: auto;
		background-position: center center;
		background-size: cover;
	}

	.blog-entry-list__title {
		width: 70%;
		font-size: 12px;
	}

	.blog-entry-list__title .date,
	.blog-entry-list__title .name {
		color: #333;
	}

	.blog-member-list {
		display: flex;

		justify-content: space-between;
		flex-wrap: wrap;
	}
	.blog-member-list::after {
		display: block;
		margin-bottom: 20px;
		width: 30%;
		content: '';
		text-align: center;
	}

	.blog-member-list li {
		margin-bottom: 20px;
		width: 30%;
		text-align: center;
	}

	.blog-member-list__thumb .thumb img {
		margin-bottom: 5px;
		width: 100%;
		height: auto;
	}

	.blog-member-list__thumb .name {
		color: #333;
		font-size: 12px;
	}

	.blog .blog-monthly select {
		margin: 0;
		padding: 0;
		padding: 5px 10px;
		width: 100%;
		height: 50px;
		border: 0;
		border: solid 1px #000;
		border-radius: 0;
		vertical-align: middle;
		font-size: 14px;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}

	.blog_main h3 {
		margin-bottom: 30px;
		padding: 20px;
		border-top: 1px solid #009ad4;
		border-bottom: 1px solid #009ad4;
		color: #009ad4;
		text-align: center;
		font-weight: 300;
		font-size: 18px;
	}


	/* @end */

	/* @group footer */

	footer {
	}

	.footer_left {
	}

	.footer_bn {
		padding: 30px 0;
		background: rgba(216,238,251,.4);
	}

	.footer_left_inner {
	}

	.footer_bn .footer_left_inner {
		display: flex;
		padding: 0 30px;

		justify-content: space-between;
	}

	.footer_bn_box {
		width: 30%;
	}

	.footer_bn_box img {
		width: 100%;
		height: auto;
	}

	.footer_producer {
		margin: 20px 0 0;
		text-align: center;
	}

	.footer_producer a {
		display: inline-block;
		padding: 5px 15px;
		border: 1px solid #009ad4;
		border-radius: 30px;
		color: #009ad4;
		letter-spacing: 1px;
		font-size: 12px;
	}

	.footer_copyright {
		margin: 20px 0;
		color: #009ad4;
		text-align: center;
		font-size: 12px;
	}

	.footer_copyright a {
		color: #009ad4;
	}

	.footer_right {
		padding: 20px 0;
		background:    -moz-linear-gradient(left, #008bd5, #07acce);
		background: -webkit-linear-gradient(left, #008bd5, #07acce);
		background:     -ms-linear-gradient(left, #008bd5, #07acce);
		background:         linear-gradient(left right, #008bd5, #07acce);
		color: #fff;
	}

	.footer_right_inner {
		text-align: center;
	}

	.footer_right_inner h3 {
		margin-bottom: 20px;
		letter-spacing: 2px;
		font-weight: 100;
		font-size: 24px;
	}

	.footer_right_inner h4 {
		margin-bottom: 10px;
		letter-spacing: 1px;
		font-weight: normal;
		font-size: 14px;
	}

	.footer_right_inner h4 a {
		font-size: 14px;
		background: none;
		display: inline-block;
		border-radius:0;
		border-bottom: 1px solid #fff;
		padding: 0 0.3em;
		color: #fff;
	}

	.footer_right_inner a {
		display: inline-block;
		padding: 2px 20px;
		border-radius: 20px;
		background: #fff;
		font-size: 12px;
		margin-bottom: 18px;
	}

	/* @end */

	/* @group obj */

	.rellax {
		-ms-filter: blur(4px);
		    filter: blur(4px);
	}

	.obj_01 {
		position: absolute;
		top: 1500px;
		left: 100px;
	}

	.obj_02 {
		position: absolute;
		top: 2000px;
		right: 100px;
	}

	.obj_03 {
		position: absolute;
		top: 2200px;
		left: 200px;
	}

	.obj_04 {
		position: absolute;
		top: 2300px;
		right: 150px;
	}

	.obj_05 {
		position: absolute;
		top: 2600px;
		left: 70px;
	}

	.obj_06 {
		position: absolute;
		top: 2800px;
		right: 60px;
	}

	.obj_07 {
		position: absolute;
		top: 3000px;
		right: 5%;
	}

	.obj_08 {
		position: absolute;
		top: 3200px;
		left: 50%;
	}

	.obj_09 {
		position: absolute;
		top: 3500px;
		left: 60%;
	}

	.obj_10 {
		position: absolute;
		top: 4000px;
		left: 30px;
	}

	.obj_11 {
		position: absolute;
		top: 4200px;
		right: 40%;
	}

	.obj_12 {
		position: absolute;
		top: 4500px;
		left: 50px;
	}

	.obj_13 {
		position: absolute;
		top: 4600px;
		right: 450px;
	}

	.obj_14 {
		position: absolute;
		top: 4600px;
		right: 20%;
	}

	.obj_15 {
		position: absolute;
		top: 4800px;
		left: 60px;
	}

	.obj_16 {
		position: absolute;
		top: 4600px;
		right: 20px;
	}

	.obj_17 {
		position: absolute;
		top: 4800px;
		left: 50%;
	}

	.obj_18 {
		position: absolute;
		top: 4800px;
		right: 5%;
	}

	.page_obj_01 {
		position: absolute;
		top: 50px;
		left: 20px;
		z-index: -1;
	}

	.page_obj_02 {
		position: absolute;
		top: 220px;
		right: 10px;
		z-index: -1;
	}

	.page_obj_03 {
		position: absolute;
		top: 140px;
		left: 50px;
		z-index: -1;
	}

	.page_obj_04 {
		position: absolute;
		top: 220px;
		right: 50px;
		z-index: -1;
	}

	.page_obj_05 {
		position: absolute;
		top: 500px;
		left: 10px;
		z-index: -1;
	}

	.page_obj_06 {
		position: absolute;
		top: 680px;
		right: 60px;
		z-index: -1;
	}

	.page_obj_07 {
		position: absolute;
		top: 600px;
		left: 100px;
		z-index: -1;
	}

	.page_obj_08 {
		position: absolute;
		top: 240px;
		left: 50%;
		z-index: -1;
	}

	.page_obj_09 {
		position: absolute;
		top: 350px;
		left: 60%;
		z-index: -1;
	}

	.page_obj_10 {
		position: absolute;
		top: 1500px;
		left: 30px;
		z-index: -1;
		display: none;
	}

	.page_obj_11 {
		position: absolute;
		top: 1600px;
		right: 40%;
		z-index: -1;
		display: none;
	}

	.page_obj_12 {
		position: absolute;
		top: 1700px;
		left: 50px;
		display: none;
	}

	.page_obj_13 {
		position: absolute;
		top: 1800px;
		right: 450px;
		z-index: -1;
		display: none;
	}

	.page_obj_14 {
		position: absolute;
		top: 1800px;
		left: 500px;
		z-index: -1;
		display: none;
	}

	.page_obj_15 {
		position: absolute;
		top: 1900px;
		left: 60px;
		z-index: -1;
		display: none;
	}

	.page_obj_16 {
		position: absolute;
		top: 2000px;
		right: 200px;
		z-index: -1;
		display: none;
	}

	.page_obj_17 {
		position: absolute;
		top: 2500px;
		left: 50%;
		z-index: -1;
		display: none;
	}

	.page_obj_18 {
		position: absolute;
		top: 2200px;
		right: 5%;
		z-index: -1;
		display: none;
	}

	/* @end */

	.modaal-inner-wrapper {
		padding: 0 !important;
	}

	.modaal-video-wrap {
		margin: 0 20px !important;
	}


	/* @group pager */

	.pager_container {
		position: relative;
		margin: 0 20px;
		max-width: 1120px;
	}

	.pager {
		margin: 30px 0;
		font-size: 12px;
	}

	.pager:after {
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ' ';
		font-size: 0;
	}

	.pager li {
		display: none;
	}

	.pager li.previous,
	.pager li.next {
		display: block;
	}

	.pager li.previous {
		float: left;
	}

	.pager li.next {
		float: right;
	}

	.pager .previous a::before {
		margin-right: 10px;
		color: rgb(26, 153, 232);
		content: '＜';
		font-size: 12px;
	}

	.pager .next a::after {
		margin-left: 10px;
		color: rgb(26, 153, 232);
		content: '＞';
		font-size: 12px;
	}

	/* @end */
}


.pcmode .fc__sitesupport {
	display: none !important;
}

.fc__sitesupport {
	background: url(https://nananiji.zzzhxxx.top/assets/home/bg_circle.png) no-repeat top center, linear-gradient(90deg, #3c9ab9 55%, #66bedb 99%);
    color: #fff;
    padding: 2em 0 0;
    margin: 0 0 4px;
}
.fc__sitesupport a {
	color: #fff;
}
.fc__sitesupport_wrap {
	margin: auto;
	padding: 0 20px 20px 20px;
}
@media screen and (min-width: 768px) {
	.fc__sitesupport_wrap {
		max-width: 480px;
	}
}

.fc__sitesupport_wrap .flexbox {
	justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fc__sitesupport h3 {
	font-size: 17px;
	text-align: center;
    line-height: 1.64;
    margin-bottom: 30px;
    letter-spacing: 4px;
	text-align: center;
	font-weight: normal;
}
.fc__sitesupport_wrap ul {
	margin-bottom: 35px;
}
.fc__sitesupport_wrap ul li {
	width: 46%;
	background: url('https://nananiji.zzzhxxx.top/assets/home/arrow.svg') no-repeat right center;
	background-size: 13px auto;
}
.fc__sitesupport_wrap ul li:first-child {
	margin-right: 20px;
}
.fc__sitesupport_wrap ul li a {
	display: block;
	letter-spacing: 1px;
	font-size: 11px;
}

.fc__sitesupport__expander {
  padding-bottom: 30px;
}
.fc__sitesupport__expander h3{
  background-repeat: no-repeat;
  transition: all 100ms;
  position: relative;
  margin: 0;
}
.fc__sitesupport__expander h3::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 28px;
  background-image: url(https://nananiji.zzzhxxx.top/assets/home/common/icn_plus.svg);
  top: 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 50% 50%;
  margin-top: -5px;
  transition: all 100ms;
}
.fc__sitesupport__expander h3.is-open::after{
  transform: rotateZ(45deg);
}
.fc__sitesupport__expander .fc__sitesupport_wrap {
  display: none;
  padding-bottom: 0;
  margin-top: 20px;
}
.fc__sitesupport__expander.fc__sitesupport h3 {
  margin-bottom: 0;
}

@media all and (min-width: 1260px) {
	.footer_right_inner {
		width: 70%;
		text-align: right;
		padding: 0;
	}
}

/* TODAY'S MEDIA style start */

.index_media {
  background: #f0f1f5;
}

@media screen and (min-width: 769px) {
  .index_media {
		padding: 30px 0;
	}
}

@media screen and (max-width: 768px) {
  .index_media {
		padding: 20px 0;
	}
}

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

@media screen and (min-width: 769px) {
  .index_media_inner {
    max-width: 1180px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .index_media_inner {
    margin: 0 20px;
  }
}

.index_media_box {
  background: #fff;
}

@media screen and (min-width: 769px) {
  .index_media_box {
    display: flex;
    border-radius: 35px;
    padding: 12px 30px;
		padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .index_media_box {
    border-radius: 10px;
    padding: 12px 15px 5px;
  }
}

.index_media_title {
  color: #009ad4;
  letter-spacing: 0.25em;
}

@media screen and (min-width: 769px) {
  .index_media_title {
    font-size: 18px;
    width: 270px;
    padding: 5px 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .index_media_title {
    font-size: 16px;
    text-align: center;
  }
}

.index_media_entry {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .index_media_entry_item {
    padding: .5em 0;
  }
}

@media screen and (min-width: 769px) {
  .index_media_entry_item:not(:first-of-type) {
    margin-top: 1em;
  }
}

@media screen and (max-width: 768px) {
  .index_media_entry_item:not(:first-of-type) {
    border-top: 1px solid #abd7ee;
  }
}

.index_media_entry_item a {
  display: flex;
  align-items: flex-start;
  background-image: url(https://nananiji.zzzhxxx.top/assets/home/top/icon-media_arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  transition: 300ms;
}

@media screen and (min-width: 769px) {
  .index_media_entry_item a {
    padding: 5px 0;
    background-size: 37px;
  }

  .index_media_entry_item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .index_media_entry_item a {
    background-size: 21px;
		padding: .25em 0;
  }
}

.index_media_entry_cat {
  text-align: center;
  display: block;
  padding: 5px 10px 3px;
  background: #009ad4;
  color: #fff;
  flex-shrink: 0;
}

@media screen and (min-width: 769px) {
  .index_media_entry_cat {
    font-size: 12px;
    width: 85px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .index_media_entry_cat {
    width: 50px;
    font-size: 10px;
    line-height: 1;
    margin-right: 10px;
  }
}

.index_media_entry_title {
  color: #6c6c6c;
  flex-grow: 1;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 769px) {
  .index_media_entry_title {
    font-size: 16px;
    letter-spacing: 0.07em;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .index_media_entry_title {
    font-size: 11px;
    padding-right: 30px;
  }
}

/* TODAY'S MEDIA style end */


/* BLOG style start */

@media screen and (min-width: 769px) {
  .index_blog {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .index_blog {
    padding: 30px 0 20px;
  }
}

.index_blog_inner {
  margin: 0 auto;
  max-width: 1280px;
}

@media screen and (min-width: 769px) {
  .index_blog_inner {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_inner {
    padding: 0 20px;
  }
}

.index_blog_inner h2 {
  color: #009ad4;
  font-weight: 100;
  font-size: 100px;
  line-height: 1;
  opacity: .4;
}

@media screen and (min-width: 769px) {
  .index_blog_inner h2 {
    font-size: 100px;
    letter-spacing: 30px;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_inner h2 {
    font-size: 36px;
    letter-spacing: 10px;
  }
}

@media screen and (min-width: 769px) {
  .index_blog_container {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_container {
    margin-top: 40px;
  }
}

.index_blog_box {
  display: flex;
  flex-flow: row wrap;
}

.index_blog_entry {
  border-top: 1px solid #009ad4;
  border-bottom: 1px solid #009ad4;
  position: relative;
  transition: 300ms;
	display: flex;
	flex-flow: column;
}

@media screen and (min-width: 769px) {
  .index_blog_entry {
    width: calc((100% - 10.7%) / 4);
    padding-top: 20px;
    padding-bottom: 48px;
  }

  .index_blog_entry:not(:last-of-type) {
    margin-right: calc(10.7% / 3);
  }

  .index_blog_entry:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_entry {
    width: calc((100% - 7.5%) / 2);
    padding-top: .6em;
    padding-bottom: 30px;
  }

  .index_blog_entry:nth-of-type(2n-1) {
    margin-right: 7.5%;
  }

  .index_blog_entry:not(:nth-of-type(-n+2)) {
    margin-top: 60px;
  }
}

.index_blog_entry_icon {
  border-radius: 50%;
  border: 1px solid #009ad4;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .index_blog_entry_icon {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_entry_icon {
    width: 50px;
  }
}

.index_blog_entry_icon img {
  max-width: 100%;
}

.index_blog_entry_name {
  color: #2b2b2b;
}

@media screen and (max-width: 768px) {
  .index_blog_entry_name {
    font-size: 11px;
  }
}

@media screen and (min-width: 769px) {
  .index_blog_entry_img {
    margin-top: 1em;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_entry_img {
    margin-top: .5em;
  }
}

.index_blog_entry_img img {
  max-width: 100%;
}


.index_blog_entry_title {
  font-weight: normal;
  color: #009ad4;
	margin-top: auto;
}

@media screen and (min-width: 769px) {
  .index_blog_entry_title {
    font-size: 16px;
    padding-top: 0.9em;
		min-height: 4.1em;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_entry_title {
    line-height: 1.35;
    font-size: 11px;
    padding-top: 1em;
		min-height: 3.7em;
  }
}

.index_blog_entry_date {
  position: absolute;
  left: 0;
  color: #2b2b2b;
}

@media screen and (min-width: 769px) {
  .index_blog_entry_date {
    bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_entry_date {
    bottom: 10px;
    font-size: 10px;
  }
}

@media screen and (min-width: 769px) {
  .index_blog_container .viewmore {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .index_blog_container .viewmore {
    margin-top: 45px;
  }
}

.index_blog_container .viewmore a {
  margin: 0 auto;
}

/* BLOG style end */


/* フロートボタン style start */

.fc-float {
  position: fixed;
  z-index: 999;
  display: none;
}

@media screen and (min-width: 769px) {
  .fc-float {
    right: 35px;
    bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .fc-float {
    left: 15px;
    bottom: 15px;
  }
}

.fc-float_btn {
  display: block;
}

@media screen and (min-width: 769px) {
  .fc-float_btn {
    width: 180px;
    transition: 300ms;
  }

  .fc-float_btn:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .fc-float_btn {
    width: 120px;
  }
}

.fc-float_btn img {
  max-width: 100%;
}

/* フロートボタン style end */