@charset "utf-8";

#consalabo {
    font-size: 15px;
}
#consalabo .clrTxt {
    overflow: hidden;
    text-indent: -10000px;
    text-decoration: none;
    height: 0;
}
#consalabo .ytCont {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    order: 1;
}
#consalabo .ytCont iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#consalabo a.btn {
    display: block;
    transition: .3s;
}
#consalabo a.btn:hover {
    opacity: 0.8;
}


#consalabo #header #headMain {
    background: url("../images/head_main_sp202504.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 84.375%;
    position: relative;
    transition: .3s;
}
#consalabo #header #headOa {
    background: #ff201d;
}
#consalabo #header #headOa .inner {
    position: relative;
}
#consalabo #header .inner {padding: 0;}
#consalabo #header #headMain .start {
    position: absolute;
    width: 55%;
    left: 0;
    top: 43%;
    right: 0;
    margin: 0 auto;
}
/*ここから*/
#consalabo .description{
	background: #000000;
	width:100%;
	display: block;
	padding: 10px 0px;
}
#consalabo .logo{
	width: 50px;
	height: 50px;
	display:block;
	margin:0 auto;
}
#consalabo .name{
	font-size: 23px;
	/* font-weight:bold; */
	color:#ffffff;
	text-align:center;
}
#consalabo .oa{
	display:block;
	margin:0 auto;
	width: 57%;
}
#consalabo .oa>.date{
    background:#ffffff;
    padding: 5px 10px;
    text-align:center;
    color: #000000;
    font-size:16px;
    font-weight:bold;
}
/*ここまで*/
#consalabo #header h2 {
    background: #3e1f81 url(../images/head_oa_sp.png) top center no-repeat;
    background-size: cover;
    padding-top: 10.9375%;
}
#consalabo #header #headRead {
    background: #f13b3b;
}
/*
#consalabo #header h3 {
    background: #3e3e3e url(../images/head_read_sp2401.png) top center no-repeat;
    background-size: cover;
    padding-top: 28.125%;
}*/



#consalabo #contentWrap {
    padding: 20px 2% 60px 2%;
    background: #cdcfce;
}


#consalabo #nextOa {
    background: #fff;
    padding: 3%;
    position: relative;
}
#consalabo #nextOa h4 {
    position: absolute;
    left: 0;
    top: -5vw;
}
#consalabo #nextOa h4 img {
    width: auto;
    height: 5vw;
}
#consalabo #nextOa .date {
    font-size: 110%;
    font-weight: bold;
}
#consalabo #nextOa .ttl {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
}
#consalabo #nextOa .movie {
    max-width: 640px;
    margin: 0 auto 10px auto;
}
#consalabo #nextOa p {
    margin-top: 5px;
    font-size: 15px;
}

#consalabo .guest{
    border: 3px solid #000;
    background: #fff;
    display: flex;
    margin: 10px 0;
}
#consalabo .guest .guest_ttl{
    background: #ff201d;
    color: #fff;
    padding: 5px 0.5em;
    /* text-align: center; */
    width: 6em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#consalabo .guest .guest_name{
    padding: 5px 10px;
}

#consalabo #bnCont {
    margin-top: 20px;
}
#consalabo #bnCont li {
    width: 100%;
    margin-bottom: 10px;
}
#consalabo #bnCont li img {
    width: 100%;
}


/*-------------------------------
202509オータムフェストステージイベント
-------------------------------*/
#consalabo #autumn2025{
	margin-bottom: 14%;
	background: #ffffff;
	padding-bottom: 5%;
	width: 100%;
}
#consalabo #autumn2025 .flex_wrap{
	/* display: flex; */
	width: 92%;
	margin: 0 auto;
	gap: 2%;
	align-items: center;
}
#consalabo #autumn2025 .main_ttle{
	font-size: 1.8rem;
	font-weight: 800;
	margin-bottom: 2%;
	text-align: justify;
	color: #fff;
	background: #DA3D38;
	padding: 3%;
	width: 100%;
}
#consalabo #autumn2025 .info_wrap{
	margin-bottom: 6%;
}
#consalabo #autumn2025 .info_wrap .info_inner{
	display: block;
	font-size: 1.7rem;
	font-weight: 600;
	margin: 0 auto;
	line-height: 3.6rem;
	vertical-align: text-bottom;
}
#consalabo #autumn2025 .cast .cast_inner_wrap span{
	font-size: 0.8em;
}

#consalabo #autumn2025 .info_wrap .info_inner p{
	display: block;
	font-size: 1.7rem;
	line-height: 1.6em;
	margin-top: 3.5%;
}

#consalabo #autumn2025 .info_wrap .info_inner p span{
	font-size: 1.7rem;
	color: #DA3D38;
}

#consalabo #autumn2025 .info_wrap .info_inner a{
	display: inline-block;
	color: #fff;
	background: #000000;
	padding: 0 1em;
	border-radius: 0.5rem;
	font-size: 0.8em;
}
#consalabo #autumn2025 .info_wrap .info_inner a:hover{
	background: #FF201D;
}
#consalabo #autumn2025 .info_wrap .info_inner .arrow{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	width: 0.4em;
	height: 0.4em;
	border: 0.15em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateX(-25%) rotate(45deg);
	margin-left: 0.5em;
}

#consalabo #autumn2025 .cast{
	width: 100%;
}
#consalabo #autumn2025 .cast .cast_inner{
	text-align: center;
	padding-bottom: 4%;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #DA3D38;
}
#consalabo #autumn2025 .cast .cast_ttle{
	display: block;
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	padding: 0.3%;
	background: #DA3D38;
	color: #ffffff;
	margin: 0 auto 3%;
}
#consalabo #autumn2025 .cast .cast_subttle{
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: #DA3D38;
	margin-bottom: 2%;
}
#consalabo #autumn2025 .cast .cast_inner_wrap{
	align-items: center;
	margin: 3%;
	gap: 2%;
}

#consalabo #autumn2025 .cast .member{
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	/* white-space: nowrap; */
	text-align: start;
}
#consalabo #autumn2025 .member_inner_wrap{
	width: 42%;
	margin: 0 auto;
}
#consalabo #autumn2025 .member_inner_wrap span{
	font-size: 0.8em;
}

#consalabo #autumn2025 .member_inner_wrap img{
	
}
#consalabo #autumn2025 .cast_inner_wrap img{
	width: 100%;
}
#consalabo #autumn2025 .cast .cast_inner_flex_wrap{
	margin: 0 auto;
	justify-content: center;
}
#consalabo #autumn2025  .guest_flex_wrap{
	display: flex;
	line-height: 1.2em;
	margin-bottom: 1%;
}
#consalabo #autumn2025  .guest_flex_wrap p{
	font-size: 1.5rem;
	font-weight: 600;
	text-align: start;
	margin-top: 2%;
}
@media screen and (max-width: 767px) {
 .br-sp-none {
    display: none;
  }
}