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

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

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

.pc__left_wrapper {
	display: none;
}

.pc__right {
	overflow: hidden;
}

/*    ここからトップの設定   */
.top {
	position: relative;
	height: 100vh;
	background-image: url(../images/bg_img.jpg);
	background-size: cover;
	background-position: bottom;
}

.top__img {
	position: absolute;
	top: 33%;
	left: 50%;
	width: 100%;
	max-width: 500px;
	transform: translate(-50%,0);
}

.top__img-main {
	position: absolute;
	top: 3%;
	left: 60%;
	transform: translate(-55%, 0);
	width: auto;
	height: 65%;
	mask-image: linear-gradient(180deg, black, black 60%, transparent 90%);
}

.top__img-sub {
	position: absolute;
	top: 10%;
	left: 2%;
	width: 40%;
}

.main-logo {
	display: block;
	width: 100%;
	padding: 0 8px;
	margin: auto;
}

.main-detail {
	width: 100%;
	padding: 0 8px 0 12px;
	margin: auto;
}

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

.about__inner {
	text-align: center;
}

.inner {
	position: relative;
	padding: 0 16px;
	max-width: 500px;
	margin: 20px auto 0;
	z-index: 2;
}

.section__title {
	position: relative;
	text-align: center;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 400;
	z-index: 1;
}

.section__title::before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
}

.section__title::after {
	content: "";
	position: absolute;
	top: -220px;
	left: -10%;
	display: block;
	background-image: url("../images/title_bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	width: 110%;
	z-index: -1;
}

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

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

.about__img-txt {
	margin: 20px auto 0;
}

.about__txt {
	margin: 16px 0 0;
}

.about__contents {
	padding: 16px;
	background: #fff;
	border: solid 1px #FF56BE;
	border-radius: 10px;
}

.about__contents .about__txt {
	margin: 0;
}

.about__contents-new {
	position: relative;
	padding: 24px 16px 16px;
	margin: 90px 0 8px;
}

.about__contents-existing {
	margin: 0 0 8px;
}

.about__speech-balloon {
	position: absolute;
	top: -22%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 90%;
	max-width: 350px;
}



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

.about__txt_box {
	background: linear-gradient(90deg,rgba(255, 246, 174, 1) 0%, rgba(254, 170, 248, 1) 100%);;
    font-size: 20px;
    font-weight: bold;
	padding: 8px;
	line-height: 3;
}

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

.about__txt-bold {
	font-weight: bold;
}

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

.about__txt-size2 {
	font-size: 20px;
	font-weight: bold;
}

.about_group-img {
	margin: 8px 0 0;
}

.producer .section__title::before {
	background-image: url("../images/producer.png");
	height: 120px;
}

.producer {
	padding: 40px 0;
	background-image: url(../images/producer_bg.jpg);
    background-size: cover;
}

.producer .audio {
	width: 100%;
}

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

.producer__name {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.producer__idol-img {
	margin: 16px auto 8px;
	border-radius: 10px;
}

.producer__txt {
	margin: 8px 0 0;
}

.producer__message-container {
	margin: 24px 0 0;
	padding: 16px;
	background: rgba(255,255,255,0.6);
	border-radius: 10px;
}

.producer__message-title {
	margin: 0 auto 8px;
	max-width: 300px;
}

/*    ここからpointの設定   */
.point {
	padding: 40px 0;
	background-image: url(../images/point_bg.jpg);
    background-size: cover;
}

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

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

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

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

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

.lecturer {
	display: flex;
	margin: 16px 0 0;
	line-height: 1.6;
	justify-content: space-around;
}

.lecturer__name, .creator__name{
	font-size: 16px;
	font-weight: bold;
}

.lecturer__name-sub, .creator__name-sub {
	font-size: 12px;
	color: #CCAFB6;
}

.lecturer__txt, .creator__txt {
	margin: 8px 0 0;
}

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

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

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

.creator__list-item {
	margin: 0 2px 2px 0;
	padding: 4px 10px;
	background: #869CB1;
	border-radius: 2px;
}

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

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

.list__item-song {
	display: flex;
	align-items: center;
	margin: 4px 0;
}

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

.point__list-title-sub {
	margin: 0 0 0 4px;
	font-size: 10px;
	font-weight: 400;
}

.list__item-song {
	font-size: 12px;
}

.song__group {
	width: 140px;
	padding: 4px 0;
	margin: 0 8px 0 0;
	background: #F7E4E4;
	font-weight: bold;
	text-align: center;
}

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

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

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

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

.collab__title {
	font-weight: bold;
}

/*    ここからSchedule  */
.flat__background {
	padding: 40px 0;
	background-image: url(../images/flow-entry_bg.jpg);
    background-size: cover;
}

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

.schedule__card {
	width:100%;
	margin: 0 0 16px 0;
	background: #FFFDFD;
	font-weight: bold;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.schedule__title {
	display: grid;
	place-items: center;
	padding: 8px 24px;
	color: #fff;
	background: #DBA092;
	font-size: 20px;
}

.schedule__content, .schedule__day {
	font-size: 16px;
}

.schedule__day {
	padding: 16px 0 0;
	margin: 16px 0 0;
	border-top: solid 1px #DBA092;
}

.schedule__content-sub, .schedule__day-sub {
	font-size: 12px;
	font-weight: 400;
}

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

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

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

.schedule__img {
	max-width: 400px;
	margin: 0 auto 40px;
}

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

.schedule__txt {
	text-align: center;
}

.schedule__txt-size {
	font-size: 20px;
	font-weight: bold;
}

.schedule__txt-box {
	background: linear-gradient(90deg,rgba(255, 229, 187, 1) 0%, rgba(254, 170, 218, 1) 100%);    font-size: 20px;
    font-weight: bold;
	padding: 8px;
	line-height: 2.5;
}

/*     ここから応募条件        */
.detail {
	padding: 40px 0;
}

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

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

.ndent {
	display: block;
	padding-left: 1em;
    text-indent: -1em;
}

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

.card__group {
	padding: 16px;
	margin: 16px 0 0;
	background: #F7E4E4;
	border-radius: 10px;
}

.card__group-title {
	margin: 0 0 16px;
	font-size: 16px;
	text-align: center;
}

/*    h2の見出しデザイン  */
.detail__title {
	width: 270px;
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

.list__item_txt::before {
    content: "※";
    position: absolute;
    left: 0;
}

.detail__img {
	margin: 12px 0 0;
}

/*inc*/

.inc {
	padding: 40px 0;
	background-image: url(../images/group_bg.jpg);
    background-size: cover;
}

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

.inc__inner {
	margin: 50px auto 0;
}

.inc__card {
	padding: 16px;
	background: #fff;
	border: solid 1px #7C5D64;
	border-radius: 10px;
}

.inc__card-recruitment {
	position: relative;
	padding: 24px 16px;
	margin: 0 0 56px;
}

.inc__card-recruitment:nth-child(4), .inc__card-existing {
	margin: 0 0 24px;
}

.inc__card-existing:last-child {
	margin: 0;
}

.inc__card-recruitment::before {
	content: "";
	display: block;
	position: absolute;
	top: -38px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../images/group__speech-balloon.png);
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 60px;
	width: 45%;
}

.inc__idol-img {
	margin: 0 auto 16px;
}

.inc__name {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.inc__txt {
	margin: 8px 0 0;
}

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

/*office*/

.office {
	padding: 40px 16px 60px;
	background: #FFF6EB;
}

.office__inner {
	margin: auto;
	padding: 0;
}

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

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

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

.footer__logo {
	position: relative;
}

.main-logo-small {
	width: 300px;
	padding: 0 16px 16px;
}

.form {
	display: flex;
	position: fixed;
	bottom: 16px;
	width: 100%;
	padding: 0 8px;
	text-align: center;
	justify-content: center;
	z-index: 99;
}

.form__link {
	display: inline-block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 16px 0;
    border-radius: 28px;
    background-image: url(../images/button-bg.jpg);
    background-size: cover;
    background-position: center;
}

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

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

/* @media screen and (min-width: 640px){
	.top__img {
		bottom: 12%;
	}

	.main-logo {
		width: 90%;
	}
} */

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

.top {
	max-height: 700px;
}

.form {
	position: static;
	display: block;
}
	
.form__txt {
	margin: 8px 0;
	font-size: 20px;
	font-weight: bold;
}
	
	.form__qr {
		max-width: 160px;
		margin: 0 auto;
		padding: 8px;
		background: #fff;
		border-radius: 6px;
	}

.pc__right {
	width: 390px;
	box-shadow: 0px 0px 20px 0px #F286B370;
}

.pc__main-logo {
	width: 100%;
	padding: 0 0 24px;
}

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

.footer {
	padding: 24px 16px;
}

.pc__right_form {
	display: none;
}

}