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

/*------------------------------
▼ 共通デザイン（モバイル向け）
-------------------------------*/
body {
	font-family: "Noto Sans JP", serif;
	font-size: 14px;
	font-weight: 500;
	color: #4f4f4f;
	line-height: 1.6;
	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;
	overflow: hidden;
}

.top__img {
	position: absolute;
	bottom: 150px;
	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: 85%;
	max-width: 500px;
	margin: auto;
}

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

.main-visual {
	max-width: 630px;
}

/*    ここからAboutの設定   */
.about {
	padding: 40px 16px 40px;
	background: #ffb423!important;
	text-align: center;
	color: #fff;
}

.section__title {
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	/* color: #FF7387; */
}

/* .section__title::before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 359px;
	height: 40px;
	margin: 0 auto 8px;
} */

/* .about .section__title::before {
	background-image: url("../images/about.png");
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 194px;
} */

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

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

.about__txt {
	margin: 8px 0 16px;
}

.bold {
	font-weight: bold;
}

.about__txt_back {
	display: inline-block;
	background: #FFF388;
	padding: 2px 8px;
	margin: 10px 0 0 0;
}
.big {
	font-size: 20px;
}

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

.about__txt_box {
	display: inline-block;
	/* background-color: #FF7387; */
    color: #fff;
	font-size: 16px;
    font-weight: bold;
	padding: 2px;
	margin: 2px;
}

.about__txt_dashed {
	font-size: 18px;
    color: #4896D8;
    border-bottom: dashed 2px #4896D8;
	margin: 0 0 4px 0;
	display: inline-block;
}

.about__txt-important {
	/* color: #FF7387; */
	font-weight: bold;
}

.about__txt-size {
	max-width: 500px;
	margin: 0 auto;
	font-size: 16px;
	border: 2px solid #fff;
    padding: 16px;
    background: #fff;
    color: #ff7823;
	clip-path: polygon(0 1.2em, 1.2em 0, 100% 0, 100% calc(100% - 1.2em), calc(100% - 1.2em) 100%, 0 100%);
}

.about__important-size {
	font-size: 20px;
}

.about__important .about__important-size .about__txt_box {
	font-size: 20px;
}


/*    ここからpointの設定   */
.title__img {
	width: 100%;
	max-height: 40px;
}


.point {
	background: #4D8FE5!important;
	background: #4896D8!important;
	padding: 40px 16px;
	position: relative;
}

.point .title__img_white {
fill: #fff;
stroke: #fff;
}

.point .section__title {
	color: #fff!important;
}

.point .section__title::before {
	background-image: url("../images/point.png");
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 154px;
}

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

.point__office-logo {
	margin: 0 auto 24px;
	width: 155px;
}

.SS {
	margin: 40px auto 24px;
	width: 225px;
}

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

.card__title {
	text-align: center;
	line-height: 1.4;
	color:#4896D8!important;
	font-size: 20px;
}

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

.card__txt-imprtant {
	color:#4896D8!important;
	font-weight: bold;
}

.card__txt-imprtant_r {
	color:#ff7823!important;
	font-weight: bold;
}

.card__img {
	margin: 16px 0 0 0;
	border-radius: 10px;
}

.point__creator {
	margin: 24px 0 0;
}

.creator {
	display: flex;
	line-height: 1.6;
	justify-content: space-around;
}

.creator__name {
	font-size: 16px;
}

.creator__post {
	font-size: 12px;
}

.creator__list {
	display: flex;
	margin: 4px 0 0 0;
	color: #8B7777;
	font-size: 10px;
	flex-wrap: wrap;
}

.creator__list-item {
	margin: 0 2px 4px 0;
	padding: 2px 4px;
	background: #FFF8B9;
}

.point__creator .card__txt {
	margin: 8px auto 0;
}

.point__creator-img {
	margin: 0 0 0 8px;
	width: 126px;
	height: 100%;
}

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

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

.list__title-sab {
	color: #8B7777;
	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: 4px 12px;
	width: 80px;
	background-color: #FFF8B9;
	font-size: 12px;
}

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

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

/*    ここからgoodpoint  */
.goodpoint {
	padding: 40px 16px 40px;
	background: #ffb423 !important;
}

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

.goodpoint__title {
	text-align: center;
    line-height: 1.4;
    font-size: 20px;
	margin: 16px 0 10px 0;
}

.goodpoint .point__card {
	padding: 24px 12px;
}

.goodpoint__txt {
	padding: 0 10px;
	margin: 0 0 32px 0;
}

.goodpoint .card__title {
	color: #ff7823 !important;
	font-size: 18px;
	position: relative;
	padding: 0 16px;
}

.goodpoint .card__title::before {
	content:'★';
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	top: 2px;
	left: 2px;
}

.goodpoint .card__title::after {
	content:'★';
	position: absolute;
	font-size: 14px;
	line-height: 20px;
	top: 2px;
	right: 2px;
}

.goodpoint .card__txt {

}

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

/* .bg_pattern {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	opacity: 0.4;
	z-index: -1;
}

.Polka {
	background-image: radial-gradient(#ffc107 2px, #ffffff 2px);
	background-size: 20px 20px;
} */

/* .schedule::before {
	content: '';
	background-image: url("../images/bg_dot.png");
	position: absolute;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	top: 0;
} */

.schedule .title__img {
	fill: #ff7823!important;
	stroke: #ff7823!important;
}

.section__title {
	color: #ff7823!important;
}
.schedule .section__title::before {
	background-image: url("../images/flow.png");
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 135px;
}

.schedule__inner {
	max-width: 500px;
	margin: 24px auto 0;
	line-height: 1.4;
}

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

.schedule__card {
	/* width:100%;
	margin: 16px 0; */
	/* background: #FFF1F1; */
	/* border-radius: 10px;
	overflow: hidden;
	text-align: center;

	background: #fff;
    border: 2px solid #E62118; */
}

.schedule__card {
	display: flex;
    width: 100%;
    margin: 0 0 16px 0;
    background: #fff;
    border-radius: 10px;
	border: 2px solid #ff7823;
}

.schedule__card_sub {
	display: block;
	margin: 16px auto;
	max-width: 500px;
}

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

.schedule__card_sub .schedule__title{
	border-radius: 7px 7px 0 0;
	font-size: 20px;
}

.schedule__title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.schedule__title-sub {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4;
}

.schedule__day {
	text-align: center;
	padding: 0 0 16px;
	font-size: 16px;
	font-weight: bold;
}

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

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

.schedule__txt_sub {
	padding: 12px;
	
}

.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: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 16px solid #ffd025;
	width: 20px;
	height: 16px;
	margin: 0 auto 8px;
}

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

.after__txt_box {
	display: inline-block;
	background-color: #52C3EF;
	color: #fff;
	font-weight: bold;
	padding: 2px 8px;
	margin: 2px;
}

.schedule__txt_sub .about__txt_dashed {
	font-size: 20px;
}

.schedule__img {
	width: 85%;
	margin: 16px auto 12px;
}

.schedule__img_sub {
	max-width: 500px;
	width: 100%;
	margin: 16px auto 0;
}

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

.detail .title__img {
	fill: #fff;
	stroke: #fff;
}

.detail .section__title {
	color: #fff!important;
}

.detail .section__title::before {
	background-image: url("../images/entry.png");
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 152px;
}

.detail__box {
	position: relative;
	max-width: 500px;
	padding: 48px 16px 16px 16px;
	border: 2px solid #4896D8;
	border-radius: 20px;
	background: #fff;
}

.detail__box {
	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 #4896D8;
	border-radius: 40px;
	background: #fff;
	color: #4896D8;
	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;
}

/*    ここからidol  */

.idol {
	padding: 40px 0 0;
	position: relative;
}

.idol .title__img {
	fill: #4896D8;
	stroke: #4896D8;
}

.idol .section__title {
	color: #4896D8!important;
}

.idol .section__title::before {
	background-image: url("../images/idol.png");
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 158px;
}

.idol__inner {
	padding: 24px;
	margin: auto;
	max-width: 500px;
}

.idol__title {
	margin: 0 0 24px;
	color: #4896D8!important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.idol__img {
	margin: 0 0 10px 0;
}

.rock {
	position: relative;
}

.idol__rock {
	padding: 10px 0 0 0;
}
.rock__img {
	position: absolute;
	top: -20px;
	left: -15px;
	width: 180px;
}

/*     ここからoffice    */
.office {
	padding: 40px 16px;
	background-color: #F0FFFB;
}

.office .section__title {
	margin: auto;
	width: 199px;
}

.office .section__title::before {
	display: none;
}

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

.office__txt-dashed {
	padding: 24px 0;
	border-bottom: 1px dashed #466079;
}

.office__txt {
	font-size: 12px;
}

.office__wrap {
	display: flex;
	padding: 24px 0 16px;
}

.office__img {
	margin: 0 16px 0 0;
	width: 117px;
}

/*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: 24px 0 0;
	border-top: 1px dashed #4F3939;
}

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

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

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

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

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #ffb423;
	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: 285px;
	padding: 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: 343px;
    padding: 16px 0;
    margin: 0 8px;
    line-height: 1;
    background: #61DF4D;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
	border-radius: 30px;
}

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

.footer__link-wrap {
	text-align: center;
}

.footer__link {
	display: inline-block;
	margin: 0 4px;
	padding: 4px;
	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;
	text-shadow: 0px 0px 10px #5f4444;
}
	
	.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;
}

}

/*　　フッターリンク　　*/

.footer__link-content {
	margin: auto;
	padding:40px 24px;
	max-width: 1000px;
	background: #F0FFFB;
}

.content__heading {
	margin: 0 16px 24px;
	font-size: 21px;
}

.info__list {
	position: relative;
	padding: 0 0 0 14px;
	margin: 12px 0;
}

.link__txt {
	padding: 0 16px;
}

.link__txt-last {
	padding: 24px 16px;
}

.link__heading {
	margin: 24px 0 16px;
	font-size: 16px;
}

.txt {
	margin: 0 0 8px;
}

.list__item_namber {
	list-style: decimal;
}

.list__item_bracket {
	position: relative;
	padding: 0 0 0 12px;
	list-style: none;
	counter-increment: cnt;
}

.list__item_bracket::before {
	position: absolute;
    left: -12px;
    content: "(" counter(cnt) ") ";
}

.link__txt-heading {
	padding: 16px 0 8px;
	font-size: 16px;
}

.list__item_namber > .info__list {
	padding: 0;
}

hr {
	margin: 16px 0 16px -16px;
}