@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: #57537e;
	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: #1AC8D5;
	color: #fff;
	border-radius: 3em;
}

.pc__left_wrapper {
	display: none;
}

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

.top__img {
	position: absolute;
	bottom: 120px;
	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: 600px;
	padding: 0 16px;
	margin: auto;
}

.main-detail {
	max-width:350px;
	padding: 12px 32px 16px;
	margin: auto;
}

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

.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;
	width: 343px;
	height: 53px;
	margin: 0 auto 4px;
}

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

.about__img {
	margin: 0 auto 24px;
	border: #fff 2px solid;
	border-radius: 10px;
}

.about__img-primary {
	display: inline-block;
	padding: 4px 8px;
	font-size: 16px;
	color: #fff;
	background: #1AC8D5;
}

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

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

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

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

.about__txt-box {
	padding: 4px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #EA84B9;
}

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

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

.topics__title {
	margin: 0 0 8px;
	text-align: center;
}

.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;
}

.topics__txt {
	margin: 0 auto 8px;
}

.about__topics .list__item_mark::before {
	content: "◆";
	position: absolute;
	left: 0;
	color: #57537e;
	font-size: 10px;
	line-height: 2.5em;
}

.about__topics .list__item {
	margin: 0;
}

/*    ここからinterview__videoの設定   */

.interview__video {
	padding: 40px 0;
	background-color: #F6EBF1;
}

.interview__speech-balloon {
	margin: 0 auto 24px;
	max-width: 250px;
}

.slick {
	position: relative;
	width: 100%;
}

.slick__item {
	padding: 0 12px;
	height: auto;
}

.slick__item-video {
	display: block;
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.slick-arrow {
	display: none!important;
}

.slick-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.slick-dots li {
	width: 10px;
	height: 10px
}


.slick-dots li button:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: #1AC8D5;
  }
  
  /* アクティブ */
  .slick-dots li.slick-active button:before {
	transform: scale(1.4);
  }

/*    ここからsupportの設定   */
.support {
	background: linear-gradient(90deg, #D0EBED, #F5D9E9);
	padding: 40px 16px;
}

.support .section__title {
	color: #1AC8D5;
}

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

.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: #eff9f9;
	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:#1AC8D5;
	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;
	border-radius: 10px;
}

.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: #1AC8D5;
}

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

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

.schedule__card {
	display: flex;
	width:100%;
	margin: 0 0 16px 0;
	background: #ebf6f7;
	border-radius: 6px;
    overflow: hidden;
	border: 2px #1AC8D5 solid;
}

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

.schedule__day {
	color: #1AC8D5;
	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;
}

/*     ここからbackstage        */

.background__flat {
	background: linear-gradient(180deg, #F9D5D9, #FFF3FA, #D0EBED);
}

.background__flat .section__title {
	color: #EA84B9;
}

.question .section__title {
	color: #1AC8D5;
}

/*     ここからbackstage        */

.backstage {
	padding: 40px 16px;
}

.backstage .section__title::before {
	background-image: url("../images/backstage.png");
}

.backstage__video {
	display: block;
	margin: 24px auto 0;
	width: 100%;
	max-width: 500px;
	border-radius: 10px;
}

.backstage__img {
	display: block;
	margin: 24px auto 0;
	padding: 24px;
	width: 80%;
	max-width: 500px;
	border: 1px solid #1AC8D5;
	border-radius: 10px;
	background-color: #ffffff66;
}

/*     ここからinterview        */

.interview {
	padding: 40px 16px;
}

.interview .section__title::before {
	background-image: url("../images/interview.png");
}

.interview__inner {
	margin: 24px auto 0;
	padding: 16px;
	max-width: 500px;
	background-color: #fff;
	border-radius: 10px;
}

.interview__card {
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 1px #FD64AE dashed;
}

.interview__card:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.interview__card-box {
	display: flex;
	align-items: center;
	margin: 0 0 8px;
}

.interview_img {
	width: 110px;
}

.interview__name {
	text-align: center;
	flex: 1;
}

.interview__txt {
	margin: 0 0 8px;
}

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

/*     ここからquestion        */

.question {
	padding: 40px 16px;
}

.question .section__title::before {
	background-image: url("../images/question.png");
}

.question__inner {
	margin: 24px auto 0;
	max-width: 500px;
}

.question_card {
	margin: 0 0 16px;
	padding: 16px;
	background-color: #fff;
	border-radius: 10px;
}

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

.question__card-profile {
	width: 95px;
	text-align: center;
}

.profile__name {
	font-size: 10px;
}

.question__txt {
	padding-left: 1em;
	text-indent: -1em;
}

.question__txt::before {
	content: "Q.";
}

.question__card-box {
	display: flex;
	gap: 8px;
	margin: 16px 0 0;
}

.question_img {
	margin: auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.answer__txt {
	flex: 1;
}

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

.detail .section__title {
	color: #EA84B9;
}

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

.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 #ffd3ec;
	border-radius: 30px;
	background: #ffffff;
	color: #EA84B9;
	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: #D0EBED;
}
.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;
}

.company {
	padding: 40px 16px;
}

.company__img {
	max-width: 400px;
	margin: 0 auto 16px;
	border-radius: 10px;
}

.company__txt {
	text-align: center;
}

.bold {
	font-weight: bold;
}


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

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #3c798d;
	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 16px;
	}

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

	.footer {
		padding: 24px 16px;
	}

	.pc__right_form {
		display: none;
	}

}