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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: 'hiragino-kaku-gothic-pron', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #463464;
	line-height:1.8;
	font-feature-settings: "palt";
    letter-spacing: .05em;
}

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

.pc__left_wrapper {
	display: none;
}

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

.top__img {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	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: 500px;
	padding: 16px 54px;
	margin: auto;
}

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

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

.section__title {
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	color: #5D84D2;
}

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

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

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

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

.about__txt {
	margin: 16px 0 0;
	font-size: 18px;
	line-height: 2;
}

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

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

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

.about__txt_box {
	background-color: #5D84D2;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
	padding: 8px;
	margin: 4px;
}

.about__txt-size {
	font-size: 16px;
}

/*    ここからpointの設定   */
.point {
	background: linear-gradient(90deg,rgb(236, 190, 255), rgb(183, 243, 255));
	padding: 40px 16px;
}

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

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

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

.card__title {
	text-align: center;
	line-height: 1.4;
	color:#5D84D2;
	font-size: 20px;
}

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

.card__txt-imprtant {
	color: #5D84D2;
	font-weight: bold;
}

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

.list__item-song {
	margin: 4px 0;
	padding: 8px 16px;
	background-color: #eaedfc;
}

.point__list-title {
	margin: 16px 0 0;
	color: #665087;
	font-size: 18px;
	font-weight: bold;
}

.song__title {
	font-weight: bold;
	color: #5D84D2;
}

.list__item-txt {
	color: #665087;
	font-size: 12px;
}

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

.collab__box {
	display: flex;
	color: #665087;
	font-size: 12px;
}

.collab__Broadcaster {
	display: grid;
	place-items: center;
	width: 104px;
	padding: 2px 0;
	background-color: #eaedfc;
}

.collab__txt {
	flex: 1;
	padding: 0 0 0 6px;
}

.collab__title {
	font-weight: bold;
}

.audio-txt {
	margin: 24px auto 16px;
	width: 198px;
}

.audio {
	width: 100%;
}

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

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

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

.schedule__card {
	display: flex;
	width:100%;
	margin: 0 0 16px 0;
	background: rgb(241, 238, 252);
	border: solid 2px #935bed;
	border-radius: 10px;
	overflow: hidden;
}

.schedule__title {
	display: grid;
	place-items: center;
	padding: 16px 24px;
	width: 131px;
	background: #935bed;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}

.schedule__day {
	font-size: 20px;
}

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

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

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

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

.after__flow {
	margin: auto;
	max-width: 500px;
	text-align: center;
}

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

.after__flow-txt {
	padding: 8px 0;
	font-size: 18px;
	font-weight: bold;
}

.after__txt_box {
	padding: 6px 8px;
	background: #935bed;
	color: #fff;
}

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

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

.detail__box {
	position: relative;
    max-width: 500px;
    margin: 0 auto 48px;
    padding: 48px 16px 16px 16px;
    border: 2px solid #5D84D2;
    border-radius: 10px;
    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: 2px solid #5D84D2;
    border-radius: 30px;
    background: #fff;
    color: #5D84D2;
    font-size: 18px;
    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: #424e64;
}

.detail__img {
	margin: 12px 0 0;
}

/*inc*/

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

.inc__idol-img {
	max-width: 343px;
	margin: 24px auto;
	border-radius: 10px;
}

/*　message　*/

.message {
	padding: 50px 16px 40px;
	background: #f9fffd;
}

.message .section__title::before {
	background-image: url("../images/message.png");
	max-width: 265px;
	height: 38px;
}

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

.message__txt {
	padding: 0 0 16px;
	border-bottom: 1px dashed #463464;
}

.message__office {
	padding: 16px 0;
}

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

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

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

.pc__main-detail {
	max-width: 85%;
	padding: 0 16px 24px;
}

.footer {
	padding: 24px 16px;
}

.pc__right_form {
	display: none;
}

}