@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:"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  overflow: hidden;
}

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: 1060px;
    }
}



/*　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: 24px;
		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;
}

/*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: #06148C;
	color: #fff;
	padding: 30px 0 35px;
}

#About .heading-img img{
	max-width: 65%;
}

.about-text{
	text-align: center;
	font-size: 14px;
}

/*pc*/
@media screen and (min-width: 768px) {
	#About .container{
		padding: 0;
	}
	.about-text{
		font-size: 18px;
	}
}


/*　section Work-shop
-------------------------------*/
#Work-shop{
	background-image: url("/static/img/entertainment/septeniraptures/bg-s1-sp.png"),linear-gradient(140deg, #172DD6, #0A1A9D);
	background-position: right top;
    background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
	padding: 50px 0 14vw;
}

#Work-shop .heading-img{
	text-align: left;
	width: 60%;
}
#Work-shop .title-septeniraptures{
	width: 80%;
	margin: 20px 0 20px;
}
#Work-shop .img-artist{
	width: 100%;
	margin-bottom: 30px;
}

/*テーブル*/
#Work-shop .pc-left {
    display: flex;
    flex-wrap: wrap;
}
.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: 38%;
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
	font-size: 16px;
}
.work-shop-table dd{
    width: 62%;
	border-bottom: solid 1px #fff;
	margin-bottom: 20px;
	font-size: 14px;
}
.work-shop-table dt:last-of-type,
.work-shop-table dd:last-of-type{
    border: none;
}

/*経歴*/
.work-shop-table p{
	margin-bottom: 20px;
}


/*文字下に寄せる*/
.work-shop-table .text-bottom{
	position: relative;
}
.work-shop-table .text-bottom span{
	position: absolute;
	bottom: 0;
}


/*pc*/
@media screen and (min-width: 768px) {
	#Work-shop{
		background-image: url(/static/img/entertainment/septeniraptures/bg-s1.png), linear-gradient(206deg, #1429CC, #071691 60%);
		background-size: cover;
        background-position: right top -9.5vw;
        padding: 60px 0 36vw;
	}	
	#Work-shop .heading-img{
		width: 100%;
	}
	/*2列*/
	#Work-shop .container{
		display: flex;
		padding: 0;
	}
	#Work-shop .pc-right {
		margin-right: 11%;
		width: 34%;
	}
	#Work-shop .pc-left {
		width: 55%;
	}
	
	/*テーブル*/
	.work-shop-table dt{
		width: 22%;
		border-bottom: none;
		margin-bottom: 20px;
		font-size: 18px;
	}
	.work-shop-table dt span{
		border-bottom: solid 1px #fff;
		padding: 0 13px 0 0px;
	}
	.work-shop-table dd{
		width: 78%;
		border-bottom: none;
		margin-bottom: 20px;
		font-size: 18px;
	}
}

/*tab*/
@media screen and  (min-width: 768px) and (max-width: 991px) {
	#Work-shop .pc-left {
		width: 70%;
	}
}
	

/*　section Support
-------------------------------*/
#Support {
    background-image: url(/static/img/entertainment/septeniraptures/bg-s2-sp.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 14vw, 100% 0%, 100% 100%, 0% 100%);
    color: #fff;
    padding: 18vw 0 38vw;
    margin: -20vw 0 0;
}

#Support .container{
	padding: 0 12px 0;
}

#Support .heading-img img{
	margin: auto;
}

#Support .wrap-contents{
	text-align: center;
}
#Support .support01{
	margin-top: 43px;
}
#Support .support02{
	margin-top: 43px;
}

#Support .wrap-contents p{
	margin: 20px 0 15px;
}
#Support .wrap-contents a{
	text-decoration: underline;
	color: #fff;
}
#Support .wrap-contents a i{
	margin-left: 6px;
}


/*sp調整*/
@media screen and (max-width: 429px) {
	#Support {
		clip-path: polygon(0 14vw, 100% 0%, 100% 100%, 0% 100%);
		color: #fff;
		padding: 19vw 0 38vw;
		margin: -14vw 0 0;
	}
}

/*pc*/
@media screen and (min-width: 768px) {
	#Support{
		background-image: url("/static/img/entertainment/septeniraptures/bg-s2.png");
		clip-path: polygon(0 11vw, 100% 0%, 100% 100%, 0% 100%);
		background-size: cover;
        margin: -32vw 0 12vw;
        padding: 10vw 0 12vw;
	}	
	#Support .wrap-contents{
		display: flex;
		justify-content: center;
        gap: 15px;
	}
	#Support .heading {
        margin: 0 auto 0;
	}
	#Support .sub-title {
        margin: 0 auto 0;
	}
}

/*tab*/
@media screen and  (min-width: 768px) and (max-width: 991px) {
	#Support .wrap-contents p{
		font-size: 17px;
	}	
	#Support .wrap-contents a{
		font-size: 15px;
	}
}

/*　section README
-------------------------------*/
#Read-me{
	background-image: linear-gradient(140deg, #091897, #0E1FAC);
	background-position: right top;
    background-repeat: no-repeat;
	background-size: cover;
	clip-path:polygon(0 0, 100% 16vw, 100% 100%, 0% 100%);
	color: #fff;
	padding: 70px 0 25px;
	margin: -33vw 0 0;
}

/*見出し*/
#Read-me .heading{
	text-align: left;
}
#Read-me .heading-img img{
	width: 50%;
}

#Read-me .heading-text{
	position: relative;
}
/*飾り線*/
#Read-me .heading-text:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0.5em;
    width: calc(100% - 5em);
    height: 5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 0;
}

#Read-me .wrap-contents{
    padding: 10px 20px 10px 0;
    border-bottom: solid 2px #fff;
}

#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;
}

/*ボタン　応募する*/
#Read-me .contact-btn{
	position: relative;
	background: linear-gradient(90deg, #A6D841, #1FD2B5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
	color: #fff;
	font-size: 18px;
	margin: 30px auto 0;
	transition: 0.3s;
	max-width: 376px;
	background: #777;
}
#Read-me .contact-btn:hover{
	opacity: 1;
}

/* 右の三角 */
/*
#Read-me .contact-btn:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0.5em;
    font-weight: bold;
    z-index: 2;
    color: #fff;
    width: 20px;
    transform: scale(1.3);
}
*/

/*pc*/
@media screen and (min-width: 768px) {
	#Read-me{
		background-image: linear-gradient(180deg, #05148A, #152ACD);
		clip-path:polygon(0 0, 100% 11vw, 100% 100%, 0% 100%);
        margin: -24vw 0 0;
        padding: 10vw 0 110px;
	}
	#Read-me .heading-img img{
		width: 27%;
	}
	
	#Read-me .wrap-contents {
		padding: 80px 49px 90px;
	}
	#Read-me li{
		font-size: 18px;
	}
}


/*　section LP-Footer
-------------------------------*/
#LP-Footer{
	padding: 0;
	background: #040D56;
	color: #fff;
	text-align: center;
}

#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;
	}
}
