@charset "utf-8";

.btn {
  margin-top: 1rem;
}
.btn a {
  background: none;
  color: #e4007f;
  padding: 11px 20px;
  border-radius: 42px;
  text-decoration: none;
  text-align: center;
  display: block;
  border: 3px solid #e4007f;
  width: 70%;
  line-height: 1.4;
  letter-spacing: 0.02ex;
  background: #ffffff;
  font-size: 1.3rem;
  margin: 0 auto;
  font-weight: 500;
}
.btn a:hover {
  background: #e4007f;
  color: #ffffff;
  opacity: 1;
  border: #e4007f 3px solid;
}
/*--mainvisual--*/

.main_visual{
	background: #222126;
	transition: .2s;
	padding-top: 25px;
}
.main_visual .img {
	width: 60%;
	margin: 0 auto;
}
.main_visual.pc {
  display: block;
}
.main_visual.smp {
  display: none;
}
@media screen and (max-width: 1040px) {
	.main_visual{
		
}
}
@media screen and (max-width: 768px) {
	.main_visual{
		padding-top: 115px;
}
.main_visual .img {
	width: 100%;
	
}
}
 /*--header--*/
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #000;
  height: 115px;
	transition: .2s;
}

header a {
	color:#fff;
}

header a:hover{
	color:#fff494;
}

@media screen and (max-width: 1040px) {
header {
	height: 80px;
}
}
@media screen and (max-width: 768px) {
header {
	height: 60px;
}
}
/*--live--*/
#live .live-title .small{
	font-size: 60%;
	display: block;
}
#live dd{
	line-height: 1.6;
}
#live .live_venue{
	font-size: 1.5rem;
}

#live .credit {
  margin-top: 3rem;
  /* font-size: 90%; */
}
#live .credit a {
  color: #e4007f;
  text-decoration: underline;
}
 /*--youtube--*/
#youtube {
  position: relative;
}
#youtube .inner.w900{
	max-width: 900px;
	margin: 3.5rem auto 0;
}
#youtube::after {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  right: 0;
  background: url(../images/common/bg_n.png) no-repeat;
  background-repeat: no-repeat;
  width: 50%;
    height: 200%;
    background-size: 90%;
  z-index: -1;
}
/*--------------------------------------
 * SP
 * ---------------------------------------*/
@media screen and (max-width: 768px) {
	.btn a{
		font-size: 1rem;
		width: 85%;
	}
  /*--mainvisual--*/
  .main_visual {
    padding-top: 25px;
  }
  .main_visual.pc {
    display: none;
  }
  .main_visual.smp {
    display: block;
  }
	header .logo img{
	height: 46px;
    width: auto;
	}
	#live .live_venue{
	font-size: 1rem;
}
}