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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family:'Noto Sans JP', 'Sans-Serif';
	font-size: 14px;
	font-weight: 300;
	color: #4F3939;
	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: 90%;
	max-width: 500px;
	padding: 0 16px;
	margin: auto;
}

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

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

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

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

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

.collab__Broadcaster {
    display: grid;
    place-items: center;
    width: 100px;
    padding: 4px 0;
    background-color: #eeebff;
}

.collab__txt {
    flex: 1;
    line-height: 27px;
    padding: 0 0 0 6px;
    font-weight: bold;
}

/*    ここからAboutの設定   */
.about {
	padding: 40px 16px 40px;
	/* background: #FFF1F1; */
	text-align: center;
	position: relative;
	background: url(../images/about_bg.png);
}

.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;
	background-position: center;
	max-width: 359px;
	height: 50px;
	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: 320px;
	margin: 24px auto 0;
}

.about__inner {
	margin: auto;
	max-width: 400px;
}

.group__logo {
	max-width: 300px;
	margin: 0 auto 12px;
}

.about__img-primary {
	margin: 24px auto 8px;
	max-width: 180px;
}

.about__img-txt {
	margin: 8px auto 24px;
	max-width: 300px;
}

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

.bold {
	font-weight: bold;
}

.about__txt-dashed {
	padding: 0 0 2px;
	/* color: #FF7387; */
	font-weight: bold;
	/* border-bottom: 1px dashed #4F3939; */
}

.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 8px;
	margin: 2px;
	/* border-radius: 32px */
}

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

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

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

.about__important-bg {
	padding: 8px;
	margin: 10px 0;
	font-size: 18px;
	background: #d7e5ff;
	border-radius: 10px;
}

.txt_line {
	font-weight: bold;
	border-bottom: 2px dashed #c6b0f0;
}

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

/* .music {
	background: #FFFFEC;
	padding: 40px 16px 40px;
	position: relative;
}

.title__img {
	width: 100%;
	max-height: 35px;
	margin: 0 auto 4px;
}

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

.music__inner {
	margin: 24px 0 0;
}

.music__txt {
    position: relative;
    margin: 0 auto;
    width: fit-content;
	text-align: center;
	line-height: 1.4;
}

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

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

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

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

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

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

.profile {
	padding: 40px 16px 40px;
	background: url(../images/profile_bg.png);
}

.profile__title {
	margin: 0 auto;
}

.profile__title-img {
	margin: auto;
	max-width: 270px;
}

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

.profile__img {
	margin: 20px auto;
	width: 50%;
	max-width: 200px;
}

.profile__txt {
	margin: 16px 0 0;
}

.profile__txt_center {
	margin: 16px 0 0;
	text-align: center;
}

.message__card {
    margin: 16px auto 0;
    padding: 24px 16px;
	max-width: 500px;
    background: rgba(255, 38, 150, 0.1);
    border-radius: 10px;
}

.message__title {
    display: flex;
    padding: 0 0 16px 0;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.message__card-img {
	width: 35%;
}

.message__card-title {
	padding: 0 0 0 8px;
	font-size: 20px;
}

/*    ここからpointの設定   */
.point {
	background: #FF7387;
	padding: 40px 16px;
	position: relative;
}

.point .section__title {
	color: #fff;
}

.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:#FF7387; */
	font-size: 20px;
}

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

.card__txt-imprtant {
	color: #FF7387;
	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;
}

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

.schedule .section__title {
	color: #c6b0f0;
}

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

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

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

.schedule__img {
	padding: 8px 0 24px;
}

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

.schedule__title-wrap {
	padding: 10px 0;
	/* background: #FF7387; */
}

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

.schedule__day {
	color: #c6b0f0;
    font-size: 20px;
    font-weight: bold;
}

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

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

.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 #52C3EF;
	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;
  }

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

.detail .section__title {
	color: #fff;
}

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

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

.detail__box {
	margin: 40px auto 53px;
}

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

.detail__lead {
	padding: 16px 0;
}

.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 #FF7387; */
	border-radius: 40px;
	background: #fff;
	/* color: #FF7387; */
	font-size: 18px;
	text-align: center;
	line-height: 1;
}

.detail__list,.inc__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 .section__title::before {
	background-image: url("../images/idol.png");
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	width: 158px;
}

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

.nankini {
	padding: 24px 16px 32px;
}

.sinkocchou {
	padding: 40px 16px 32px;
	background: #ECFDFF;
}

.norakura {
	padding: 40px 16px 32px;
	background: #F0FFCF;
}

.idol__group {
	margin: 0 0 24px;
}

.idol__title {
	margin: 16px 0 8px;
	/* color: #FF7387; */
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.idol__img {
	margin: 0 0 16px;
}

.idol__txt {
	margin: 8px 0;
}

.bio {
	margin: 0 0 24px;
}

.bio__title {
	margin: 0 0 16px;
	text-align: center;
}

.idol__bio-title {
	display: inline-block;
	padding: 0 8px;
	/* background: #FF7387; */
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 4px;
}

.idol__bio-list {
	position: relative;
	padding: 0 0 0 14px;
}

.bio__list-item {
	margin: 8px 0;
}

/*     ここから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: 300px;
	margin: 0 auto 24px;
}

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

.inc__list_item {
	margin: 0;
}

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

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