@charset "UTF-8";
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
------------------------------------------------------------*/
@font-face {
	font-family: "Lato";
	src: url("/um/library/fonts/Lato/Lato-Regular.ttf");
}
body {
	font-family: 'Lato', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	font-feature-settings: "palt";
}

/*/TEXT/*/
.blue{ color:#0bc1f5 !important;}
.green{ color:#52b145 !important;}
.turquoise{ color:#2fbdb5 !important;}
.yellow{ color:#d6d414 !important;}
.orange{ color:#ee8020 !important;}
.pink{ color:#e4007f !important;}
.red{ color:#eb3434 !important;}
.purple{ color:#9362dd !important;}
.brown{ color:#a05f37 !important;}
.navy{color:#1a44ad !important;}

.tCenter{ text-align:center !important;}
.tLeft{ text-align:left !important;}
.tRight{ text-align:right !important;}

/*/LINK/*/
a { text-decoration:none;}
a:hover { text-decoration:underline;}
a:visited { text-decoration:none;}

/*/MARGIN/*/
.mgBtm15{ margin-bottom:15px !important;}
.mgBtm25{ margin-bottom:25px !important;}
.mgBtm35{ margin-bottom:35px !important;}
.mgBtm45{ margin-bottom:45px !important;}
.mgBtm55{ margin-bottom:55px !important;}

/* -----------------------------------------------------------
   BASE
------------------------------------------------------------*/
#wrap{
	background-color: #f1f4f5;
}

	.mainBlock{
		background-color: #fff;
		box-sizing: border-box;
	}
	.cau{
		color: #132546;
		margin-top:10px;

	}
	.copy span{background-color: #fcf2f0;}

@media all and (min-width: 768px) {
#wrap{
	padding: 30px 0;
}
#container{
	width:980px;
	margin:0 auto;
	overflow: hidden;
	}
	#l-box{
		float:left;
		width:650px;
		margin-right:30px;
		}
		.mainBlock{
			margin:30px 0;
			padding:50px;
		}
		.cau{
			font-size:86% !important;
			letter-spacing: 0.06em;
		}


		.button a{text-indent: -9999px;}

	#r-box{
		float:left;
		width:300px;
		}
		.box{
			margin-bottom: 20px;
			overflow: hidden;
		}

}
@media all and (max-width: 767px) {
#wrap{
	padding-bottom:30px;
}
.mainBlock{
	width:90%;
	margin:20px auto;
	padding:30px 3%;
	}
	.mainBlock .intro,.mainBlock .artist,#voice .inner{
		padding: 0 10px;
	}
	.cau{
		padding-left: 5px;
		letter-spacing: 0.04em;
	}
	.cau{
		font-size:70% !important;
	}
}

/* -----------------------------------------------------------
   NAVIGATION
------------------------------------------------------------*/
#con-body nav{
	background-color: #132546;
}
#con-body nav a{
	color: #fff;
  cursor: pointer;
  margin: 0 0 2em;
  position: relative;
  text-decoration: none;
}
#con-body nav ul{
	list-style:none;
	display: -webkit-flex;
  display: flex;
	justify-content:center;
	text-align: center;
	align-items: center;
}
#con-body nav li{
	list-style:none;
	width: 33.33%;
}

@media all and (min-width: 768px) {
#con-body nav{
	margin-bottom: 30px;
}
#con-body nav a {
  letter-spacing: 0.15em;
	font-size:130%;
	line-height: 3.6;
}

#con-body nav a:hover,
#con-body nav a:active {
  letter-spacing: 7px;
}

#con-body nav a:after,
#con-body nav a:before {
  backface-visibility: hidden;
  border: 1px solid rgba(236, 109, 81, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;
}

#con-body nav a:hover:after,
#con-body nav a:hover:before {
  backface-visibility: hidden;
  border-color: #ec6d51;
  transition: width 350ms ease-in-out;
  width:99%;
}

#con-body nav a:hover:before {
  bottom: auto;
  top: 0;
  width:99%;
}

#con-body nav a:hover{
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#con-body nav li#m1{ margin-right: 16px;}

}
@media all and (max-width: 767px) {
#con-body nav{
	margin-bottom:20px;
}
#con-body nav a {
  letter-spacing: 0.05em;
	font-size:96%;
	line-height: 3.0;
	font-weight:bold;
}
}
/* -----------------------------------------------------------
   TWITTER
------------------------------------------------------------*/
#twTL{
	text-align: center;
}
#twTL .inner{
	border: 1px solid #ddd;
}



.timeline-Header{
	background-color: #1da1f2;
	color: #fff;

}
.timeline-Header-title,.SandboxRoot.env-bp-550 .timeline-Header-title{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
.timeline-Header-byline{
	color: #fff;

}
.timeline-Header-byline a{
	font-weight: 400;
	color: #fff;
}

.timeline-Header-title,.SandboxRoot.env-bp-430 .timeline-Header-title{
	font-size:140%;
	line-height: 20px;
}
@media all and (min-width: 768px) {
	#twTL .inner{
		margin-bottom: 30px;
	}
	.SandboxRoot.env-bp-430 .timeline-InformationCircle, .SandboxRoot.env-bp-550 .timeline-InformationCircle{
		top:12px;
	}
	.timeline-Header{
		padding: 15px 10px;
	}
	.timeline-Header-byline{
		font-size:80%;
	}
}
@media all and (max-width: 767px) {
	#twTL .inner{
		width: 96%;
		margin: 0 auto 30px;
	}
	.SandboxRoot.env-bp-430 .timeline-InformationCircle, .SandboxRoot.env-bp-550 .timeline-InformationCircle{
		top:8px;
	}
	.timeline-Header{
		padding: 10px;
	}
	.timeline-Header-byline{
		font-size:86%;
	}
}

/* -----------------------------------------------------------
   BUTTON
------------------------------------------------------------*/
.button {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.button:before {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -70px;
  width: 10px;
  height: 10px;
  background: #132546;
  border-radius: 50%;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.button:hover, .button:focus {
  color: white;
}
.button:hover:before, .button:focus:before {
  width:400px;
  height:400px;
  opacity: 1;
}

.button{
  background: #e06652;
}
.button:hover{
	text-decoration: none;
}
.button:hover:before, .button:focus:before {
  left: -50px;
}
@media all and (min-width: 768px) {
	.button {
		padding:1.2rem 3rem;
	}
	.button span{
		letter-spacing: 0.08em;
		position: relative;

	}
}
@media all and (max-width: 767px) {
	.button{
		font-size: 90%;
		padding:0.8rem 2rem;
	}
	.button span{
		letter-spacing: 0.05em;

	}
}

/* -----------------------------------------------------------
   SNS
------------------------------------------------------------*/
#snsBox{
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	justify-content: space-between;
}
	#snsBox .box{
		width: 33%;
		background-color: #fff;
		text-align: center;
		overflow: hidden;
	}

		#snsBox .fbox{
			display: flex;
			display: -webkit-flex;
			display: -ms-flexbox;
			-webkit-box-pack: center;
    	-webkit-justify-content: center;
    	-ms-flex-pack: center;
    	justify-content: center;
		}
		#snsBox .fbox a{
			text-indent: -9999px;
		}
		#snsBox .fbox .tw a{	background-image: url(../img/btn_tw.png);}
		#snsBox .fbox .note a{	background-image: url(../img/btn_note.png);}
		#snsBox .fbox .fb a{	background-image: url(../img/btn_fb.png);}
		#snsBox .fbox .ig a{	background-image: url(../img/btn_ig.png);}

@media all and (min-width: 768px) {
	#snsBox{
		margin-top: 30px;
	}
	#snsBox .box{
		padding: 40px 0;
	}
	#snsBox .fbox  li{
		margin: 0 4px;
	}
	#snsBox .fbox a{
		display: block;
		width: 70px;
		height: 70px;
		top:0;
		position: relative;
	}
	#snsBox .fbox a:hover{
		top:5px;
		transition: all 200ms ease-out;
	}

}
@media all and (max-width: 767px) {
	#snsBox{
		width: 90%;
		margin:15px auto 30px;
	}
	#snsBox .box{
		margin: 0 1px;
		padding:15px 0;
	}
	#snsBox .fbox  li{
		margin: 0 2px;
	}
	#snsBox .fbox li{
		width:35%;
	}
	#snsBox .fbox a{
		display: block;
		width:100%;
		height:0;
		padding-top: 100%;
		background-size: cover;
	}
}
/* -----------------------------------------------------------
   r-BANNER
------------------------------------------------------------*/
#bn a{
	display: block;
	width: 100%;
	height: 0;
	padding-top: 30%;
	text-indent: -9999px;
	background-size: cover;
}
#bn li{margin-bottom: 8px;}
#bn li:last-child{margin-bottom: 0;}

#bn #nsports a{background-image: url(../img/r-sports.png);}
#bn #oshiete a{background-image: url(../img/r-oshiete.png);}
#bn #scoop a{background-image: url(../img/r-scoop.png?);}
#bn #saigai a{background-image: url(../img/r-saigai.png);}

@media all and (min-width: 768px) {
	#r-box{
		float:left;
		width:300px;
		}
		#rBanner{
			width:300px;
			margin-bottom: 8px;
			}
		#bn{
			width: 300px;
			list-style: none;
		}

}
@media all and (max-width: 767px)  {
	#rBanner{
		width:300px;
		margin:0 auto 30px;
		text-align:center;
	}
	#bn{
		width:70%;
		margin: 0 auto;
	}

}
/* -----------------------------------------------------------
   FOOTER
------------------------------------------------------------*/
footer{
	width:100%;
	background-color:#132546;
}
p.copyright {
	color:#fff;
	font-size:75%;
	line-height:1.25;
}
p.copyright a{
	font-weight:bold;
	color:#fff;
	}
@media all and (min-width: 768px) {
footer{
	padding:20px 0;
	}
p.copyright {
	text-align:center;
	}
}
@media all and (max-width: 767px)  {
footer #rBanner{
	margin:10px auto;
	}
p.copyright{
	padding:20px 10px;
	text-align:center;
	}
}
/* -----------------------------------------------------------
   PAGETOP
------------------------------------------------------------*/
#pagetop a{
	display: block;
	overflow:hidden;
	}
@media all and (min-width: 768px) {
#pagetop {
  position:fixed;
  bottom:90px;
  right:20px;
}
#pagetop a {
  background-image:url(../img/pagetop.png?);
  width:70px;
	height:70px;
	top:0;
	position: relative;
	text-indent:-9999px;
}
#pagetop a:hover{
	top:5px;
	transition: all 200ms ease-out;
}
}
@media all and (max-width: 767px)  {
#pagetop{
	width:100%;
	background-color:#ec6d51;
	text-align:center;
	}
#pagetop a {
	color:#fff;
	font-size:80%;
	padding:10px 0;
	font-weight:bold;
	letter-spacing: 0.06em;
}
}

/* -----------------------------------------------------------
   PRESENT201910
------------------------------------------------------------*/
#pst img{
	width: 100%;
	height: 0;
	padding-top: 23.07%;
	background-size: cover;
	background-image: url(../img/pst201910.png?);
	margin: 0 auto 20px;

}
