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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family:'Noto Sans JP', 'Sans-Serif';
	font-size: 14px;
	font-weight: 300;
	color: #35455d;
	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-width: 720px;
	overflow: hidden;
}

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

.top__img-main {
	position: absolute;
    left: 55%;
    transform: translate(-55%, 0);
    width: 100%;
	height: 80%;
	object-fit: cover;
	mask-image: linear-gradient(180deg, black, black 60%, transparent 90%);
}

.top__img {
	position: absolute;
	bottom: 100px;
	width: 100%;
	pointer-events: none;
}

.top__bg {
	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 8px;
	margin: 0 auto;
}

.main-detail {
	max-width: 500px;
	padding: 8px 54px 0;
	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;
	background-image: url(../images/about-bg.png);
	text-align: center;
	position: relative;
	background-size: cover;
    background-position: center;
}

.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: 35px;
	margin: 0 auto 12px;
}

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

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

.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: 300px;
}

.about__img-txt {
	margin: 6px auto 24px;
	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: #f899d2;
    color: #fff;
	font-size: 20px;
    font-weight: bold;
	padding: 2px 14px;
	margin: 2px;
	border-radius: 32px
}

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

.about__txt-size {
	margin: 8px 0 0 0;
	font-size: 16px;
}

.about__important-size {
	line-height:2;
	font-size: 16px;
}

.about__important-bigsize {
	font-size: 35px;
}

.about__important-bg {
	padding: 8px;
	margin: 10px 0;
	font-size: 16px;

	border-radius: 10px;
}

.txt_small {
	font-size: 14px;
	margin: 0 0 16px 0;
}

.txt_line {
	font-weight: bold;
	border-bottom: 2px dashed #ffffff;
	color: #67a6e5;
}

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

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

/*    ここから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_small {
	padding: 12px;
	font-size: 12px;
	background-color: #ffffff;
	border-radius: 6px;
}

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

.profile__card {
    margin: 16px auto 0;
    padding: 24px 16px;
	max-width: 500px;
	border: solid 2px #fff;
    /* background: rgba(255, 38, 150, 0.1); */
    border-radius: 10px;
}

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

.profile__card-img {
	width: 50%;
    margin: 8px auto 0;
}

.profile__card-title {
	width: 80%;
    margin: auto;
}

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

.profile__bio-title {
	position: relative;
	display: inline-block;
	padding: 2px 20px;
	background: #67a6e5;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 50px;
}

.bio__title::before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	background: #67a6e5;
  }

.bio__list-item {
	display: flex;
    margin: 4px 0;
	align-items: stretch;
}

.bio__list-headline {
	display: grid;
    place-items: center;
    margin: 0 8px 0 0;
    padding: 4px 10px;
    background-color: #67a6e5;
	color: #fff;
    font-size: 13px;
	white-space: nowrap;
}

.profile__bio-list {
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
	border-bottom: dashed 2px #a7d3ff;
}

.inline {
	display: inline-block;
}

/*    ここからpointの設定   */
.point {
	background: url(../images/point_bg.png);
	background-color:rgba(175, 236, 255, 0.432);
	background-blend-mode:lighten;
	background-size: cover;
    background-position: center;
	padding: 40px 16px;
	position: relative;
}

.point .section__title {
	color: #dce9f3;
}

.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: rgb(255, 255, 255);
	border-radius: 10px;
	box-shadow: 3px 4px 4px 2px #628aff26;
}

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

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

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

.card__txt-imprtant {
	text-align: center;
	margin: 8px;
	color: #112440;
	font-size: 16px;
	font-weight: bold;
}

.card__txt-subtitle {
	position: relative;
	margin-top: 16px;
  	margin-bottom: 1em;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.card__txt-subtitle::before {
  content: '';
  position: absolute;
  bottom: -7px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #67a6e5;
  border-radius: 2px;
}

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

.point_logo {
	margin: 16px auto 0;
	width: 200px;
}

.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;
	text-align: center;
	font-size: 16px;
}

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

.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: #EAF1FF;
    border-radius: 10px;
}

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

.schedule__title {
	display: grid;
	width: 30%;
    place-items: center;
    padding: 12px;
    background-image: linear-gradient(134deg, #51aaee, #9aacf8);
    color: #fff;
    border-radius: 10px 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.schedule__day {
	color: #7999f7;
    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 #f899d2;
	width: 20px;
	height: 16px;
	margin: 0 auto 8px;
}

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

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

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

.detail .section__title {
	color: #5aaaef;
}

.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-image: linear-gradient(134deg, #51aaee, #9aacf8);
	color: #ffffff;
	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 16px 24px;
	position: relative;
	background: #cadfff;
}

.idol .section__title {
	margin: 0 0 16px 0;
	color:#7593b9;
}

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

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

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

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

.idol__group {
	margin: 0 0 32px;
}

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

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

.idol__txt {
	margin: 8px 0;
}

.bio {
	margin: 16px 0 0;
    padding: 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: #ffffff;
}

.inc .section__title::before {
	background-image: url("../images/company.png");
	height: 30px;
}

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

.inc__box {
	padding: 24px 0;
	border-top: 1px dashed #4F3939;
}

.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;
}

.inc__information {
	display: flex;
}

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

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

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

.back-top {
	position: absolute;
	left: 50%;
	top: -20px;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	background: #112440;
	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__right {
	background: url(../images/sp-bg.jpg);
	/* background-image: linear-gradient(#9acaea, #d5e9ef); */
}

/*-------------------------------
 ▼大型画面向けデザイン（PCなど）
 --------------------------------*/
@media screen and (min-width: 769px){
.pc__top {
	background-image: url("../images/pc_bg.png");
	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%;
}

.top {
    max-height: 720px;
}

.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: url(../images/bg.jpg);
	box-shadow: 0px 0px 20px 0px #628aff26;
	/* background-image: linear-gradient(#9acaea, #d5e9ef); */
}

.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;
}