@charset "utf-8";
/* creators_interview.css */

/*------------------ レイアウト ---------------------*/

#cover_box #cover_inner:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
#cover_box #cover_inner .nico{
	float: left;
	width: 650px;
}
#cover_box #cover_inner .tw{
	width: 270px;
	float: right;
}

/*------------------ 2020 ---------------------*/
.lineup2020_html #contents.lineup_bg {
	background-color: #fff  !important;
	background-image: none;
}
.lineup2020_html {
	height: 100%;
}
.lineup2020_html body {
	height: 100%;
	background-color: #fff  !important;
	color: #000;
}
.lineup2020_html body a {
	color: #c82e30;
	text-decoration: underline;
}
.lineup2020_html header {
	width: 100%;
	background-color: #ffe113 !important;
	margin-bottom: 0;
}
.lineup2020_html header  img {
	height: 30px;
	padding:20px;
}
.lineup2020_html .layout2 > article > h1 {
	float: none;
	text-align: center;
}
.lineup2020 {
	//height: 100%;
	max-width: 100%;
	display: flex;
	background-color: #000;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.lineup2020 h1 {

}
.lineup2020 .layout2 > article > div, .lineup2020 .layout2 > article > section {
	margin-left: 0;
	margin: auto;
}

.lineup2020#wrapper {
	border-top: none;
	position: relative;
	background-color: #fff;
	color:#000;
}

#contents.lineup_bg {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.lineup2020#wrapper .contents_inner {
	position: relative;
	z-index: 3;
}
.kakucho {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.kakucho__title {
}
.kakucho__title {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	z-index: 4;
}
.kakucho__title img {
	width: 30vw;
	height: auto;
	margin-top: 2rem;
	margin-bottom: 2em;
}
.kakucho__date {
	font-size: 200%;
	color: #000;
	font-weight: bold;
	margin-bottom: 2rem;
}
h2.ttl_kaikin {
    margin-top: 60px;
    text-align: center;
}
h2.ttl_kaikin img {
	width:90%;
}
.lineup2020#wrapper .contents_inner h1 {
    margin-bottom: 30px;
	color: #ffe113;
	border-bottom:5px solid #ffe113;
	font-size:200%;
}
.guest_box .btn_official {
	background:#ffe113;
	padding: 5px 20px;
    text-align: left;
    font-size: 170%;
    font-weight: bold;
}
.guest_box .link_official {
    text-align: center;
    background: #c82e30;
    margin: 10px auto 0;
    width: 200px;
    color: #fff;
}
.guest_box .link_official a {
    color: #fff;
}
.guest_box .thumb_official {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 130px;
}
.guest_box .thumb_official img {
    width: 100%;
}
.guest_box .txt_video {
    text-align: center;
    padding: 5px;
}
.lineup2020#wrapper .contents_inner .guest_box  .txt_more  {
    text-align: center;
    padding: 5px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 225, 19, 0.36) 10px, rgba(255, 225, 19, 0.36) 20px );
    color: #000;
    font-size:170%;
    border-bottom: none;
}
.important_title {
	border: 1px solid;
}
.p-card-wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.p-card-wrapper .guset_box {
	background-color: rgba(0,0,0,.4);
	width: calc(34% - 10px);
	margin-bottom: 10px;
}
.onair_box .p-card-wrapper{
	width: 810px !important;
	margin: auto;
	float: none;
	justify-content: flex-start;
}
.onair_box .p-card-wrapper .guset_box {
	width: 385px;
	margin: 0 10px;
}

.lineup2020 .layout2 > article > div, .lineup2020 .layout2 > article > section {
	margin-top: 30px;
}
.contents_inner > article {
	margin-top: 30px;
}
.p-card-wrapper .guest_box {
	margin-right: 0;
}
.guest_box .p-card-wrapper h2 {
	font-weight: bold;
	font-size: 80%;
}
.guest_box .photo_kakucho {
	width: 110px;
}
.guest_box .photo_kakucho img {
	border: 1px solid #000;
}
.p-card-wrapper .guset_box .photo {
	margin-bottom: 0;
}

.lineup2020 .layout2 .onair_box > div, .lineup2020 .layout2 .onair_box > section {
	width: auto;
	margin-left: 65px;
}
.p-card__content {
	box-sizing: border-box;
	padding: 1rem;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}
.p-card__content p {
	font-size: 80%;
}
.p-card__content .p-guest__name {
	font-size: 170%;
}
.kakucho__banners {
	position: relative;
	z-index: 2;
}

.kakucho__banners ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
}

.kakucho__banners ul li {
	width: 20vw;
	margin: 0 10px;
}
.kakucho__banners ul li img {
	width: 80%;
	height: auto;
	display: inline-block;
}

.kakucho__banners ul li a {
	height: 100%;
	padding: .2em 2rem;
	border-radius: 50px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.flame_yotube {
	margin: 15px auto;
}
div.flame_yotube img {
		width:100%;
}
.kakucho__banners ul li a {
	margin: 1em 0rem;
}
.kakucho__banners ul li.u-periscope a {
	background-color: #369ab7;
	padding: .1em 0rem;
	height: 80px;
}

.kakucho__banners ul li.u-youtube a {
	background-color: #fff;
	padding: .1em 0rem;
	height: 80px;
}

.kakucho__banners ul li.u-youtube img {
	width: 60%;
}
.kakucho__banners ul li.u-tver img {
	width: 30%;
}
.kakucho__banners_ch :nth-child(2n) {
	margin-top: 0px;
}

.kakucho__banners_ch h2 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #E60012;
}

.kakucho__banners_ch_sub h2 {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	color: #E60012;
	margin-top: 50px;
}
.box_archive {
    margin: 10px;
    width: 90%;
    text-align: center;
   color: #c82e30;
}
.box_archive h2.ttl_archive {
    color: #c82e30;
    font-size: 170%;
}
.box_archive p {
	font-size: 130%;
}
.p-overlay {
	position: fixed;
	background-color: rgba(0,0,0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .2s .2s;
}
.p-overlay__inner {
	position: relative;
}
.p-overlay__close {
	position: absolute;
	right: -60px;
	top: -60px;
	color: white;
	font-size: 400%;
	cursor: pointer;
}
.p-information {
	margin: 4rem 0 2rem !important;
}
.p-information__inner {
	display: inline;
}
.p-information__inner h1 {
	text-align: center;
}
.p-information__inner td, .p-information__inner th {
	vertical-align: top;
}
.p-information table {
	margin: auto;
}
.p-information td {

	padding-bottom: 10px;
}
.p-information th {
	vertical-align: top;
	padding-bottom: 10px;
}
.p-information th li{
	margin: 0;
	padding: 10px;
}

.lineup2020 footer {
	position: relative;
	width: 100%;
	background-color: #000;
	border-top: 1px solid white;
}

.p-overlay__close:hover {
	text-shadow: 0 0 20px #fff;
}

.is-show-modal .p-overlay {
	visibility: visible;
	opacity: 1;
}

.p-release-data {
	/* width: 784px; */
	margin: auto;
}
.inner-box {
	width: 385px;
}


@media all and (max-width: 480px) {
	.lineup2020 * {
		box-sizing: border-box;
	}
	.kakucho__title img {
		width: 80%;
		margin: 0.5rem 0;
		text-align: center;
	}
	.p-overlay iframe {
		width: 100%;
		height: 56.25vw;
	}
	.p-overlay__close {
		right: 0px;
	}
	.lineup2020 .layout2 .onair_box > div, .lineup2020 .layout2 .onair_box > section {
		margin: 0;
	}
	.kakucho__date {
		font-size: 120%;
		text-align: center;
	}

	.kakucho__banners ul {
		flex-direction: column;
		align-items: center;
	}
	.kakucho__banners ul li {
		width: 60%;
		margin: 0;
	}
	.kakucho__banners ul li a {
		min-height: 4rem;
	}
	.kakucho__banners ul li.u-periscope a {
	background-color: #369ab7;
	padding: .2em 0rem;
	}
	.kakucho__banners ul li.u-youtube a {
		background-color: #fff;
		padding: .2em 0rem;
	}
	.kakucho__banners_ch h2 {
		font-size: 0.8rem;
		font-weight: bold;
		text-align: center;
		color: #E60012;
		margin: 0;
	}
	.kakucho__banners_ch_sub h2 {
		font-size: 0.8rem;
		font-weight: bold;
		text-align: center;
		color: #E60012;
		margin: 0;
		/* margin-top: 10px; */
	}
	.guest_box .photo_kakucho {
		text-align: center;
	}
	/* 以下コンテンツ */

	.p-information {
		margin: 2rem 0 !important;
	}
	.p-information__inner table {
		margin: 0 1rem;
	}
	.p-information__inner table th {
		width: 6em;
	}
	.p-card-wrapper .guset_box {
		width: 100% !important;
	}
	.p-card__content {
		box-sizing: border-box;
		width: 60%;
		padding: 1rem 0;
		height: auto;
		margin: auto;
	}

	.p-release-data {
		width: auto;
		margin: auto;
	}
	div.flame_yotube img {
		width:100%;
	}
}