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

/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
body {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	/* color: #4F3939; */
	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;
	overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15); /* ここで透過度を調整 */
  z-index: 1;
}

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

.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 16px;
	margin: auto;
}

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

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

/*    ここからAboutの設定   */
.about {
	/* padding: 40px 16px 40px; */
	text-align: center;
	position: relative;
}

.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;
	width: 100%;
	height: 45px;
	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__inner {
	padding: 40px 16px 48px;
}

.about__img {
	width: 80%;
    margin: 0 auto;
}

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

/* .about__img-primary {
	margin: 24px auto 8px;
} */

.about__txt {
	margin: 32px 0 0;
	padding: 16px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

.about__txt-big {
	font-size: 20px;
	color: #99caff;
}

.about__txt-marker {
	background: linear-gradient(to right, #973BBB 0%, #CD2288 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 120% 20%;
	font-size: 20px;
}

.about__txt-marker::after {
	right: 3px;
	bottom: 3px;
  }

.bold {
	text-align: center;
	font-weight: bold;
}

.center {
	text-align: center;
}

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

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

.about__txt-size {
	font-size: 14px;
	padding: 24px 0;
}

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

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

.letter-spacing {
	letter-spacing: -0.2em;
}

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

.pick {
	background-image: url(../images/pick_bg.jpg);
    background-size: cover;
	padding: 40px 16px 40px;
	position: relative;
	font-optical-sizing: auto;
  	font-style: normal;
}

.pick .section__title::before {
	content: none;
} 

.pick__inner {
	margin: 0 auto;
	padding: 24px 12px;
	max-width: 500px;
	background: rgba(9, 33, 71, 0.6);
	box-shadow: 6px 4px 9px -5px #2a2a2b;
}

.pick__img-title {
	margin: 0 0 10px 0;
}

.pick__txt {
	text-align: center;
}

.pick__txt-small {
	font-size: 12px;
	border-bottom: #fff 1px solid;
}

.pick__txt-big {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
	color: #c1d1e9;
	font-weight: bold;
}

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

.pick__title, .pick__img {
	max-width: 500px;
    margin: 0 auto 16px;
}

.pick__subtitle {
	font-size: 36px;
	text-align: center;
	font-weight: 500;
}

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

.media {
	padding: 40px 16px 48px;
	background: #466079;
	text-align: center;
}
 
.media__title {
	max-width: 140px;
	margin: 0 auto 18px;
}

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

.subtitle {
	font-size: 18px;
	margin: 16px 0 10px;
}

.media__txt {
	text-align: left;
	margin: 0 0 16px;
}

.live {
	padding: 40px 16px 48px;
	background: #9ea1a5;
	text-align: center;
}

.live__title {
	max-width: 100px;
	margin: 0 auto 18px;
}

.live__txt {
	text-align: left;
	margin: 0 0 16px;
}

.section__title {
	font-size: 18px;
	position: relative;
	display: inline-block;
}

.section__title::before {
	content: '';
	position: absolute;
	bottom: 6px;
	display: inline-block;
	width: 45px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	border-radius: 2px;
} 

.live__img {
	margin: 16px 0 24px;
}

.iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.music {
	padding: 40px 16px 48px;
	background: hsla(226, 41%, 75%, 0.884);
	text-align: center;
}

.music__title {
	max-width: 130px;
	margin: 0 auto 18px;
}

.music__img {
	margin: 16px 0 0;
}

.music__txt {
    text-align: left;
	margin: 0 0 16px;
}

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


.supporter_inner {
	margin: 16px auto 0;
	padding: 40px 16px 4px;
	max-width: 500px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
}

.supporter_container {
	margin: 40px 0;
}

.supporter_img {
	width: 60%;
	max-width: 250px;
	margin: 0 auto;
}

.supporter_caption {
	text-align: left;
}

.supporter_txt-sub {
    display: inline-block;
    line-height: 1;
    color: #fff;
    background: #3899f3;
    font-weight: bold;
    padding: 8px;
    margin: 8px;
}

/*    ここからpointの設定   */
.point {
	padding: 40px 16px 48px;
	position: relative;
	text-align: center;
	
}

.support__title {
	max-width: 170px;
	margin: 0 auto 18px;
}

.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;
	border-radius: 8px;
	text-align: left;
	border: 2px solid #ffffff;
}

.card__title {
	text-align: center;
	line-height: 1.4;
	/* color:#FF7387; */
	font-size: 18px;
}

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

.txt_pink {
	color: #FA1E7C;
	font-weight: bold;
}

.txt_blue {
	color: #2CF7FE;
	font-weight: bold;
}

.card__txt-imprtant {
	/* color: #FF7387; */
	font-weight: bold;
}

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

.card__img-small {
	width: 50%;
	margin: 16px auto;
}

.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 {
	text-align: center;
	background: #777777;
    background-size: cover;
	padding: 40px 16px 40px;
	position: relative;
}

/* .schedule .section__title::before {
	background-image: url("../images/flow.png");
	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__img {
	padding: 8px 0 24px;
}

.schedule__card {
	display: flex;
	width:100%;
	margin: 16px 0;
	overflow: hidden;
    background: #121212;
	box-shadow: 6px 4px 9px -5px #2d2d2d;
}

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

.schedule__title-img {
	max-width: 120px;
	margin: 0 auto;
}

.schedule__title {
	background: linear-gradient(to bottom right, #2b5876, #86b8db);
    color: #fff;
    font-size: 16px;
    display: grid;
    place-items: center;
    padding: 8px;
	width: 35%;
}

.schedule .section__title::before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 45px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	border-radius: 2px;
} 


.schedule__title-sub {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.4;
	text-align: left;
}

.schedule__day {
	text-align: left;
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
}

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

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

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

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

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

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

.after__txt_box {
	position: relative;
	color: #fff;
	padding: 16px 8px;
	margin: 2px auto;
	max-width: 500px;
	font-size: 16px;
}

.after__txt_box:before,.after__txt_box:after{ 
    content:'';
    width: 30px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.after__txt_box:before{
    border-left: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    top:0;
    left: 0;
}
.after__txt_box:after{
    border-right: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    bottom:0;
    right: 0;
}

.after__flow-txt-second {
	margin: 20px 0 0 0;
	font-size: 22px;
	font-weight: bold;
}

.after__txt_marker {
	display: inline-block;
	background: linear-gradient(to left, #2CF7FE 0%, #CD2288 100%);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	padding: 4px 12px;
	margin: 4px 0 8px;
}

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

/* .detail .section__title {
	color: #fff;
}

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

.detail__title {
	max-width: 230px;
	margin: 0 auto;
}

.detail__box {
	position: relative;
	max-width: 500px;
	padding: 48px 16px 16px 16px;
	background: #313131;
}

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

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

.detail__box_first {
	background: rgba(46, 46, 46, 0.0);
}

.title__box_first {
	top: -40px;
}

/*    h2の見出しデザイン  */
.detail__title {
	padding: 16px 0;
	/* border: 2px solid #FF7387; */
	/* border-radius: 40px; */
	/* background: #fff; */
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 1;
}

.detail__title::before {
	content: "";
	transform: skewX(-20deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: linear-gradient(to bottom right, #2b5876, #86b8db);
}

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

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

.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 {
	background-image: url("../images/company.png");
	width: 152px;
}

.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: #466079;
	text-align: center;
}

.inc__title {
	max-width: 190px;
	margin: 0 auto;
}

.inc .section__title::before {
	content: '';
	position: absolute;
	bottom: -8px;
	display: inline-block;
	width: 45px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	border-radius: 2px;
} 

.section__title-none {
	text-align: center;
}

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

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

.brands {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 6px auto 20px;
	max-width: 300px;
}

.brands__item {
	padding: 0 10px;
}

.brand-logo {
	max-height: 153px;
}

/* .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 {
	padding: 24px 0 0;
	max-width: 500px;
    margin: 0 auto;
	border-top: 1px dashed #fff;
}

.inc__information {
	display: flex;
	padding: 24px 0;
	max-width: 500px;
    margin: 0 auto;
}

.inc__information-txt {
	text-align: left;
}

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

.inc__information-main-txt {
	text-align: left;
	padding: 0 0 8px;
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: 400;
	border-bottom: solid 1px #fff;
}

/*ここからフッター*/
.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: 8px;
}

.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: #75ff74;
    color: #000000;
    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;
	font-size: 12px;
}


/*-------------------------------
 ▼大型画面向けデザイン（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 14px;
}

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

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