/* =================================
	TBS Reset CSS
================================= */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
wbr:after {content:"\00200B";}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
.nocontxt {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;-webkit-user-drag:none;}
.nocontxt img {pointer-events: none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
/* =================================
	COMMON CSS
================================= */
/* link */
a:link {
	text-decoration:underline;
	color: #52aa2c;
}
a:visited {
	text-decoration:none;
	color: #52aa2c;
}
a:active {
	text-decoration:none;
	color: #52aa2c;
}
a:hover {
	text-decoration:underline;
	color: #52aa2c;
}

/* text-color */
.gray {color:#808080;}
.black {color:#171717;}
.purple {color:#a757a8;}
.ultramarine {color:#465daa;}
.blue {color:#0067c0;}
.lightblue {color:#afdfe4;}
.deepgreen {color:#060;}
.green {color:#008000;}
.yellowgreen {color:#b9c42f;}
.yellow {color:#ffb74c;}
.orange {color:#ff7b00;}
.pink {color:#f58f98;}
.vermilion {color:#ef454a;}
.red {color:#ed1a3d;}
.carmine {color:#c22047;}
.magenta {color:#ec008c;}
.brown {color:#994c00;}
.reddishbrown {color:#800000;}
.yellowocher {color:#c39143;}
.gold {color:#ffd700;}
.silver {color:#c0c0c0;}

.s {
	font-size:87.5%;
}
.lazy {
	display:block;
	position:relative;
}
.wbr {
	white-space: nowrap;
	display: inline-block;
}
.mgb-0 {
	margin-bottom:0 !important;
}
.bottom05{
	margin-bottom: 0.5em;
}
.color_red{
	color: #f13336;
}
.color_blue{
	color: #2f69d6;
}
.color_green{
	color: #52aa2c;
}
.f110{
	font-size:110%;
}
.f120{
	font-size:120%;
}
.f130{
	font-size:130%;
}
.f140{
	font-size:140%;
}
.f150{
	font-size:150%;
}
.bold{
	font-weight: bold;
}
.center {
	text-align: center!important;
	display: block;
}
@media all and (min-width: 768px) {
.sp_br{
	display: none;
}
}

/*	bnSuper Area
============================== */
@media all and (min-width: 768px) {
	#bnSuper { height:90px; }
}
@media all and (max-width: 767px) {
	#bnSuper { height:50px; }
}

/*	No Print
============================== */
@media print {
.idx .whats_new{ display: none;}
.news .pic_area{ display: none;}
}

/*	lazy-done
============================== */
.lazy img{
	width:100%;
	height:100%;
}
.lazy-done{
	animation-name: imgFadein;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
}
@keyframes imgFadein {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/*	animation
============================== */
@keyframes main_fadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

/*	text
============================== */
body{
	color: #0d0d0d;
	letter-spacing:0.02em;
}
/*	Web Fonts
============================== */
@font-face {
	font-family: 'Noto Serif';
	src: url('/um/library/fonts/Noto_Serif/NotoSerif-Regular.ttf') format("truetype");
}
@font-face {
	font-family: 'Lusitana';
	src: url('/um/library/fonts/Lusitana/Lusitana-Regular.ttf') format("truetype");
}

/*	background
============================== */
html, body, div#con-body {
	background-color: #fff;
}
@media all and (min-width: 768px) {
.wrap {
	max-width:980px;
	margin:0 auto;
}
.br-sp { display:none;}
.idx .bg {
	padding-bottom: 118px;
}
}
@media all and (max-width: 767px) {
}

/*	menu
============================== */
.menu ul li a {
	text-decoration:none;
}
@media all and (min-width: 768px) {
.menu{
	background-color: #92c313;
	height: 109px;
}
.idx .menu{
	box-shadow:0px 0px 4px -1px #898989;
}
.cmn .menu{
	box-shadow:0px 0px 4px -1px #898989;
}
.menu ul {
	position:relative;
	width: 980px;
	height: 109px;
}
.menu ul li a{
	transition: all .3s ease;
}
.menu ul li a:hover{
	background-repeat: no-repeat;
}
.menu ul li a, div.menu ul li a > span {
	display:block;
	width: 140px;
	height: 109px;
}
.m_intro a{ background-image:url(../img/top_menu3/m_intro.png); width: 140px; height: 109px; position: absolute; left: 0px; top: 0;}
.m_story a{ background-image:url(../img/top_menu3/m_story.png); width: 140px; height: 109px; position: absolute; left: 140px; top: 0;}
.m_news a{ background-image:url(../img/top_menu3/m_news.png); width: 140px; height: 109px; position: absolute; left: 280px; top: 0;}
.m_cast a{ background-image:url(../img/top_menu3/m_cast.png); width: 140px; height: 109px; position: absolute; left: 420px; top: 0;}
.m_original a{ background-image:url(../img/top_menu3/m_original.png); width: 140px; height: 109px; position: absolute; left: 560px; top: 0;}
.m_bbs a{ background-image:url(../img/top_menu3/m_bbs.png); width: 140px; height: 109px; position: absolute; left: 700px; top: 0;}
.m_streaming a{ background-image:url(../img/top_menu3/m_streaming.png); width: 140px; height: 109px; position: absolute; left: 840px; top: 0;}
.m_streaming b{ background-image:url(../img/top_menu3/m_streaming_b.png); width: 140px; height: 109px; position: absolute; left: 840px; top: 0;}

.m_intro a:hover{ background-image:url(../img/top_menu3/m_intro_h.png);}
.m_story a:hover{ background-image:url(../img/top_menu3/m_story_h.png);}
.m_news a:hover{ background-image:url(../img/top_menu3/m_news_h.png);}
.m_cast a:hover{ background-image:url(../img/top_menu3/m_cast_h.png);}
.m_original a:hover{ background-image:url(../img/top_menu3/m_original_h.png);}
.m_bbs a:hover{ background-image:url(../img/top_menu3/m_bbs_h.png);}
.m_streaming a:hover{ background-image:url(../img/top_menu3/m_streaming_h.png);}

.introducton .m_intro a{ background-image:url(../img/top_menu3/m_intro_o.png);}
.story .m_story a{ background-image:url(../img/top_menu3/m_story_o.png);}
.news .m_news a{ background-image:url(../img/top_menu3/m_news_o.png);}
.cast_staff .m_cast a{ background-image:url(../img/top_menu3/m_cast_o.png);}
.original .m_original a{ background-image:url(../img/top_menu3/m_original_o.png);}
.bbs .m_bbs a{ background-image:url(../img/top_menu3/m_bbs_o.png);}

}
@media all and (max-width: 767px) {
.menu{
	overflow:hidden;
	background-color: #92c313;
}
.menu li{
	margin:0px auto 0;
	float: left;
	width: 50%;
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
	box-sizing: border-box;
	position: relative;
}
.menu li::after {
	content: "";
	bottom: 0;
	right: 0;
	border-top: 19px solid transparent;
	border-right: 19px solid #000;
	position: absolute;
	z-index: 100;
	transition: all 0.2s;
}
.menu .r_line{
	border-right: 1px solid #cfe597;
}
.menu li a,.menu li b {
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
	width: 100%;
  padding-top: 28%;
  overflow: hidden;
  height: 0;
}
.gm_wide{
	width: 100% !important;
}
.gm_wide a{
	padding-top: 14% !important;
}
.menu .m_intro a{
	background-image:url(../img/top_menu3_smp/m_intro.png); border-bottom: 1px solid #cfe597;
}
.menu .m_story a{
	background-image:url(../img/top_menu3_smp/m_story.png); border-bottom: 1px solid #cfe597;
}
.menu .m_news a{
	background-image:url(../img/top_menu3_smp/m_news.png); border-bottom: 1px solid #cfe597;
}
.menu .m_cast a{
	background-image:url(../img/top_menu3_smp/m_cast_staff.png); border-bottom: 1px solid #cfe597;
}
.menu .m_original{
	display: none;
}
.menu .m_bbs{
	display: none;
}
.menu .m_streaming a{
	background-image:url(../img/top_menu3_smp/m_pravi.png);
}
}

/*	sub_menu
============================== */
@media all and (min-width: 768px) {
.sub_menu{
	display: none;
}
}
@media all and (max-width: 767px) {
.m2_intro a{
	background-image:url(../img/top_menu3_smp/m2_intro.png);
}
.m2_original a{
	background-image:url(../img/top_menu3_smp/m2_original.png);
}
.m2_bbs a{
	background-image:url(../img/top_menu3_smp/m2_bbs.png);
}

.idx .sub_menu{
	margin: 0 0 30px;
}
.cmn .sub_menu{
	margin: 10px 0 10px;
}
.sub_menu ul{
	padding: 0px 15px 0px;
}
.sub_menu li{
	background-repeat:no-repeat;
	z-index: 1;
	box-shadow: 0px 0px 4px -1px #9c9c9c;
}
.sub_menu li a,.sub_menu li b{
	background-color: #92c313;
	background-repeat: no-repeat;
}
.sub_menu ul li.m_two{
	margin:10px auto 0;
	width: 49%;
	float: left;
	margin-right: 2%;
}
.sub_menu ul li.no_r{
  margin-right: 0%;
}
.sub_menu ul li.m_two a{
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
  padding-top: 31.8181%;
  overflow: hidden;
  height: 0;
}
.sub_menu ul li.wide_btn{
	margin: 10px auto 0;
	width: 49%;
	clear: both;
}
.sub_menu ul li.wide_btn a{
  display: block;
  position: relative;
  transition: color 0.3s;
	background-size:contain;
  padding-top: 32.2580%;
  overflow: hidden;
  height: 0;
}
}
