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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.6;
}

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

.pc__left_wrapper {
	display: none;
}

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

	background: #ddd;
}

.top__img {
	position: absolute;
	top: 50%;
	width: 100%;
	pointer-events: none;
}


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

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

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

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

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

.about__inner {
	margin: 24px 0 0 0;
	text-align: center;
}

.about__img {
	max-width: 350px;
	margin: auto;
}

.about__img-primary {
	margin: 24px auto 0;
	max-width: 150px;
}

.about__txt {
	margin: 20px 0 12px 0;
	font-size: 15px;
	line-height: 2.3;
}

.about__txt_bg {
	display: inline-block;
	background: #E6768F;
	color: #fff;
	padding: 10px 16px;
	font-size: 16px;
	font-weight: bold;
}

/*   ここからDebut Songの設定   */
.debutsong {
	padding: 40px 16px;
	/* background: #FEA8BD; */
	background: #F5C3CF;
}

.debutsong .section__title {
	color: #fff;
}

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

.debutsong__inner {
	margin: 20px 0 0 0;
	text-align: center;
}

.debutsong__txt {
	margin: 8px 0 12px 0;
	font-size: 16px;
	line-height: 2.3;
	color: #fff;
}

.debutsong__txt_important {
	display: inline-block;
	background: #fff;
	color: #E6768F;
	padding: 0 16px;
	margin: 0 3px 10px 3px;
	font-size: 20px;
	font-weight: bold;
	line-height: 44px;
}

.debutsong__txt_bg {
	display: inline-block;
	background: #E6768F;
	color: #fff;
	padding: 0 10px;
	margin: 0 4px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

.debutsong_profile {
	background: #FFE9F1;
	border-radius: 16px;
	padding: 16px;
	color: #E6768F;
	text-align: left;
	max-width: 500px;
	margin: 0 auto;
}

.debutsong_profile_name {
	font-weight: bold;
	margin: 0 0 10px 0;
}

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

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

.important__inner {
	margin: 20px 0 0 0;
}

.important__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border: 2px solid #E6768F;
	border-radius: 16px;
	background: #fff;
}

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

.card__txt {
	max-inline-size: max-content;
	margin: 12px auto 0;
}

.card__txt-important {
	font-weight: bold;
	color: #E6768F;
}

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

.card__img_sub {
	width: 80%;
	margin: 12px auto 0;
}

/*    ここからmusic  */
.music {
	padding: 40px 16px;
	background: #FEFFD9;
}

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

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

.music__txt {
	position: relative;
	margin: 0 auto;
	width: fit-content;
}

.music__txt::before,
.music__txt::after {
	content: "";
	display: inline-block;
	background: #666666;
	width: 2px;
	height: 18px;
	border-radius: 12px;
	position: absolute;
	top: 3px;
}

.music__txt::before {
	left: -16px;
	transform: rotate(-20deg);
}

.music__txt::after {
	right: -16px;
	transform: rotate(20deg);
}




.audio {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.audio-txt {
	max-width: 280px;
	margin: 16px auto 8px;
}

/*    ここからSchedule  */
.schedule {
	padding: 40px 16px;
	background: #ffe4e9;
	background-image: url(../images/dot_bg.png);
	background-size: cover;
}

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

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

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

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

.schedule__day {
	font-size: 16px;
}

.schedule__day-sub {
	font-size: 12px;
	margin: 4px 0 0 0;
}

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

.schedule__txt_sub {
	font-size: 12px;
}
.list__item {
	margin: 0 0 16px 0;
}

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

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

.detail .section__title {
	color: #fff;
}

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

.detail__box {
	position: relative;
	max-width: 500px;
	margin: 0 auto 45px;
	padding: 50px 16px 32px 24px;
	border-radius: 20px;
	background: #FFFFFF;
}

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

.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: 12px 0; */
	border-radius: 30px;
	background: #F597AE;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 52px;
}

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

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

/*inc*/
.inc {
	padding: 40px 16px;
	/* background: #fff7e0; */
	background-image: url(../images/st_bg_2.png);
	background-size: cover;
}

.inc .section__title::before {
	background-image: url("../images/message.png");
	background-position: center;
}

.inc__logo {
	max-width: 200px;
	margin: 0 auto 24px;
}

.inc__idol-name {
	text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0 8px;
    line-height: 1;
}

.inc__idol-name-sub {
	text-align: center;
    font-size: 10px;
    margin: 0 0 8px;
    line-height: 1;
	color: #8493b6;
}

.inc__idol-wrapper {
	margin: 16px 0 0;
	padding: 16px;
	border-radius: 6px;
	background: #fff;
}

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

.inc__container_inner {
	display: flex;
}

.inc__container_box {
	position: relative;
}

.inc__container_txt {
	padding: 0 0 50px;
}

.inc__information-main-txt {
	position: absolute;
	bottom: 0;
	margin: 0 0 4px;
	font-weight: bold;
	color: #E6768F;
	font-size: 13px;
}

.inc__idol-txt {
	margin: 0 0 30px;
}

.inc__idol-txt:last-of-type {
	margin: 0;
}

.inc__group {
	max-width: 295px;
    margin: 50px auto 24px;
}

.inc__logo-container {
	padding: 0 0 24px;
}

.inc__information {
	display: flex;
	padding: 24px 0 0;
}

.inc__information-img {
	max-width: 150px;
	height: 100%;
    margin: 0 16px 0 0;
}



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

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

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 769px) {
	.pc__top {
		background-image: url("../images/live_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: 460px;
		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: 0 0 12px;
		;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}

	.form__qr {
		max-width: 160px;
		margin: 0 auto;
		padding: 8px;
		background: #fff;
		border-radius: 6px;
	}

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

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

	.pc__main-detail {
		max-width: 350px;
		margin: 0 auto;
		padding: 0 16px 24px;
	}

	.footer {
		padding: 32px 16px;
	}

	.pc__right_form {
		display: none;
	}

}