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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #7a4b4b;
	line-height:1.8;
}

img {
	display: block;
	width: 100%;
}

.txt-accent {
	font-weight: bold;
}

.tag {
	text-align: center;

}

.tag__inner {
	display: inline-block;
	margin: 0 0 16px;
	padding: 6px 16px;
	background: #FD64AE;
	color: #fff;
	border-radius: 3em;
}

.pc__left_wrapper {
	display: none;
}

/*    ここからトップの設定   */
.top {
	position: relative;
	height: 100vh;
	max-height: 720px;
}

.top__img {
	position: absolute;
	bottom: 80px;
	width: 100%;
	pointer-events: none;
}

.top__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: drop-shadow(0px 0px #000);
	outline: none;
	border: none;
}

.main-logo {
	display: block;
	width: 100%;
	max-width: 500px;
	padding: 0 16px;
	margin: auto;
}

.main-detail {
	max-width:320px;
	padding: 30px 40px;
	margin: auto;
}

/*    ここからAboutの設定   */
.about {
	padding: 40px 16px;
	background-image: url(../images/bg.jpg);
	background-size: cover;
}

.about__inner {
	text-align: center;
}

.section__title {
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
	color: #FFAF37;
}

.section__title::before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 53px;
	margin: 0 auto 4px;
}

.about .section__title::before {
	background-image: url("../images/about.png");
	max-width: 154px;
}

.about__img {
	/* max-width: 280px; */
	margin: auto;
}

.about__img-primary {
	margin: 20px auto 0;
	max-width: 204px;
}

.about__txt {
	margin: 16px 0 8px;
	font-weight: bold;
	line-height: 1.8;
	font-size: 15px;
}

.about__txt-important {
	color: #63ceaa;
	font-weight: bold;
}

.about__txt-img {
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	
}

.about__txt_dashed {
	border-bottom: dashed 2px #63ceaa;
	color: #63ceaa;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
}

.about__speech-img {
	max-height: 56px;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}

.topics {
	position: relative;
	margin: 16px auto 0;
	padding: 16px;
	max-width: 400px;
	border: 1px solid #fd64ae;
	background: #fff;
	border-radius: 6px;
}

.topics__mark {
	position: absolute;
	top: -40px;
	left: -20px;
	width: 100px;
}

.topics__img {
	margin: 16px 0;;
}

.topics .about__txt {
	position: relative;
	text-align: center;
	font-size: 16px;
}

/*    ここからsupportの設定   */
.support {
	background: #f9d7f9;
	padding: 40px 16px;
}

.support .section__title {
	color: #FD64AE;
}

.support .section__title::before {
	background-image: url("../images/point.png");
	max-width: 170px;
}

.support__inner {
	margin: 16px 0 0 0;
}

.support__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border-radius: 6px;
	background: #fff;
}

.support__contents {
	margin: 16px 0 0;
	padding: 16px 8px;
	background: #F7EFFF;
	border-radius: 6px;
}

.support__list {
	margin: 0 0 8px;
}

.support__list .list__item {
	margin: 0 0 4px;
	line-height: 1.6;
}

.card__title {
	text-align: center;
	line-height: 1.4;
	color:#FD64AE;
	font-size: 20px;
	font-weight: bold;
}

.card__txt {
	max-inline-size: max-content;
	margin: 10px auto 0;
	font-size: 14px;
}

.card__img {
	margin: 8px 0 0 0;
}

.card__video {
	margin: 8px 0 0 0;
	width: 100%;
	border-radius: 8px;
}

/*    ここからSchedule  */
.schedule {
	padding: 40px 16px 36px 16px;
	background: #fff;
}

.schedule .section__title {
	color: #accafb;
}

.schedule .section__title::before {
	background-image: url("../images/flow.png");
	max-width: 160px;
}

.schedule__inner {
	max-width: 500px;
	margin: 20px auto 20px;
}

.schedule__card {
	display: flex;
	width:100%;
	margin: 0 0 16px 0;
	background: #F7EFFF;
	border-radius: 6px;
    overflow: hidden;
}

.schedule__title {
	display: grid;
	place-items: center;
	padding: 12px;
	background: #accafb;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.schedule__day {
	color: #accafb;
	font-size: 16px;
	font-weight: bold;
}

.schedule__day-sub {
	font-size: 12px;
	line-height: 1.4;
}

.schedule__txt {
	flex: 1;
	padding: 12px;
}

.list__item {
	margin: 0 0 12px 0;
}

.list__item:last-child {
	margin: 0;
}

.triangle {
	display: block;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-top: 12px solid #accafb;
	width: 20px;
	height: 16px;
	margin: 0 auto 8px;
}

.schedule__after {
	padding: 16px 12px;
	text-align: center;
	background: #F7EFFF;
	border-radius: 6px;
	font-size: 16px;
}

.schedule__txt_dashed {
	border-bottom: dashed 2px #accafb;
	color: #accafb;
	font-size: 16px;
	font-weight: bold;
	padding: 2px;
}

/*     ここから応募条件        */
.detail {
	padding: 40px 16px;
	background: #c4ede5;
}

.detail .section__title {
	color: #63ceaa;
}

.detail .section__title::before {
	background-image: url("../images/entry.png");
	max-width: 170px;
}

.detail__box {
	position: relative;
	max-width: 500px;
	margin: 0 auto 48px;
	padding: 48px 16px 16px 16px;
	border-radius: 20px;
	background: #fff;
}

.detail__box:first-of-type {
	margin: 40px auto 53px;
}

.detail__box:last-of-type {
	margin: 0 auto ;
}

.title__box {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 284px;
	padding: 0 24px;
}

/*    h2の見出しデザイン  */
.detail__title {
	padding: 16px 0;
	border: 4px solid #63ceaa;
	border-radius: 30px;
	background: #63ceaa;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.detail__list {
	position: relative;
	padding: 0 0 0 14px;
}

.list__item_mark::before {
	content: "・";
	position: absolute;
	left: 0;
	color: #7a4b4b;
}

/* ライバー×アイドル */

.liveridol {
	padding: 40px 16px;
	background: linear-gradient(90deg,#FFC8D8, #FFDDB3);;
}

.liveridol__inner {
	margin: auto;
	max-width: 500px;
}

.liveridol__title_img  {
	width: 343px;
	margin: 0 auto;
}

.liveridol__card {
	margin: 24px 0 0;
	padding: 24px 16px;
	background: #fff;
	border: 1px solid #FD64AE;
	border-radius: 6px;
}

.liveridol__txt {
	padding: 0 0 8px;
}

.liveridol__list {
	position: relative;
	padding: 0 0 0 14px;
	font-weight: bold;
}

.liveridol__txt-important {
	padding: 16px 0 0;
	color: #FD64AE;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*inc*/

.inc {
	padding: 40px 16px;
	background: #F7EFFF;
}
.inc__logo {
	max-width: 130px;
	margin: 0 auto;
}

.inc__idol-img {
	max-width: 400px;
	margin: 24px auto 12px;
	border-radius: 6px;
}

.inc__link {
	margin: 0 0 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inc__thumb {
	width: 48px;
	margin: 0 12px 0 0;
}

.inc__txt-link {
	color: #FFAF37;
	text-decoration: underline;
}


/*ここからフッター*/
.footer {
	position: relative;
	padding: 24px 0 94px;
	background: #accafb;
}

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #accafb;
	border-radius: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.back-top::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	bottom: 0;
	transform: translateX(-50%) rotate(-45deg);
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.footer__logo {
	position: relative;
}

.main-logo-small {
	max-width :300px;
	padding: 0 16px 16px;
}

.form {
	display: flex;
	position: fixed;
	bottom: 16px;
	width: 100%;
	padding: 0 8px;
	text-align: center;
	justify-content: center;
}

.form__link {
	display: inline-block;
	width: 100%;
	max-width: 343px;
	padding: 16px 0;
	margin: 0 8px;
	border-radius: 28px;
	line-height: 1;
	background: #39E5AB;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.footer__copyright {
	text-align: center;
	font-size: 10px;
	color: #fff;
}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 769px){
	.pc__top {
		background-image: url("../images/pc_bg.jpg");
		background-attachment: fixed;
		background-size: cover;
		background-position: center;
	}

	.pc__top_wrapper {
		display: flex;
		justify-content: center;
		margin: 0 40px;
	}
	.pc__left_wrapper {
		position: sticky;
		top: 0;
		height: 100vh;
		display: flex;
		width: 100%;
		max-width: 360px;
		margin: 0 80px 0 0;
		flex: 1;
	}
	.pc__left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.form {
		position: static;
		display: block;
	}
		
	.form__txt {
		margin: 8px 0;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}
		
	.form__qr {
		max-width: 120px;
		margin: 0 auto;
	}

	.pc__right {
		width: 375px;
		background-color: #fff;
	}

	.pc__main-logo {
		width: 100%;
		padding: 0 0 40px;
	}

	.pc__main-detail {
		max-width: 80%;
		padding: 0 16px 40px;
	}

	.footer {
		padding: 24px 16px;
	}

	.pc__right_form {
		display: none;
	}

}