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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 14px;
	color: #7c2e5e;
	line-height: 1.6;
}

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

.pc__left_wrapper {
	display: none;
}

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

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

.top__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.main-detail {
	max-width: 500px;
	padding: 8px 50px;
	margin: auto;
}

/*    ここからAboutの設定   */
.about {
	padding: 40px 16px;
	background-image: linear-gradient(275deg, #ffb2f2, #ffdcea);
}

.about__inner {
	padding: 16px 0 48px;
	border-radius: 10px;
    /* background: rgba(211, 169, 255, 0.3); */
	text-align: center;
}

.section__title {
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.2em;
	font-size: 12px;
	color: #A73F73;
}

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

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

.about__img {
	max-width: 500px;
	margin: 0 auto 32px;
}

.about__img-primary {
	margin: 16px auto;
	max-width: 400px;
}

.about__img-logo {
	width: 50%;
	max-width: 250px;
	margin: 0 auto;
}

.about__img-pickup {
	margin: 8px auto 0;
	max-width: 316px;
}

.about__txt {
	margin: 8px 0;
	font-weight: bold;
	line-height: 2;
}

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

.about__txt_bg {
	background: #fff;
	color: #FFA2D7;
	padding: 10px 8px;
	margin: 0 10px;
	font-size: 16px;
}

.about__txt_dashed {
	border-bottom: dashed 2px #d642cf;
	color: #d642cf;
	font-weight: bold;
}

/*    ここからsupporterの設定   */
.supporter .section__title {
	color: #EAFF00;
}

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

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

.supporter__card {
	max-width: 500px;
	margin: 24px auto;
	padding: 36px 16px 24px;
	color: #7c2e5e;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
}

.supporter__img {
	width: 60%;
    max-width: 150px;
    margin: 0 auto;
	border-radius: 50vh;
}

.supporter__name {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
}

.supporter__name-sub {
	display: inline-block;
	padding: 2px 6px;
	font-size: 12px;
	border: #7c2e5e 1px solid;
}

/*    ここからprofileの設定   */
.profile {
	padding: 40px 16px 24px;
	background: #ffeef8;
	background-size: cover;
}

.profile .section__title {
	color: #FFA2D7;
}

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

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

.card__img {
	border-radius: 10px;
}

/* .profile__card:first-of-type {
	margin: 0 0 40px 0;
} */

.profile__card_name {
	margin: 12px 0 20px;
	text-align: center;
	font-size: 20px;
	color: #FFA2D7;
}

.profile .card__txt {
	max-inline-size: max-content;
	font-weight: bold;
}

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

.important .section__title {
	color: #ffffff;
}

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

.important__title_img {
	width: 220px;
	margin: 0 auto;
}

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

.important__card {
	position: relative;
	max-width: 500px;
	margin: 0 auto 16px;
	padding: 24px 16px;
	border-radius: 10px;
	background: #FFF;
}

.card__title {
	margin: 0 0 16px 0;
	text-align: center;
	line-height: 1.4;
	color: #7c2e6c;
	font-size: 20px;
}

.important .card__img {
	margin: 16px 0 0 0;
}

.important__works-title {
	margin: 16px 0 8px 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
	color: #7c2e6c;
}

.important__card .detail__list {
	margin: 8px 0 24px;
}

.card__txt_bg {
	padding: 4px 12px;
	margin: 0 0 8px 0;
	background: #7c2e6c;
}

.card__txt_white {
	color: #fff;
}

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

.important .section__title_second::before {
	background-image: url("../images/point.png");
	max-width: 160px;
	margin: 40px auto 0;
}

.important .list__item {
	margin: 0 0 4px 0;
}

.important__card:last-child {
	margin: 0 auto;
}

.list__item-song {
	margin: 4px 0;
}

.point__list-title {
	margin: 16px 0 0;
	font-weight: bold;
}

.list__title-sab {
	color: #8b8b8b;
	font-size: 10px;
}

.list__item-box {
	display: flex;
	font-size: 12px;
	align-items: center;
}

.song__group {
	display: grid;
	place-items: center;
	margin: 0 8px 0 0;
	padding: 50px 8px;
	width: 300px;
	background-color: #ffeef8;
	font-size: 13px;
}

.point__group {
	display: grid;
	place-items: center;
	margin: 0 8px 0 0;
	padding: 4px 6px;
	min-width: 90px;
	background-color: #ffeef8;
	font-size: 11px;
}

.list__item-txt {
	font-size: 13px;
}

.list__item-collab {
	margin: 4px 0;
}

/** slider **/
.slider-wrapper {
    position: relative;
}

.single-item {
	position: relative;
	width: 100%;
	margin: 20px auto;
	border-radius: 10px;
	overflow: hidden;
}

.slider {
	display: block!important;
	padding: 0 4px;
}

.slider__img {
	border-radius: 10px;
}

.slick-dots {
	position: absolute;
	bottom: -35px;
}

.slick-dots li button:before {
	content: '';
	width: 3px;
	height: 3px;
	border: 2px solid #FFA2D7;
	border-radius: 50vh;
	opacity: 1;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #fdc3e4;
}

.slider__btn-left,
.slider__btn-right {
	position: absolute;
	bottom: 42%;
	width: 30px;
	padding: 5px;
	cursor: pointer;
}

.slider__btn-left {
	left: -15px;
}

.slider__btn-right {
	right: -15px;
}

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

.schedule .section__title {
	color: #FFA2D7;
}

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

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

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

.schedule__title {
	display: grid;
	place-items: center;
	width: 120px;
	padding: 12px;
	background: #ffeef8;
	color: #fe79c4;
	font-size: 20px;
	font-weight: bold;
}

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

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

.schedule__txt {
	flex: 1;
	padding: 12px 0 12px 12px;
	align-content: center;
}

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

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

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

.schedule__after-txt {
	font-size: 16px;
	text-align: center;
}

.schedule__txt-box {
	color: #fff;
	background: #FFA2D7;
	font-size: 20px;
    font-weight: bold;
	padding: 8px;
	line-height: 2;
}

/*     ここから応募条件        */
.detail {
	padding: 40px 16px;
	background-image: url(../images/bg_about.png);
	background-size: contain;
	
}

.detail .section__title {
	color: #DA9BFF;
} 

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

.detail__box {
	position: relative;
	max-width: 500px;
	border-radius: 10px;
	padding: 36px 12px 16px;
	margin: 48px auto;
	border-radius: 10px;
	background: #FFFFFF;
}

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

/* .detail__inner {
	max-width: 500px;
	margin: 0 auto;
	padding: 24px 16px;
	border-radius: 0 0 10px 10px;
	background: #FFFFFF;
} */

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

.detail__img {
	margin: 24px auto 8px;
	max-width: 340px;
}

/*    h2の見出しデザイン  */
.detail__title {
	padding: 8px 0;
	text-align: center;
    border-radius: 40px;
    color: #FFF;
    background: #DA9BFF;
	border: #DA9BFF 2px solid;
    font-size: 20px;
}

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

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

.list__item_margin {
	margin: 0;
}

.list__item_bold {
	font-weight: bold;
}

/*inc*/

.inc {
	padding: 40px 16px;
	/* background: #FFFFEC; */
}

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

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

/* .inc__box {
	border-radius: 10px;
	background: #ffffff;
	padding: 24px 16px;
} */

.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__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 {
	margin: 16px 0 0;
	border-top: 1px dashed #4F3939;
}

.inc__information {
	padding: 16px 0 0;
}

.inc__information-img {
	max-width: 92px;
    margin: 0 16px 0 0;
}

.inc__information-main-txt {
	font-size: 16px;
	font-weight: bold;
}

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

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #FFA2D7;
	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 {
	width: 260px;
	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: #af39e5;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
}

/*-------------------------------
 ▼大型画面向けデザイン（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: 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: 80%;
		padding: 0 16px 24px;
	}

	.footer {
		padding: 32px 16px;
	}

	.pc__right_form {
		display: none;
	}

}