@charset "UTF-8";
/* CSS Document */

@import url(reset.css);

.cf::after {
	content: "";
	clear: both;
	display: block;
}

img { vertical-align: bottom; }
main { display: block; }
ul { list-style-type: none; }

::selection { background: #ffcccc; color: red; } /* Safari */
::-moz-selection { background: #ffcccc; color: red; } /* Firefox */



/* 全体 ============================== */
body {
	font-family: 'M PLUS 1p', 'Asap', sans-serif;
	font-weight: 300;
	color: black;
	font-size: 87.5%;
	line-height: 1;
}
img.auto {
	width: 100%;
	height: auto;
}
@keyframes objApr {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

/* テキスト */
.txtFontR { font-family: 'Asap', sans-serif; font-weight: 400; }
.txtFontB { font-family: 'Asap', sans-serif; font-weight: 700; }
.txtRedB { color: red; font-weight: 700; }


/* オープニングムービー */
.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mfp-content {
	max-width: 800px;
	padding-top: 44px;
}
.mfp-fade01.mfp-bg {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.7;
}
.mfp-fade01.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade01.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



/* SP用記述*/
.br4pc { display: none; }
.forPC { display: none; }





.info_area {
	margin: 30px 6vw 0;
	border:dashed 1px red;
}
.info_area .info {
	padding: 8px 12px;
	font-weight: 700;
	text-align: center;
}
 .info_area .info .date {
	color: red;
	font-size: 132%;
	margin-left: .5em;
	letter-spacing: .1em;
}
.info_area .info .date .year { font-size: 114.2%; }
.info_area .info .date .month,
.info_area .info .date .day { font-size: 171.4%; }
.info_area .info .time {
	color: red;
	margin-top: 6px;
}
.info_area .info .time span { font-size: 150%; }
.info_area .info .txt {
	margin-top: 8px;
	font-size: 120%;
	letter-spacing: .1em;
}


.info_area .end_txt {
	border-top: dashed 1px red;
	padding: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}


.info_area .live_btns {
	border-top: dashed 1px red;
	text-align: center;
}
/*
.info_area .live_btns li:last-child { border-top: dashed 1px red; }
*/
.info_area .live_btns li .btn_frm {
	margin: 15px 8px;
	text-align: center;
}
.info_area .live_btns li .btn_frm .time {
	display: inline-block;
	border: solid 1px red;
	font-weight: 700;
	color: red;
	padding: 2px 6px;
}
.info_area .live_btns li .btn_frm .time span { font-size: 114.2%; }
.info_area .live_btns li .btn_frm .btn { margin-top: 8px; }
.info_area .live_btns li .btn_frm .btn a {
	display: inline-block;
	background: black url(../images/icon_btn.svg) 10px 50% / 45px auto no-repeat;
	padding: 13px 10px 10px 64px;
	color: white;
	text-decoration: none;
	min-height: 48px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 108%;
	border-radius: 5px;
}
.info_area .live_btns li .btn_frm .btn a span {
	font-size: 144%;
	margin-right: 4px;
}










.mov_list { margin: 30px 6vw; }
.mov_list > ul > li { margin-top: 20px; }
.mov_list > ul > li a {
	display: block;
	text-decoration: none;
	color: black;
}
.mov_list > ul > li .info {
	margin-top: 12px;
	padding-left: 52px;
	background: url(../images/abetube_icon.svg) left top / 40px auto no-repeat;
}
.mov_list > ul > li .info.cs { color: #666; }
.mov_list > ul > li .info .vol {
	color: red;
	font-size: 107.1%;
}
.mov_list > ul > li .info.cs .vol { color: #666; }
.mov_list > ul > li .info .tit {
	margin-top: 6px;
	font-size: 114.2%;
	font-weight: 700;
	line-height: 1.35;
}
.mov_list > ul > li .info .date {
	margin-top: 4px;
	font-size: 92.8%;
}



.bgdl li { margin-top: 30px; }
.bgdl li a {
	display: block;
	color: black;
	text-decoration: none;
}
.bgdl li a .tit{
	margin-top: 8px;
	line-height: 1.35;
	font-weight: 700;
}


.logo_area {
	text-align: center;
	margin-bottom: 50px;
}
.logo_area .logo {
	margin: 30px auto 0;
	width: 68%;
	max-width: 260px;
}
/*
.logo_area .info {
	margin-top: 12vw;
	display: inline-block;
	border:dashed 1px red;
	padding: 12px 15px;
	font-weight: 700;
}
.logo_area .info .date {
	color: red;
	font-size: 132%;
	margin-left: .5em;
	letter-spacing: .1em;
}
.logo_area .info .date .year { font-size: 114.2%; }
.logo_area .info .date .month,
.logo_area .info .date .day { font-size: 171.4%; }
.logo_area .info .time {
	color: red;
	margin-top: 5px;
	font-size: 
}
.logo_area .info .time span { font-size: 120%; }
.logo_area .info .txt {
	margin-top: 12px;
	font-size: 120%;
	letter-spacing: .1em;
}
*/


.link_area { margin: 30px 0; }
.link_area a { 
	display: block;
	background-color: black;
	color: white;
	text-align: center;
	padding: 12px 6px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
 }
.link_area a .new { 
	background-color: red;
	padding: 2px 4px 1px;
	font-size: 85.7%;
	margin-right: 15px;
}
.link_area a .link_txt {
	font-size: 114.2%;
	position: relative;
	padding-right: 30px;
}
.link_area a .link_txt::after {
	content: "";
	width: 10px;
	height: 10px;
	border-right: solid 2px red;
	border-bottom: solid 2px red;
	position: absolute;
	right: 0;
	top: 40%;
	transform: translate(0, -50%) rotate(45deg);
}
.link_area a .link_txt .txtFontB { font-size: 112.5%; }



.wrapper {
	width: 88vw;
	margin: 0 auto;
}
.cont { padding: 30px 0 40px; }
.cont.redbg { background-color: red; }
.cont.graybg { background-color: #dedede; }
.cont h1.cont_tit { font-size: 240%; }
.cont h1.cont_tit .jpn {
	font-size: 80%;
	font-weight: 300;
}
.cont.redbg h1.cont_tit { color: white; }
.cont.white h1.cont_tit { color: red; }
.wrapper > .icon {
	width: 140px;
	margin: 20px auto 0;
}
.cont .lead {
	margin-top: 20px;
	line-height: 1.6;
}
.cont .note {
	margin-top: 10px;
	font-size: 90%;
	text-indent: -1.25em;
	margin-left: 1.25em;
}
.cont .note span { color: red; }

dl.about_info > dt { margin-top: 40px; }
dl.about_info > dt > p {
	display: inline-block;
	background-color: white;
	min-width:160px;
	text-align: center;
	font-weight: 700;
	padding: 3px 8px;
	border-radius: 30px;
}
dl.about_info > dd {
	padding: 16px 0 0 15px;
}
ul.prgrm > li { margin-top: 20px; }
ul.prgrm > li:first-child { margin-top: 10px; }
ul.prgrm > li > .part {
	font-size: 92.8%;
	display: inline-block;
	background-color: black;
	color: white;
	font-weight: 700;
	padding: 2px 8px 3px;
}
ul.prgrm > li > .time {
	display: inline-block;
	color: white;
	margin-left: 12px;
}
ul.prgrm > li > .time > span { font-size: 114.2%; }
ul.prgrm > li > .tit {
	font-size: 192.8%;
	margin-top: 10px;
	line-height: 1.25;
	font-weight: 700;
}
ul.prgrm > li > .tit > span {
	font-size: 77.7%;
}
ul.prgrm > li > .subtit {
	margin-top: 6px;
	font-size: 128.5%;
	line-height: 1.35;
}



ul.prgrm > li > .guest {
	margin-top: 15px;
	border: dashed 1px white;
	padding: 20px 15px;
	position: relative;
}
ul.prgrm > li > .guest .guest_ttl {
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: white;
	font-size: 92.8%;
	color: red;
	font-weight: 700;
	padding: 3px 8px 2px;
}
ul.prgrm > li > .guest .guest_list {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
ul.prgrm > li > .guest .guest_list li { width: 48%; }
ul.prgrm > li > .guest .guest_list li .pic {
	height: 120px;
	background: center center / cover no-repeat;
}
ul.prgrm > li > .guest .guest_list li .pic.guest1 {
	background-image: url(../images/guest_pic1.jpg);
}
ul.prgrm > li > .guest .guest_list li .pic.guest2 {
	background-image: url(../images/guest_pic2.jpg);
}
ul.prgrm > li > .guest .guest_list li .guest_name {
	margin-top: 8px;
	font-size: 114.2%;
	color: white;
	font-weight: 700;
	text-align: center;
}



ul.cast > li {
	display: inline-block;
	font-size: 128.5%;
	line-height: 2;
	white-space: nowrap;
}
dl.about_info > dd > p.txt { font-size: 114.2%; }

.aplly_info {
	margin-top: 20px;
	padding: 20px 15px;
	border: dashed 1px red;
}
.aplly_info dl.apply_list dt {
	display: inline-block;
	background-color: red;
	color: white;
	font-weight: 700;
	margin-top: 24px;
	padding: 4px 8px;
	min-width: 100px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 30px;
}
.aplly_info dl.apply_list dt:first-child { margin-top: 0; }
.aplly_info dl.apply_list dd {
	margin: 12px 0 0 10px;
	line-height: 1.35;
}
.aplly_info dl.apply_list dd.redb {
	color: red;
	font-weight: 700;
	font-size: 107.1%;
}
.aplly_info dl.apply_list dd > span { font-size: 90%; }
.aplly_info dl.apply_list dd > p.note {
	margin: 8px 0 0 1.25em;
	text-indent: -1.25em;
	font-size: 90%;
	color: red;
}
.aplly_info dl.apply_list dd > p.howtolead { line-height: 1.6; }
.aplly_info dl.apply_list dd > p.howtolead a {
	color: red;
	font-size: 138%;
	display: inline-block;
	padding: 0 .3em;
}
.aplly_info dl.apply_list dd > ul.howtolist > li { 
	color: red;
	font-size: 114.2%;
	font-weight: 700;
	margin-top: 8px;
 }
.aplly_info dl.apply_list dd > ul.howtolist > li .howtoeg {
	background-color: #eee;
	padding: 8px;
	margin: 8px 0 0 1.25em;
	font-size: 81.25%;
	font-weight: 300;
	color: black;
}
.aplly_info dl.apply_list dd > ul.howtolist > li .howtoeg > ul > li {
	text-indent: -2em;
	margin: 8px 0 0 2em;
}
.aplly_info dl.apply_list dd > ul.howtolist > li .howtoeg > ul > li:first-child { margin-top: 0; }
.aplly_info dl.apply_list dd > ul.howtolist > li .howtoeg > ul > li::before {
	content: "例）";
	color: red;
}
.aplly_info dl.apply_list dd > ul.howtolist > li .howtoeg > p {
	margin-top: 12px;
	line-height: 1.5;
}
.aplly_info dl.apply_list dd > .result {
	margin-top: 20px;
	color: red;
	font-size: 114.2%;
	font-weight: 700;
	padding: 10px 15px;
	border: solid 2px red;
	border-radius: 5px;
	line-height: 1.5;
	text-align: center;
}

dl.apply_note {
	font-size: 90%;
	line-height: 1.5;
}
dl.apply_note dt {
	margin-top: 20px;
	display: inline-block;
	border: solid 1px #333;
	padding: 2px 8px;
	border-radius: 30px;
}
dl.apply_note dd > p { margin-top: 8px; }
dl.apply_note dd > ul > li {
	margin: 5px 0 0 1em;
	text-indent: -1em;
}
dl.apply_note dd > ul > li::before {
	content: "・";
}




footer {
	padding: 30px 0 10px;
	background-color: black;
	color: white;
}
footer a { color: red; }
footer .cntct h2.cntct_tit {
	display: inline-block;
	padding: 4px 8px 3px;
	border-radius: 30px;
	background-color: white;
	color: black;
	font-weight: 700;
}
footer .cntct .cntct_cont { margin-left: 15px; }
footer .cntct .cntct_lead {
	margin-top: 15px;
	line-height: 1.5;
}
footer .cntct .cntct_info {
	margin-top: 20px;
	border: dashed 1px white;
	padding: 8px;
}
footer .cntct .cntct_info > ul >li {
	margin-top: 5px;
	line-height: 1.35;
}
footer .cntct .cntct_info > ul >li > p {
	margin: 3px 0 0 1.2em;
	font-size: 90%;
}
footer .cntct .cntct_info > ul >li > p > .tel { font-size: 150%; }





footer .foot_logos {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 72px;
}
footer .foot_logos li { margin: 0 15px; }
footer .foot_logos li a { display: block; }
footer .foot_logos li.tfm a img { width: 72px; height: auto; }
footer .foot_logos li.nissan a img { width: 108px; height: auto; }
footer .copy {
	margin-top: 30px;
	font-size: 80%;
	text-align: center;
	line-height: 1.25;
}





/* 2020.10.09 Ver. */
.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: red;
	color: white;
	animation: coverOpen .7s 3.4s ease both;
	z-index: 100;
}
@keyframes coverOpen {
	0% { top: 0; }
	100% { top: -120%; }
}

.cover .txt_area {
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -50%);
	text-align: center;
	white-space: nowrap;
}
.cover .txt_area .lead {
	font-size: 150%;
	animation: objApr 1s .3s ease both;
}
.cover .txt_area .rubi {
	margin-top: 24px;
	font-size: 114.2%;
	animation: objApr 1.5s 1.4s ease both;
}
.cover .txt_area .live {
	margin-top: 3px;
	font-size: 300%;
	animation: objApr 1.5s 1.4s ease both;
}



.about {
	background-color: black;
	color: white;
	margin-top: 15vw;
	padding: 8.4vw 7.2vw;
}
.about .lead { line-height: 2; }
.about .enjoy {
	margin-top: 15px;
	font-size: 150%;
	font-weight: 700;
}





@media only screen and (min-width:768px) {
	/* PC用記述 */
	.br4pc { display: inline; }
	.br4sp { display: none; }
	.forPC { display: block; }
	.forSP { display: none; }
	
	/* リンク */
	a { transition: all .4s ease; }
	a.pic:hover { opacity: .6; }
	
	
	
	
	
	.info_area {
		width: 640px;
		margin: 40px auto 0;
	}
	.info_area .info {
		padding: 12px 12px 16px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		font-size: 108%;
	}
	.info_area .info .time {
		margin: 0 0 0 6px;
	}
	.info_area .info .time span { font-size: 180%; }
	.info_area .info .txt {
		margin: 0 0 0 12px;
		font-size: 120%;
		letter-spacing: 0;
	}
	.info_area .live_btns {
		display: flex;
/*
		justify-content: space-between;
*/
		justify-content: center;
		align-items: center;
		text-align: left;
	}
/*
	.info_area .live_btns li:last-child {
		border-top: none;
		border-left: dashed 1px red;
	}
*/
	.info_area .live_btns li .btn_frm { margin: 15px 20px; }
/*
	.info_area .live_btns li:first-child .btn_frm { margin: 0 20px 15px; }
*/
	.info_area .live_btns li .btn_frm .btn a {
		padding: 13px 10px 10px 66px;
		font-size: 114.2%;
	}
	.info_area .live_btns li .btn_frm .btn a:hover {
		background-color: red;
		background-image: url(../images/icon_btn_ov.svg);
	}
	.info_area .live_btns li .btn_frm .btn a span {
		font-size: 168.75%;
		margin-right: 6px;
	}
	
	
	
	
	.mov_list {
		max-width: 848px;
		margin: 0 auto 50px;
		padding: 0 12px;
	}
	.mov_list > ul {
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.mov_list > ul > li {
		margin: 40px 16px 0 0;
		flex: 30%;
		max-width: 272px;
	}
	.mov_list > ul > li:nth-child(3n) { margin-right: 0; }
	.mov_list > ul > li a { transition: all .4s ease; }
	.mov_list > ul > li a:hover { opacity: .6; }
	
	.bgdl {
		display: flex;
	}
	.bgdl li { flex: 1; }
	.bgdl li:first-child { margin-right: 30px; }
	.bgdl li a .tit{
		margin-top: 12px;
		font-size: 108%;
	}
	
	
	
	.logo_area .logo {
		width: 300px;
		max-width: 300px;
	}
/*
	.logo_area .info {
		margin-top: 48px;
		min-width: 300px;
		box-sizing: border-box;
	}
*/
	.logo_area .info .date { font-size: 148%; }
	.logo_area .info .txt {
		font-size: 132%;
		padding-bottom: 4px;
	}
	
	.link_area {
		margin: 40px 0;
		font-size: 120%;
	}
	.link_area a:hover { background-color: red;}
	.link_area a:hover .new { background-color: black;}
	.link_area a:hover .link_txt::after { border-color: white; }
	
	
	
	.wrapper {
		max-width: 840px;
		margin: 0 auto;
	}
	.cont { padding: 50px 0 80px; }
	.wrapper > .icon {
		width: 210px;
		margin: 40px auto 0;
	}
	.cont .lead { margin-top: 40px; }
	
	
	
	dl.about_info > dd {
		padding: 0 0 0 0;
		margin: -16px 0 0 220px;
	}
	ul.prgrm > li { margin-top: 30px; }
	ul.prgrm > li:first-child { margin-top: 0; }
	ul.prgrm > li > .guest .guest_list li .pic { height: 200px; }
	
	
	
	dl.about_info > dd ul.cast { margin-top: -1.8em; }
	
	.aplly_info { padding: 40px 40px; }
	.aplly_info dl.apply_list dt { margin-top: 30px; }
	.aplly_info dl.apply_list dd {
		margin: -20px 0 0 140px;
		line-height: 1.35;
	}
	.aplly_info dl.apply_list dd > p.howtolead a:hover { text-decoration: none; }
	.aplly_info dl.apply_list dd > ul.howtolist > li .howtoeg {
		padding: 12px 16px;
		margin: 12px 0 0 1.8em;
	}
	.aplly_info dl.apply_list dd > .result {
		margin-top: 20px;
		font-size: 120%;
		padding: 15px;
	}
	dl.apply_note dd { margin: -20px 0 0 7.5em; }
	dl.apply_note dd > p { margin: 0 0 10px; }
	dl.apply_note dd > ul > li { margin-top: 10px; }
	dl.apply_note dd > ul > li:first-child { margin-top: 0; }
	
	footer { padding: 40px 20px 12px; }
	footer a:hover { text-decoration: none; }
	footer .cntct .cntct_cont { margin: -18px 0 0 120px; }
	footer .cntct .cntct_lead { margin-top: 0; }
	footer .cntct .cntct_info { padding: 12px 18px; }
	footer .cntct .cntct_info > ul >li {
		margin-top: 12px;
		line-height: 1.35;
	}
	footer .cntct .cntct_info > ul >li > p {
		margin: -20px 0 0 14em;
	}
	
	
	
	
	
	/* 2020.10.09 Ver. */
	.cover .txt_area { font-size: 120%; }
	.cover .txt_area { top: 48%; }
	
	.about {
		margin-top: 60px;
		text-align: center;
		padding: 30px 10px;
		font-size: 108%:
	}
	.about .enjoy {
		margin-top: 30px;
		font-size: 160%;
	}
}
