@charset "utf-8";

/*　PC/SP　switch
-------------------------------*/
/* sp */
@media screen and (max-width: 767px) {
  .pc-on {
    display: none;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: block;
  }
  .text-left-sp {
    text-align: left;
  }
}

/*pc・tab*/
@media screen and (min-width: 768px) {
  .pc-on {
    display: block;
  }
  .tab-on {
    display: none;
  }
  .sp-on {
    display: none;
  }

  .text-center-pc {
    text-align: center;
  }
}

/* only tab */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tab-on {
    display: block;
  }
}


/*　common  (mobile first)
-------------------------------*/
article {
    font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	overflow: hidden;
	color: #000;
}

article p{
	font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

article a{
	font-size: 14px;
}

article a:hover{
	text-decoration: none;
	opacity: 0.8;
}

#section-breadcrumb a{
	font-size: 12px;
}

.font-small{
	font-size: 12px;
}


@media (min-width: 576px) and (max-width: 768px){
    .container {
        max-width: 100%;
    }
}

/*PC時*/
@media (min-width: 768px) {
    article p{
		font-size: 18px;
	}
	article a{
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1110px;
    }
}



/*　section 
-------------------------------*/
section {
  padding: 50px 0 0;
  position: relative;
}

/*PC時*/
@media (min-width: 768px) {
  section {
    padding: 80px 0 0;
  }
}

/*　h2 
-------------------------------*/
.heading {
	text-align: center;
	margin: 0 auto 15px;
}

.heading-text {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0 0;
}

.heading span {
	display: block; /*縦並び*/
}


/*PC時*/
@media (min-width: 768px) {
	.heading {
		margin: 0 auto 20px;
	}
	
	.heading-text {
		font-size: 22px;
		margin: 25px 0 0;
	}
}

/*　h3
-------------------------------*/
.sub-title {
	text-align: center;
	margin: 0 auto 15px;
    position: relative;
/*    color: #fff;*/
    font-weight: bold;
    font-size: 18px;
	width: fit-content;/*slash用*/
}

.sub-title-text {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

.sub-title span {
	display: block; /*縦並び*/
}

/*PC時*/
@media (min-width: 768px) {
	.sub-title {
		margin: 0 auto 20px;
		padding: 15px 0;
		font-size: 24px;
	}

	.sub-title-text {
		font-size: 20px;
		margin: 0;
	}
}

/*　section hero (MV)
-------------------------------*/
#hero{
	padding-top: 0;
	background-color: #790002;
}

/*mv img*/
h1.mv-area {
  width: 100%;
  text-align: center;
}


/*pc*/
@media screen and (min-width: 768px) {

}

/*tab*/
@media screen and (min-width: 768px) and (max-width: 991px) {

}
	
/*　section About
-------------------------------*/
#About{
	background: #790002;
	color: #fff;
	padding: 30px 0 35px;
}

#About .heading{
	margin-bottom: 15px;
}
#About .heading-img{
	max-width: 229px;
	margin: auto;
}

.about-text{
	text-align: center;
	font-size: 14px;
}

/*pc*/
@media screen and (min-width: 768px) {
	#About{
		padding: 35px 0 40px;
	}
	
	#About .heading{
		margin-bottom: 10px;
	}
	#About .heading-img{
		max-width: none;
	}
	.about-text{
		font-size: 18px;
	}
}


/*　section Whats-special
-------------------------------*/
#Whats-special{
	background-image: url("/static/img/entertainment/beatjunction/bg01-pc.jpg");
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 50px 0 40px;
}

/*見出し*/
#Whats-special .heading{
	text-align:left;
}
#Whats-special .heading-img{
	max-width: 285px;
}

/*全体　テキスト・動画*/
#Whats-special .wrap-text-movie{
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
/*テキスト*/
#Whats-special .wrap-text{
	display: flex;
	justify-content: center;
	align-items: center;
	order: 2;
}

/*丸*/
#Whats-special .text01,
#Whats-special .text02{
    display: flex;
    justify-content: center;
    align-items: center;
	border: solid 1px #fff;
    border-radius: 500px;
	width: 152px;
    height: 152px;
}
#Whats-special .text02{
	margin-left: 15px;
}

#Whats-special .wrap-text p{
    font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*全体　動画*/
#Whats-special .wrap-movie{
    display: block;
	order: 1;
	width: 100%;
	margin: 0 0 20px;
}

/*動画　見出し*/
#Whats-special .wrap-movie .title-movie {
    width: 100%;
    max-width: 178px;
    border-bottom: solid 1px #fff;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
#Whats-special .wrap-movie .title-movie p{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
#Whats-special .attention-text p{
	font-size: 12px;
}

/*動画*/
#Whats-special .wrap-movie iframe{
    width: 100%;
	max-height: 52vw;
}

/*pc*/
@media screen and (min-width: 768px) {
	#Whats-special{
		padding: 100px 0;
	}
	
	#Whats-special .container{
		max-width: 627px;
	}
	/*見出し*/
	#Whats-special .heading-img{
		max-width: none;
	}
	/*動画*/
	#Whats-special .wrap-movie .title-movie p{
		font-size: 18px;
	}
	#Whats-special .wrap-movie .title-movie{
		max-width: 360px;
	}
	#Whats-special .attention-text p{
		font-size: 16px;
	}
	
	/*丸*/
	#Whats-special .wrap-text{
		margin-top: 30px;
	}
	#Whats-special .text01,
	#Whats-special .text02{
		width: 252px;
		height: 252px;
	}
	#Whats-special .wrap-text p{
		font-size: 22px;
	}
	
}

@media screen and (min-width: 1200px) {
	/*全体　テキスト・動画*/
	#Whats-special .wrap-text-movie{
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
	}
	
	#Whats-special .container{
		max-width: 1200px;
	}
	
	/*見出し*/
	#Whats-special .heading{
		margin-bottom: 0;
	}
	
	/*テキスト*/
	#Whats-special .wrap-text{
		order: 1;
		margin-top: 0;
	}
	#Whats-special .text01,
	#Whats-special .text02{
		width: 312px;
		height: 312px;
	}
	#Whats-special .text02{
		margin-left: -40px;
	}
	#Whats-special .wrap-text p{
		font-size: 30px;
	}
	
	/*動画*/
	#Whats-special .wrap-movie{
		order: 2;
		margin-left: -20px;
	}
	
	#Whats-special .wrap-movie .title-movie{
		margin: 0 0 15px auto;
	}
	
	#Whats-special .wrap-movie .title-movie p{
		text-align: right;
	}
}


/*　section Work-shop
-------------------------------*/
#Work-shop{
	padding: 40px 0 0;
}

#Work-shop .heading{
	margin:0 auto 20px 0;
}
#Work-shop .heading-img{
	text-align: left;
	width: 60%;
}
#Work-shop .title-ydk-apartment{
	margin: 20px 0 0;
	max-width: 150px;
}

/*画像*/
#Work-shop .wrap-img{
	display: flex;
	margin: 0 0 30px;
}
#Work-shop .wrap-img figure{
	margin: 0 10px 0 0;
}
#Work-shop .wrap-img figure:last-of-type{
	margin: 0;
}
#Work-shop .wrap-img figcaption{
	font-size: 12px;
}


#Work-shop .pc-left {
    display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
}

/*テーブル*/
.work-shop-table{
    display: flex;
    flex-wrap: wrap;
/*	align-items: end;*/
	width: 100%;
}
.work-shop-table{
    display: flex;
    flex-wrap: wrap;
/*	align-items: end;*/
	width: 100%;
}
/*2列*/
.work-shop-table dt{
    width: 32%;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	font-size: 16px;
}
.work-shop-table dd{
    width: 68%;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}
.work-shop-table dt:last-of-type,
.work-shop-table dd:last-of-type{
    border: none;
}

/*経歴*/
/*
.work-shop-table .career-dd{
	word-break: break-all;
}
*/


/*文字下に寄せる*/
.work-shop-table .text-bottom{
	position: relative;
}
.work-shop-table .text-bottom span{
	position: absolute;
	bottom: 0;
}

/*sp調整*/
@media screen and (max-width: 344px) {
	/*2列*/
	.work-shop-table dt{
		width: 28%;
	}
	.work-shop-table dd{
		width: 72%;
	}
}

@media screen and (max-width: 375px) {
	/*2列*/
	.work-shop-table dt{
		width: 35%;
	}
	.work-shop-table dd{
		width: 65%;
	}
}

/*タブレット*/
@media screen and (min-width: 768px) and (max-width: 990px) {
	#Work-shop{
		padding: 80px 0 120px;
	}
	
	#Work-shop .title-ydk-apartment{
		max-width: none;
	}
	
	/*テーブル*/
	.work-shop-table dt{
		width: 30%;
	}
	.work-shop-table dd{
		width: 70%;
		font-size: 16px;
	}
}
	
/*pc*/
@media screen and (min-width: 991px) {
	#Work-shop{
		padding: 90px 0 12vw;
	}
	
	#Work-shop .container{
		display: flex;/*2列*/
		max-width: 1200px;
	}
	
	/*左*/
	#Work-shop .heading-img{
		width: 100%;
	}
	#Work-shop .heading-img img{
		display: block;
	}
	
	#Work-shop .title-ydk-apartment{
		max-width: none;
	}
	
	#Work-shop .pc-left {
		width: 50%;
        margin-right: 8%;
	}
	
	/*画像*/
	#Work-shop .wrap-img{
		width: 100%;
		margin: 30px 0;
	}
	#Work-shop .wrap-img figcaption{
		font-size: 13px;
	}
	
	/*右*/
	#Work-shop .pc-right {
		width: 60%;
		padding-top: 15px;
	}
	
	/*テーブル*/
	.work-shop-table dt{
		width: 20%;
		border-bottom: none;
		margin-bottom: 45px;
		font-size: 18px;
	}
	.work-shop-table dt span{
		border-bottom: solid 1px #000;
		padding: 0 13px 0 0px;
	}
	.work-shop-table dd{
		width: 80%;
		border-bottom: none;
		margin-bottom: 45px;
		font-size: 18px;
	}
}


/*　section Support
-------------------------------*/
#Support {
    background-image: url(/static/img/entertainment/beatjunction/bg02-sp.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 14vw, 100% 0%, 100% 100%, 0% 100%);
    padding: 38vw 0 28vw;
    margin: -8vw 0 0;
}

#Support .heading-img img{
	margin: auto;
}

#Support .wrap-contents{
	text-align: center;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#Support .support01,
#Support .support02{
	margin-top: 43px;
	max-width: 486px;
}

#Support .wrap-contents p{
	margin: 20px 0 15px;
}
#Support .wrap-contents a{
	text-decoration: underline;
	color: #000;
}
#Support .wrap-contents a i{
	margin-left: 6px;
    font-size: 12px;
    transform: translate(0, -1px);
}

/*過去の担当講師*/
#Support .wrap-past-instructor{
	border: solid 1px #000;
    padding: 11px 15px;
    display: flex;
	flex-wrap: wrap;
	margin: 40px auto 0;
	max-width: 335px;
}

/*タイトル*/
#Support .wrap-past-instructor .title-past{
	width: 100%;
	margin-bottom: 15px;
}

#Support .wrap-past-instructor .title-past p{
	width: fit-content;
    border-bottom: solid 1px #000;
	padding-right: 1em;
	font-size: 16px;
	font-weight: bold;
}

/*中身*/
#Support .wrap-past-instructor .body-past{
    display: flex;
	width: 100%;
}
#Support .wrap-past-instructor .body-past .past-num{
	width: 30%;
}
#Support .wrap-past-instructor .body-past .past-instructor{
	width: 70%;
}


/*sp調整*/
@media screen and (max-width: 429px) {
	#Support {
		clip-path: polygon(0 14vw, 100% 0%, 100% 100%, 0% 100%);
		margin: -12vw 0 0;
		padding: 40vw 0 40vw;
	}
}

/*tab*/
@media screen and (min-width: 768px) and (max-width: 991px) {
	#Support{
    	margin: -21vw 0 0;
		padding: 32vw 0 30vw;
	}	
}

/*pc*/
@media screen and (min-width: 992px) {
	#Support{
		background-image: url("/static/img/entertainment/beatjunction/bg02-pc.png");
		clip-path: polygon(0 11vw, 100% 0%, 100% 100%, 0% 100%);
		background-size: cover;
        margin: -12vw 0 12vw;
        padding: 11vw 0 12vw;
	}	
	#Support .wrap-contents{
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
        gap: 15px;
	}
	#Support .heading {
        margin: 0 auto;
	}
	#Support .sub-title {
        margin: 0 auto;
	}
	
	/*過去の担当講師*/
	#Support .wrap-past-instructor{
		justify-content: center;
		max-width: 840px;
		padding: 20px;
	}
	
	/*タイトル*/
	#Support .wrap-past-instructor .title-past{
		width: fit-content;
		margin: 0 4em 0 0;
	}

	#Support .wrap-past-instructor .title-past p{
		font-size: 18px;
	}

	/*中身*/
	#Support .wrap-past-instructor .body-past{
		width: fit-content;
	}
	#Support .wrap-past-instructor .body-past .past-num{
		width: fit-content;
		margin-right: 1em;
	}
	#Support .wrap-past-instructor .body-past .past-instructor{
		width: fit-content;
	}
}



@media screen and (min-width: 992px) and (max-width: 1199px) {
	#Support{
        margin: -12vw 0 15vw;
        padding: 14vw 0 16vw;
	}	
}

/*　section README
-------------------------------*/
#Read-me{
	background:#fff;
	clip-path:polygon(0 0, 100% 16vw, 100% 100%, 0% 100%);
	margin: -20vw 0 0;
	padding: 18vw 0 40px;
}

/*見出し*/
#Read-me .heading{
	text-align: left;
}
#Read-me .heading-img{
	max-width: 166px;
}

#Read-me .heading-text{
	position: relative;
}
/*飾り線*/
#Read-me .heading-text:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0.6em;
    width: calc(100% - 5em);
/*    height: 5em;*/
    border-top: 2px solid #000;
    margin: 0;
}

#Read-me .wrap-contents{
	position: relative;
    padding: 10px 20px 30px 0;
    border-bottom: solid 2px #fff;
}

#Read-me .wrap-contents:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #000;
}

#Read-me li{
	font-size: 14px;
	position: relative;
	padding-left: 1em;
	margin-bottom: 3px;
}

#Read-me li:before{
	content: '・';
	position: absolute;
    left: 0;
    top: 0;
}

.text-red{
	color: #D60004;
	font-weight: bold;
}

/*ボタン　応募する*/
#Read-me .contact-btn{
	position: relative;
	background: linear-gradient(90deg, #000000 10%, #960003 80%, #D60004);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 30px auto 0;
	transition: 0.3s;
	max-width: 335px;
}
#Read-me .contact-btn:before{
	content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translate(0, -50%);
    font-weight: 900;
    font-size: 22px;
}

#Read-me .contact-btn:hover{
	opacity: 0.8;
}

/*応募終了*/
#Read-me .contact-btn.end{
	background: #777;
	pointer-events: none;
}

/*pc*/
@media screen and (min-width: 768px) {
	#Read-me{
		clip-path:polygon(0 0, 100% 11vw, 100% 100%, 0% 100%);
        margin: -24vw 0 0;
        padding: 10vw 0 100px;
	}
	#Read-me .heading-img{
		max-width: none;
	}
	
	#Read-me .wrap-contents {
		padding: 30px 49px 70px;
	}
	#Read-me li{
		font-size: 18px;
	}
	
	/*ボタン　応募する*/
	#Read-me .contact-btn{
		padding: 25px;
		font-size: 20px;
		max-width: 459px;
		margin: 50px auto 0;
	}
	#Read-me .contact-btn:before{
		font-size: 26px;
	}
}

@media (min-width: 1200px) {
    #Read-me .container {
        max-width: 1105px;
    }
}

/*　section LP-Footer
-------------------------------*/
#LP-Footer{
	padding: 0;
	background: #790002;
	color: #fff;
	text-align: center;
}
#LP-Footer > img{
	margin: auto;
}

#LP-Footer .container{
	padding: 13px;
}

#LP-Footer a{
	color: #fff;
}

/*pc*/
@media screen and (min-width: 768px) {
	#LP-Footer .container{
		padding: 20px;
	}
	#LP-Footer p,
	#LP-Footer a{
		font-size: 20px;
	}
}
