@charset "utf-8";

/* -----------------------------
	mix-area
-------------------------------- */

.mix-area ,
.mix-area a ,
.mix-area .breadcrumbs .fas {
	color: var(--white);
}

/* -----------------------------
	mv-area
-------------------------------- */

.mv-area {
	background: url("../img/bg-audition-mv.jpg") no-repeat center / cover;
}

.mv-area .inner {
	position: relative;
	padding: 220px 0 100px;
}

.mv-area .inner::after {
	content: "";
	/*background: url("../img/bg-contact-character.png") no-repeat center / auto;
	width: 760px;
	height: 411px;*/
	
	background: url("../img/top-mv-character.png") no-repeat center / cover;
	aspect-ratio: 1345 / 726;
	width: 850px;
	height: auto;
	position: absolute;
	right: -100px;
	bottom: 0;
}

.mv-area .inner .image {
	width: 600px;
	position: relative;
	z-index: 1;
}

.mv-area .inner .image img {
	width: 100%;
}

@media screen and (max-width: 768px){

	.mv-area {
		background: url("../img/bg-audition-mv.jpg") no-repeat center / cover;
		padding: 0px 0 0;
		margin: 0;
	}

	.mv-area .inner {
		padding: 130px 20px 220px;
	}

	.mv-area .inner::after {
		width: 480px;
		height: auto;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.mv-area .inner .image {
		width: 100%;
		padding: 0;
	}

	.mv-area .inner .image img {
		width: 100%;
	}

	
}

/* -----------------------------
	info-area
-------------------------------- */

.info-area {
	text-align: center;
	padding: 100px 0;
	position: relative;
}

.info-area::before ,
.info-area .deco-box01::before ,
.info-area .deco-box01::after ,
.info-area .deco-box02::before ,
.info-area .deco-box02::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 2;
}

.info-area::before {
	background-image: url("../img/illust-07.png");
	width: 308px;
	height: 169px;
	left: 120px;
	top: -90px;
	z-index: -1;
}

.info-area .deco-box01::before {
	background-image: url("../img/illust-04.png");
	width: 327px;
	height: 508px;
	right: -144px;
	top: 175px;
}

.info-area .deco-box01::after {
	background-image: url("../img/illust-03.png");
	width: 242px;
	height: 316px;
	left: -95px;
	top: 490px;
}

.info-area .deco-box02::before {
	background-image: url("../img/illust-05.png");
	width: 251px;
	height: 265px;
	left: 74px;
	bottom: -100px;
}

.info-area .deco-box02::after {
	background-image: url("../img/illust-02.png");
	width: 800px;
	height: 395px;
	right: -190px;
	bottom: -180px;
}


.movie-area {
	padding: 0 0 100px;
}

.movie-area .txt {
	font-size: 3.0rem;
	font-weight: bold;
	margin: 0 0 20px;
}

.movie-area .txt .span01 {
	background-image: url("../img/illust-left.svg") , url("../img/illust-right.svg");
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left bottom 10px , right bottom 10px;
	display: inline-block;
	padding: 0 25px;
}

.movie-area .txt .span02 {
	background-image: var(--gradation);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 50%;
	display: inline-block;
	padding: 0 5px;
}

.movie-area iframe {
	width: 800px;
	height: 450px;
}

.message-area .title {
	font-size: 6.0rem;
	letter-spacing: 0.3em;
	font-weight: 400;
}

.message-area .copy {
	font-size: 4.0rem;
	font-weight: bold;
	padding: 100px 0;
	color: var(--blue);
	background: url("../img/bg-txt-onlyone.png") no-repeat center / auto;
}

.message-area .txt {
	font-size: 1.8rem;
	line-height: 2.5;
	padding: 10px 0 0;
}

.point-area {
	background: var(--blue);
	padding: 100px 0;
	text-align: center;
	position: relative;
}

.point-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bg-illust01.png) repeat center / auto;
    opacity: 0.6;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

.point-area .inner {
	position: relative;
	z-index: 1;
}

.point-area .ttl-l .en {
	background: none;
	color: var(--white);
	-webkit-background-clip:border-box;	
    -webkit-text-fill-color: inherit;
}

.point-area .ttl-l .jp {
	color: var(--white);
}

.point-area .t-txt {
	color: var(--white);
	font-size: 1.8rem;
	line-height: 2;
	padding: 30px 0 50px;
}
.point-area .t-txt span {
	font-size: 3rem;
	font-weight: bold;
	display: block;
}

.point-area ul {
	display: flex;
	justify-content: space-between;
}

.point-area ul li {
	width: calc((100% - 40px) / 3);
	background: var(--white);
	border-radius: 193px 193px 5px 5px;
	padding:70px 0 50px 0;
	position: relative;
}

.point-area ul li::before {
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 93px;
	height: 76px;
	position: absolute;
	left: 28px;
	top: 7px;
}

.point-area ul li:nth-child(1)::before {
	background-image: url("../img/audition-point-01.svg");
}

.point-area ul li:nth-child(2)::before {
	background-image: url("../img/audition-point-02.svg");
}

.point-area ul li:nth-child(3)::before {
	background-image: url("../img/audition-point-03.svg");
}

.point-area ul li .character img {
	height: 300px;
}

.point-area ul li .txt {
	font-size: 2.0rem;
	line-height: 1.8;
	padding: 20px 0 0;
}

.link-area02 {
	padding: 100px 0;
	position: relative;
}

.link-area02::before {
	content: "";
	background: url("../img/flow-illust.png") no-repeat center / cover;
	width: 249px;
	height: 304px;
	position: absolute;
	left: -50px;
	bottom: -50px;
	z-index: -2;
}

.link-area02::after {
	content: "";
	background: url("../img/illust-11.png") no-repeat center / cover;
	width: 152px;
	height: 171px;
	position: absolute;
	right: -40px;
	top: -40px;
	z-index: -2;
}

.link-area02 .link-txt {
	margin: 40px 0 0 auto;
	width: 220px;
	height: 36px;
	line-height: 36px;
}

.link-area02 .link-txt a {
	display: block;
	border: var(--blue) solid 2px;
	border-radius: 20px;
	padding: 0 20px;
	background: url("../img/arrow-blue-right.svg") no-repeat right 20px center / auto 14px;
	text-align: left;
}

.link-area02 .link-txt a:hover {
	background: var(--blue) url("../img/arrow-white-right.svg") no-repeat right 20px center / auto 14px;
	color: var(--white);
}

.link-area02 .link-txt02 {
	transition: 0.5s;
	background: var(--mint-green) ;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: var(--mint-green) solid 2px;
}

.link-area02 .link-txt02:hover {
	background: var(--white) ;
}

.link-area02 .link-txt02 a {
	background: var(--mint-green) url("../img/arrow-white-right.svg") no-repeat right 80px center / auto 14px;
	display: block;
	border: var(--white) solid 2px;
	border-radius: 5px;
	color: var(--white);
	padding: 40px 0;
	position: relative;
}

.link-area02 .link-txt02 a:hover {
	background: var(--mint-green) url("../img/arrow-white-right.svg") no-repeat right 50px center / auto 14px;
}

.link-area02 .link-txt02 a::before {
	content: "";
	background: url("../img/sd-qualifications.png") no-repeat center / auto 100%;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 60px;
	bottom: 0;
}

/*追加*/
.feature-area {
	padding: 100px 0;
	position: relative;
	text-align: center;
	background: url("../img/aboutus-audition-bg.png") no-repeat center / cover;
}

.feature-area::before ,
.feature-area::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -2;
}

.feature-area::before {
	background-image: url("../img/illust-09.png");
	width: 196px;
	height: 253px;
	top: 58px;
	left: -50px;
}

.feature-area::after {
	background-image: url("../img/illust-15.png");
	width: 161px;
	height: 276px;
	bottom: 60px;
	right: -20px;
}

.feature-area h3 {
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 1.5;
	margin: 30px 0;
}

.feature-area h3 em {
	background: linear-gradient(transparent 50%, #FFE45B 50%);
	display: inline-block;
	font-size: 4rem;
	padding: 0 10px;
}

.feature-area .copy {
	font-size: 3.4rem;
    font-weight: bold;
    color: var(--blue);
	color: var(--mint-green);
    line-height: 1.6;
	margin: 30px 0 20px;
}
.feature-area .lead {
	font-size: 1.8rem;
}

/*
.feature-area ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:40px 30px;
	padding: 10px 0 0;
	position: relative;
}

.feature-area ul::before ,
.feature-area ul::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -2;
}

.feature-area ul::before {
	background-image: url("../img/illust-07.png");
	width: 160px;
	height: 88px;
	top: -44px;
	right: -60px;
}

.feature-area ul::after {
	background-image: url("../img/illust-02.png");
	width: 164px;
	height: 81px;
	bottom: -40px;
	left: 120px;
}

.feature-area ul li {
	background-color: var(--white);
	background-position: center top 35px;
	background-repeat: no-repeat;
	background-size: auto 115px;
	width: 380px;
	padding: 170px 0 20px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	line-height: 1.5;
	font-size: 1.8rem;
}

.feature-area ul li.box-01 {
	background-image: url("../img/icon-features-01.svg");
}

.feature-area ul li.box-02 {
	background-image: url("../img/icon-features-02.svg");
}

.feature-area ul li.box-03 {
	background-image: url("../img/icon-features-03.svg");
}

.feature-area ul li.box-04 {
	background-image: url("../img/icon-features-04.svg");
}

.feature-area ul li.box-05 {
	background-image: url("../img/icon-features-05.svg");
}
*/

.feature-area .feature-wrap {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 50px 0 0;
	position: relative;
}
.feature-area .feature-wrap::before ,
.feature-area .feature-wrap::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -2;
}
.feature-area .feature-wrap::before {
	background-image: url("../img/illust-07.png");
	width: 160px;
	height: 88px;
	top: -44px;
	right: -60px;
}
.feature-area .feature-wrap::after {
	background-image: url("../img/illust-02.png");
	width: 164px;
	height: 81px;
	bottom: -100px;
	left: -80px;
}
.feature-area .feature-wrap .box {
	width: calc((100% - 120px) / 4);
	text-align: center;
}
.feature-area .feature-wrap .box .img {
	text-align: center;
}
.feature-area .feature-wrap .box .img img {
	border-radius: 8px;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.feature-area .feature-wrap .box .txt {
	line-height: 1.6;
	font-size: 1.8rem;
	margin: 10px 0 0;
}

.feature-area .link-area .btn {
	text-align: left;
	margin: 50px auto 0;
}


.flow-area {
	position: relative;
	background: url("../img/top-character-bg-pc.png") no-repeat center bottom / cover;
}

.flow-area::before {
	content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, var(--mint-green), var(--beige) 25%, var(--purple) 75%, var(--lightgreen));
}

.flow-area .inner {
	padding: 100px 0;
	background: url("../img/audition-flow.png") no-repeat right center / auto;
}

.flow-area .inner .copy01 {
	color: var(--white);
	display: inline-block;
	background: var(--mint-green);
	padding: 5px 20px;
	border-radius: 4px;
	margin: 40px 0 5px;
	font-weight: 500;
	font-weight: bold;
}

.flow-area .inner .copy01 em {
	font-size: 1.8rem;
}

.flow-area .inner .copy02 {
	color: var(--mint-green);
	font-size: 3.6rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 0 0 10px;
}

.flow-area .link-area .btn {
	margin: 40px 0 0;
}


@media screen and (max-width: 768px){

	.info-area {
		padding: 50px 20px;
	}

	.info-area::before ,
	.info-area .deco-box01::before ,
	.info-area .deco-box01::after ,
	.info-area .deco-box02::before ,
	.info-area .deco-box02::after {
		display: none;
	}

	.movie-area {
		padding: 0 0 50px;
	}

	.movie-area .txt {
		font-size: 2.2rem;
		margin: 0 0 10px;
	}

	.movie-area .txt .span01 {
		background-size: 15px auto;
		background-position: left bottom 5px , right bottom 5px;
		padding: 0 20px;
	}

	.movie-area .txt .span02 {
		padding: 0;
		line-height: 1;
	}

	.movie-area iframe {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}

	.message-area .title {
		font-size: 2.8rem;
		letter-spacing: 0.05em;
	}

	.message-area .copy {
		font-size: 2.3rem;
		padding: 30px 0;
		background: url("../img/bg-txt-onlyone.png") no-repeat center / 100% auto;
	}

	.message-area .txt {
		font-size: 1.6rem;
		line-height: 2.0;
		text-align: left;
	}

	.point-area {
		padding: 50px 20px;
	}

	.point-area .t-txt {
		font-size: 1.6rem;
		line-height: 2.0;
		padding: 25px 0 10px;
		text-align: left;
	}
	.point-area .t-txt span {
		font-size: 2.2rem;
		line-height: 1.5;
		margin: 0 0 10px;
	}
	
	.point-area ul {
		display: block;
	}
	
	.point-area ul li {
		width: 100%;
		background: var(--white);
		border-radius: 193px 193px 5px 5px;
		padding:50px 0 30px 0;
		position: relative;
		margin: 20px 0 0;
	}
	
	.point-area ul li::before {
		left: 17px;
		top: 5px;
	}
	
	.point-area ul li .txt {
		font-size: 1.7rem;
		line-height: 1.8;
		padding: 15px 0 0;
		font-weight: bold;
	}

	.point-area ul li .character img {
		height: 150px;
	}

	.link-area02 {
		padding: 50px 20px;
	}
	
	.link-area02::before {
		width: 83px;
		height: 100px;
		left: -20px;
		bottom: -70px;
	}

	.link-area02::after {
		width: 50px;
		height: 56px;
		position: absolute;
		right: -20px;
		top: -20px;
	}

	.link-area02 .link-txt {
		margin: 40px auto 0;
	}

	.link-area02 .link-txt a:hover {
		background: url("../img/arrow-blue-right.svg") no-repeat right 20px center / auto 14px;
		color: var(--black);
	}

	.link-area02 .link-txt02 {
		padding: 5px;
		font-size: 3.0rem;
	}

	.link-area02 .link-txt02:hover {
		background: var(--mint-green) ;
	}

	.link-area02 .link-txt02 a {
		background: var(--mint-green) url("../img/arrow-white-right.svg") no-repeat right 20px bottom 20px / auto 14px;
		padding: 20px 0 90px;
	}

	.link-area02 .link-txt02 a:hover {
		background: var(--mint-green) url("../img/arrow-white-right.svg") no-repeat right 20px bottom 20px / auto 14px;
	}

	.link-area02 .link-txt02 a::before {
		width: 100px;
		height: 100px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -20px;
	}

	/*追加*/
	.feature-area {
		padding: 50px 20px 60px;
	}

	.feature-area::before {
		width: 80px;
		height: 103px;
		top: 10px;
		left: -20px;
	}

	.feature-area::after {
		background-image: url("../img/illust-15.png");
		width: 47px;
		height: 80px;
		bottom: 0;
		right: -20px;
	}
	
	.feature-area h3 {
		font-size: 1.8rem;
		margin: 30px 0 10px;
	}

	.feature-area h3 em {
		font-size: 2.4rem;
		padding: 0 5px;
	}
	
	.feature-area .copy {
		font-size: 2.4rem;
		margin: 30px 0 10px;
	}

	.feature-area .lead {
		font-size: 1.6rem;
		text-align: left;
	}
	/*
	.feature-area ul {
		display: block;
	}
	
	.feature-area ul::before {
		width: 97px;
		height: 53px;
		top: -10px;
		right: -20px;
	}

	.feature-area ul::after {
		width: 164px;
		height: 81px;
		bottom: -20px;
		left: -70px;
	}
	
	.feature-area ul li {
		background-position: center top 20px;
		background-size: auto 60px;
		width: 100%;
		padding: 100px 20px 20px;
		margin: 10px 0 0;
		font-size: 1.6rem;
	}
	*/
	.feature-area .feature-wrap {
		display: block;
		padding: 20px 0 0;
	}
	.feature-area .feature-wrap::before {
		width: 97px;
		height: 53px;
		top: -10px;
		right: -20px;
	}
	.feature-area .feature-wrap::after {
		width: 164px;
		height: 81px;
		bottom: -20px;
		left: -70px;
	}
	.feature-area .feature-wrap .box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		gap: 20px;
		margin: 10px 0 0;
	}
	.feature-area .feature-wrap .box .img {
		width: 120px;
		line-height: 1;
	}
	.feature-area .feature-wrap .box .img img {
		height: 100px;
	}
	.feature-area .feature-wrap .box .img.ct img {
		object-position: center top;
	}
	.feature-area .feature-wrap .box .txt {
		line-height: 1.6;
		font-size: 1.7rem;
		margin: 0;
		width: calc(100% - 120px);
		text-align: left;
	}
	.feature-area .link-area .btn {
		margin: 30px auto 0;
	}

	
	.flow-area {
		padding: 50px 20px 60px;
		background: url("../img/top-character-bg-sp.png") no-repeat center bottom / cover;
	}

	.flow-area .inner {
		padding: 0;
		background: none;
/*
		padding: 250px 0 0;
		background: url("../img/aboutus-concept-character.png") no-repeat top 30px center / auto 200px;
*/
	}

	.flow-area .inner .ttl-l {
		text-align: center;
		padding: 0 0 230px;
		background: url("../img/flow-sd-character07.png") no-repeat bottom center / auto 200px;
	}

	.flow-area .inner .copy01 {
        padding: 10px 20px;
        margin: 20px 0 10px;
        line-height: 1.5;
		}
	
	.flow-area .inner .copy01 em {
		font-size: 1.7rem;
	}

	.flow-area .inner .copy02 {
		font-size: 2.6rem;
		padding: 0 0 15px;
	}

	.flow-area .link-area .btn {
		margin: 30px 0 0;
	}

}


