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

html {
    font-size: 10px;
    font-size: 62.5%;
    height: 100%;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.6em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    height: 100%;
    color: #000;
	background: #fff;
	font-weight: 500;
	font-style: normal;
}

a:hover{
	color: #000;
	transition:0.2s;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.all{
	max-width: 1920px;
	margin: 0 auto;
}

.pc-on{display: block;}
.sp-on{display: none;}

.pc-on480{display: block;}
.sp-on480{display: none;}

/* ヘッダー ------------------------------------------- */

header {
	padding: 20px 16px;
	position: relative;
}

.header--logo {
    text-align: center;
	margin-bottom: 20px;
}

.header--logo img {
    max-width: 200px;
}

/* 言語切り替え */

.language{
    position: absolute;
    right: 16px;
	top: 20px;
}

.language select{
	border: 1px solid #000;
	padding: 8px;    
	cursor: pointer;
}

.language--btn {
}

.language img {
    vertical-align: middle;
    width: 20px;
}

/* PC用メニュー */

.g-menu {
    display: flex;
	gap:80px;
	justify-content: center;
}

.g-menu a{
	font-size: 14px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.g-menu a:hover{
	text-decoration: underline;
}

/* モバイル用メニュー */

/*----- 上からスライドするメニュー -----*/
	
	.menu-trigger {
		display: none;
	}

.nav_slide{
	display: none;
}
	

/* ロゴ動画 ------------------------------------------- */

.movie{
	text-align: center;
	margin-bottom: 30px
}

.logo-movie {
    max-width: 1080px;
	width: 100%;
}

main{
	max-width: 840px;
	margin: 0 auto;
	padding: 0 16px;
}

/* トップ・共通 ------------------------------------------- */

.section {
    margin-bottom: 120px;
}

.heading--top {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
}

.heading {
    text-align: center;
	margin-bottom: 30px;
}

.heading--page {
    text-align: center;
	margin: 60px auto;
}

.heading--page02 {
    text-align: center;
	margin: 60px auto 30px;
}

.heading--title-top{
	font-size: 32px;
	margin-left: 30px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.heading--title{
	font-size: 32px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.heading--logo{
	width: 200px;
	display: block;
	margin: 60px auto 0;
}

.heading--img {
    width: 300px;
}

.section--title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.section--title02 {
    font-size: 24px;
    text-align: center;
    margin: 30px auto 15px;
    font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.section--title03 {
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.section--title-sub {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.section--text{
	font-size: 15px;
}

.section--text02{
	font-size: 14px;
}

.section--text03{
	font-size: 16px;
	text-align: center;
}

.section--text-bold{
	font-weight: bold;
}

.more {
    text-align: right;
    margin-top: 12px;
    display: flex;
    justify-content: right;
}

/*アカデミー・レーベル*/

.academy-label {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px auto;
	/*align-items: center;*/
}

.academy-label--box {
    border: 1px solid #000;
    padding: 30px 30px 20px;
    max-width: 280px;
	display: table;
}

.academy-label--img {
    width: 100%;
}

.academy-label--text {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*アコーディオン*/

.accordion--wrap {
    max-width: 620px;
    margin: 60px auto;
}

.accordion-001 {
    margin-bottom: 20px;
}

.accordion-001:not([open]) {
    margin-bottom: 20px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 12px;
    background-color: #fff;
    cursor: pointer;
	border: 1px solid #707070;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 2px solid #707070;
    border-right: 2px solid #707070;
    content: '';
    transition: transform .3s;
}

.accordion-001[open] summary::after {
    transform: rotate(225deg);
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 20px;
    transition: transform .5s, opacity .5s;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

/* オーディション */
.audition {
    background: #F8FF95;
    padding: 6px 10px 3px;
    font-size: 28px;
    font-weight: bold;
    margin: 40px auto 30px;
    text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.audition-movie {
    display: flex;
    justify-content: center;
    margin: 30px auto 60px;
}

.audition--video {
    max-width: 680px;
    width: 100%;
}

.audition--link {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px auto 40px;
    font-weight: bold;
    font-size: 22px;
    position: relative;
    background-image: linear-gradient(#F8FF95 0 100%), repeating-linear-gradient(135deg, #707070 0 1px, #F8FF95 2px 6px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(100% - 30px) calc(100% - 30px), 100%;
    max-width: 720px;
}

.audition--link:hover {
	background-image: linear-gradient(#F1FF28 0 100%), repeating-linear-gradient(135deg, #000 0 1px, #F1FF28 2px 6px);
}

/* キャンペーン・入会 / その他下層ページ共通 */
/* キャンペーン */
.campaign {
    background: #F8FF95;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    max-width: 620px;
    margin: 40px auto 30px;
    text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.campaign::before,
.campaign::after {
    position: absolute;
    bottom: -15px;
    width: 20px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.campaign::before {
    background-color: #F8FF95;
}

.campaign::after {
    bottom: -11px;
    background-color: #F8FF95;
}

.campaign--text-wrap {
    background: #FDFFE5;
    padding: 20px;
    max-width: 740px;
    margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

.campaign--text {
    
}

.campaign--text02 {
    font-size: 12px;
	margin-top: 10px;
}

/* リンクボタン */
.link--btn {
    background: #000;
    color: #fff;
    padding: 2px 10px;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 240px;
    text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	border: 3px solid #000;
}

.link--btn:hover {
    background: #000;
    color: #fff;
	border: 3px solid #707070;
}

.link--btn02 {
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 20px;
    font-weight: bold;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	border: 3px solid #000;
}

.link--btn02:hover {
    background: #000;
    color: #fff;
	border: 3px solid #707070;
}

/* アカデミーページ  ------------------------------------------- */


/* 確認取れ次第新しいファイルに移動 ------------------*/
.academy-instructor {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px auto;
}

.academy-instructor img {
    width: 44%;
}
/* --------------------------------------------- */

/* コース */
.course {
    margin: 80px auto;
}

.course--title {
    font-size: 26px;
	font-weight: bold;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: 20px;
}

.course--title-sub {
    font-size: 12px;
}

.course--title02 {
    font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.course--box {
    padding: 15px 30px;
    background: #f6f6f6;
    font-size: 14px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 5px;
}

.course--box-text01 {
    font-weight: bold;
    margin-right: 50px;
}

.course--box-text02 {
    width: 74%;
}

.course--box02 table {
    margin: 20px auto 0;
    width: 100%;
}

.course--box02 th {
    background: #e6e6e6;
    text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding: 15px 4px;
	border: 2px solid #fff;
	vertical-align: middle;
	width: 25%;
}

.course--box02 td {
    background: #f6f6f6;
    text-align: center;
	font-weight: normal;
	border: 2px solid #fff;
	font-size: 14px;
	vertical-align: middle;
	padding: 15px 4px;
}

.course--price {
    text-align: right !important;
    padding-right: 20px !important;
}

.course--tax{
	font-size: 11px;
}

.course--text {
    font-size: 14px;
}

.course--text-indent {
    text-indent: -1em;
    padding-left: 1em;
	margin-bottom: 5px;
}

/* AZENCアカデミーお申込みフォーム ------------------------------------------- */

#academy-entry {
}

.academy-entry--title {
    background: #000;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin: 0 auto 20px;
}

.academy-entry--text {
    margin: 40px auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

/* 手続き手順 */

.process {
    display: flex;
    align-items: center;
    justify-content: center;
	gap:20px;font-size: 14px;
	margin-bottom: 80px;
}

.process--box {
    display: flex;
    align-items: center;
}

.process--item-active {
    background: #000;
    width: 120px;
    height: 120px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	text-align: center;
}

.process--item-active-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: 30px;
  height: 4px;
  background: currentColor;
}

.process--item-active-arrow::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 4px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -2px;
  box-sizing: border-box;
	border-radius: 4px;
}

.process--item {
    background: #e6e6e6;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
	text-align: center;
}

.process--item-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #e6e6e6;
  line-height: 1;
  position: relative;
  width: 30px;
  height: 4px;
  background: currentColor;
}

.process--item-arrow::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 4px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -2px;
  box-sizing: border-box;
	border-radius: 4px;
}

/*アカデミー申し込み*/

.entry--form-wrap {
    max-width: 840px;
    margin: 0 auto;
	font-weight: bold;
	padding: 0 32px;
}

.entryform input,.entryform select {
    vertical-align: middle;
}

.entryform{
    margin: 0 auto 30px;
    text-align: left;
    line-height: 2;
}

.entryform--wrap{
	display: flex;
    flex-wrap: wrap;
	align-items: end;
}

.entryform--wrap input,.entryform--wrap select,.entryform--wrap textarea{
    padding: 8px;
    border: 1px solid #ccc;
    background: #fff;
	border-radius: 3px;
	height: 50px
}

/*タイトル*/

.entryform h3{
    margin: 8px 0 8px;
    display: inline-block;
}

/*必須 任意*/

.entryform--required {
    color: #fff;
    margin-left: 8px;
	background: #000;
	font-size: 12px;
    padding: 2px 12px;
}

.entryform--any {
    color: #fff;
    margin-left: 8px;
    background: #818181;
	font-size: 12px;
    padding: 2px 12px;
}


/*名前*/
.entryform--name div{
	width: 43%;
    padding: 0 20px;
}

.entryform--name input{
    width: 100%;
}


/*生年月日*/
.entryform--birth div{
	width: 29%;
    padding: 0 20px;
}

.entryform--birth input,.entryform--birth select {
    width: 85%;
}

/*性別*/
.entryform--sex div {
    width: 29%;
    padding: 0 20px;
}

.entryform--sex select {
    width: 86%;
}

/*住所・連絡先*/
.entryform--address-item01{
	width: 43%;
	padding: 0 20px;
}

.entryform--address-item02{
	width: 43%;
    margin-top: 20px;
	padding: 0 20px;
}

.entryform--address-item03 {
    padding: 0 0 0 20px;
}

.entryform--address-item01 input,.entryform--address-item01 select{
    width: 100%;	
}

.entryform--address-item02 input{
    width: 100%;	
}

/*メールアドレス*/

.entryform--mail{
    width: 85%;
	padding: 0 20px;
}

.entryform--mail input{
    width: 100%;	
}

/*電話番号*/
.entryform--tel{
    width: 85%;
	padding: 0 20px;
}

.entryform--tel input{
    width: 100%;	
}

/*プロフィール*/
.entryform--career-text01{
	font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
	margin-bottom: 10px;
}

.entryform--career {
    width: 85%;
    padding: 0 20px;
}

.entryform--career textarea{
    width: 100%;
	min-height: 120px;
}

/*写真をアップロード*/
.entryform--photo-item01 {
    margin-top: 20px;
    padding: 0 20px;
}

.entryform--photo-text01{
	font-weight: normal;
    font-size: 14px;
    line-height: 1.6;	
}

.entryform--photo input{
	width: 100%;
	margin: 20px 0;
	border: none;
}

/*保護者の同意*/
.entryform--approval-text01{
	font-weight: normal;
    font-size: 14px;
    line-height: 1.6;	
	padding: 0 20px;
}

.entryform--approval-text02{
	padding: 0 20px;
	margin-top: 20px;
}

.entryform--approval-title {
    width: 100%;
    margin-top: 20px;
    font-weight: normal;
    padding: 0 20px;
}

.entryform--guardian-name div{
	width: 43%;
    padding: 0 20px;
}

.entryform--guardian-name input{
    width: 100%;
}

/*同意*/

.entryform--consent {
    margin: 40px auto;
    text-align: center;
}

.entryform--consent-text{
	font-weight: normal;
    font-size: 14px;
    line-height: 1.6;	
}

.entryform--consent-text a{
	text-decoration: underline;
}

.entryform--consent-text a:hover{
	font-weight: bold;
}

.entryform--approval label{
	width: 50%;
    padding: 0 8px;
}

.entryform--approval-inputlabel {
  padding: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    justify-content: center;
    width: 280px;
    margin: 20px auto;
}
.entryform--approval-inputlabel:hover {
  background: rgba(0,0,0,0.03);
}
.entryform--approval-inputradio {
  opacity: 0;
  width: 0;
  margin: 0;
}
.entryform--approval-inputradio:focus + .entryform--approval-inputdummy {
  border: 1px solid #e2e2e2;
  background: #EEEEEE;
}
.entryform--approval-inputradio:checked + .entryform--approval-inputdummy {
  border: 1px solid #e2e2e2;
}
.entryform--approval-inputradio:checked + .entryform--approval-inputdummy::before {
	content: "";
    display: block;
    position: absolute;
    border-bottom: 4px solid #333;
    border-left: 4px solid #333;
    height: 10px;
    width: 16px;
    transform: rotate(-45deg);
    top: 4px;
    left: 4px;
}
.entryform--approval-inputdummy {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
}
.entryform--approval-inputtext{
  margin-left: 20px;
  display: block;
}

/*送信ボタン*/
.entryform--submit input[type="submit"]{
    margin: 50px auto 0;
    padding: 8px;
    width: 280px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    background: #000;
    color: #fff;
    border-radius: 3px;
	border: 3px solid #000;
}

.entryform--submit input[type="submit"]:hover{
    background: #000;
    transition-duration: 0.3s;
	border: 3px solid #999;
}

.entryform--submit input[type="button"]{
    margin: 50px auto 0;
    padding: 8px;
    width: 280px;
    text-align: center;
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    background: #000;
    color: #fff;
    border-radius: 3px;
	border: 3px solid #000;
}

.entryform--submit input[type="button"]:hover{
    background: #000;
    transition-duration: 0.3s;
	border: 3px solid #999;
}

/*送信完了*/
.complete {
    padding: 180px 32px 0;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.complete--text {
    font-weight: bold;
	font-size: 36px;
	margin-bottom: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.complete--link {
    font-weight: bold;
	font-size: 18px;
}

.complete--link:hover {
    font-weight: bold;
	text-decoration: underline;
}

/* オーディションエントリーへ */

.entry--link {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #707070;
    max-width: 640px;
    margin: 60px auto 40px;
	font-weight: bold;
}

.entry--link:hover {
	background: #707070;
	color: #fff;
}



/*動画*/

.movie02 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
	justify-content: center;
	margin-bottom: 60px;
}

.movie02--video {
    width: 47%;
}

/*COMPANY トップ*/

.company-top {
    margin-top: 20px;
    display: flex;
    gap: 18px;
	justify-content: space-between;
}

.company-top--item{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.company-top--item:hover{
	text-decoration: underline;
}

.company-top--img{
	margin-bottom: 10px;
	width: 100%;
}

.company-top--position{
	font-size: 14px;
}

.company-top--name02{
	font-size: 14px;
}

.album {
    margin: 100px auto 0;
    display: flex;
    justify-content: center;
    gap: 120px;
}

/* STUDIO  ------------------------------------------- */

.studio--slide{
	width: 100%;
	margin: 0 auto 80px;
}

.studio--rental {
    margin: 60px auto;
    display: flex;
    align-items: center;
	font-weight: bold;
	max-width: 640px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.studio--rental-item {
    background: #e6e6e6;
    padding: 10px;
    width: 50%;
	text-align: center;
	font-size: 18px;
	min-height: 52px;
}

.studio--rental-item02 {
    background: #f6f6f6;
    padding: 10px;
    width: 50%;
	text-align: center;
	font-size: 20px;
	min-height: 52px;
}

.studio--rental-item-text-size{
	font-size: 16px;
}

.studio--map-rink {
    padding: 5px;
    border: 1px solid #000;
    font-size: 14px;
	width: 120px;
	display: block;
	margin: 20px auto;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.studio--map {
    margin: 100px auto 0;
    text-align: center;
}

/* MEDIA ------------------------------------------- */

/*動画*/

.media-movie {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
	justify-content: center;
	margin: 30px auto 60px;
}

.media {
    margin: 0 auto;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    gap: 120px;
}

.media img{
}

/* COMPANY PROFILE ------------------------------------------- */

.group {
    border: 1px solid #000;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.group-img {
    padding: 20px;
    border-bottom: 1px solid #000;
}

.group-img02 {
    padding: 60px 20px;
}

.group-img02-item {
    margin-bottom: 60px;
}

.company-member--wrap {
    text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.company-member {
    margin-bottom: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.company-member--position{
	font-size: 13px;
    margin-right: 20px;
    width: 120px;
    text-align: right;
    display: inline-block;
}

.company-member--name{
	font-weight: bold;
    width: 170px;
    text-align: left;
    display: inline-block;
}

/*メンバー*/
.member--wrap {
    display: flex;
    align-items: flex-start;
	margin-bottom: 120px;
}

.member--img {
    margin-right: 30px;
}

.member--position {
    font-size: 14px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.member--name {
    font-size: 24px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.member--text{
	font-size: 15px;
}

.company-address {
    margin-top: 120px;
    text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 14px;
}

.company-contact {
    display: block;
    margin: 40px auto;
    padding: 5px 10px;
    width: 120px;
    border: 1px solid #000;
}

.company-contact:hover {
    color: #fff;
	background: #000;
    border: 1px solid #000;
}


/* フッター ------------------------------------------- */

footer{
	padding: 60px 16px;
	text-align: center;
	margin: 240px auto 0;
}

.footer-logo{
	margin-bottom: 60px;
}

.f-menu {
    display: flex;
    justify-content: center;
    max-width: 480px;
    margin: 0 auto;
	padding-right: 120px;
}

.f-menu--item {
    display: flex;
    flex-direction: column;
    width: 50%;
	gap:10px;
}

.f-menu a {
    font-size: 14px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: left;
}

.f-menu a:hover {
    text-decoration: underline;
}

.copy{
	font-size: 12px;
	margin-top: 90px;
	font-weight: bold;
}

/* トップへ戻る */
#js-pagetop {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 16px;
	right: 16px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 30;
	border: 1px solid #000;
	color: #000;
	font-size: 12px;
}

#js-pagetop:hover{
	transition: 0.2s;
	background: #000;
	color: #fff;
}
@media screen and (max-width:1080px){
	
	.g-menu {
    display: flex;
    gap: 28px;
    justify-content: center;
}
	
}


@media screen and (max-width:768px){
	
	.pc-on{display: none;}
	.sp-on{display: block;}
	
	/* PC用メニュー */
	.g-menu {
    display: none;
}
	
	/* モバイル用メニュー */

/*----- 上からスライドするメニュー -----*/
	
	.menu-trigger {
		display: block;
		position: fixed;
		width: 46px;
		height: 36px;
		vertical-align: middle;
		cursor: pointer;
		top: 16px;
		left: 16px;
		z-index: 1001;
	}
	
	.menu-trigger span {
	  display: inline-block;
	  box-sizing: border-box;
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background-color: #000;
	  transition: all .5s .2s;
	}
	
	.menu-trigger.active span {
	  background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  transform: translateY(16px) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 16px;
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  transform: translateY(-16px) rotate(45deg);
	}
	
	.menu-trigger--menu {
    font-size: 10px;
    text-align: center;
    margin-top: 40px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
	
	.menu-trigger--close {
    position: absolute;
    font-size: 10px;
    left: 20px;
    top: 64px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
	
	.nav_slide {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.9);
		color: #fff;
		text-align: center;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
	
	.nav_slide ul {
		padding: 100px 20px;
		width: 100%;
		margin: 0 auto;
		max-width: 840px;
	}
	
	.nav_slide ul a{
		color: #fff;
		display: block;
		padding: 12px 20px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-size: 18px;
		font-weight: normal;
		text-align: left;
	}
	
	.nav_slide ul a:hover{
		background: #111;
	}
	
	.nav_slide ul li {

	}
	
	/*
	.nav_slide a {
		
		color: #fff;
		display: block;
		padding: 18px 20px;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
		
	}
	
	.nav_slide a:hover {
			background: #111;
	}
	*/
	
	.slide-privacy{
		font-size: 14px !important;
	}
	
		
	.logo-slide {
    position: absolute;
    top: 20px;
    right: 16px;
}
	
	/*アカデミー・レーベル*/
	
	.academy-label {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px auto;
}
	
	/*動画*/
	
	/*COMPANY*/
	
	.company-top--position {
    font-size: 13px;
}
	
	.company-top--name {
    font-size: 15px;
}
	
	.company-top--name02 {
    font-size: 13px;
}
	
	/*member*/
	.member--wrap {
    display: flex;
    align-items: center;
    margin-bottom: 120px;
    flex-direction: column;
}
	
	.member--img {
    margin-right: 0;
	margin-bottom: 20px;
}
	
	.album {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
	
	.album img {
    width: 150px;
    height: 150px;
}
	
	/*COMPANY PROFILE*/
	
	.group-img {
    padding: 10px;
}
	
	.group-img02 {
    padding: 30px 10px;
}
	
	.group-img img {
    width: 280px;
}
	
	.group-img02-item02 img {
    width: 300px;
}
	
	/*アカデミー*/
	
	.course--price {
    text-align: right !important;
    padding-right: 10px !important;
}	
	
	/*アカデミー申し込み*/
	
	.entry--form-wrap {
    padding: 0 16px;
}
	
	.academy-entry--text {
    margin: 40px auto;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}
	
	.process {
    gap: 10px;
    font-size: 12px;
    margin-bottom: 80px;
}
	
	.process--item-active {
    width: 80px;
    height: 80px;
}
	
	.process--item {
    width: 80px;
    height: 80px;
}
	
	.entryform--name div {
    width: 50%;
    padding: 0 10px;
}
	
	.entryform--birth div {
    width: 33%;
    padding: 0 10px;
}
	
	.entryform--birth input, .entryform--birth select {
    width: 80%;
}
	
	.entryform--sex div {
    width: 50%;
    padding: 0 10px;
}
	
	.entryform--sex select {
    width: 100%;
}
	
	.entryform--address-item01 {
    width: 50%;
    padding: 0 10px;
}
	
	.entryform--address-item02 {
    width: 50%;
    margin-top: 20px;
    padding: 0 10px;
}
	
	.entryform--address-item03 {
    padding: 0 0 0 10px;
}
	
	.entryform--mail {
    width: 100%;
    padding: 0 10px;
}
	
	.entryform--tel {
    width: 100%;
    padding: 0 10px;
}
	
	.entryform--career {
    width: 100%;
    padding: 0 10px;
}
	
	.entryform--photo-item01 {
    padding: 0 10px;
}
	
	.entryform--approval-text01 {
    padding: 0 10px;
}
	
	.entryform--approval-title {
    padding: 0 10px;
}
	
	.entryform--guardian-name div {
    width: 50%;
    padding: 0 10px;
}
	
	.entryform--submit input[type="button"] {
    padding: 16px;
    width: 80%;
}
	
	/* STUDIO  ------------------------------------------- */
	
	.studio--rental {
    margin: 60px auto;
    display: flex;
    align-items: center;
    flex-direction: column;
}
	
	.studio--rental-item {
    padding: 10px;
    width: 100%;
    font-size: 18px;
}
	
	.studio--rental-item02 {
    padding: 10px;
    width: 100%;
    font-size: 20px;
}

}

@media screen and (max-width:480px){
	
	.pc-on480{display: none;}
	.sp-on480{display: block;}
	
	/* ヘッダー ------------------------------------------- */
	
	header {
    padding: 80px 16px 40px;
}
	
	.header--logo {
    text-align: center;
    margin-bottom: 0;
}
	
	.header--logo img {
    width: 200px;
}
	
	/* 言語切り替え */
	
	.language {
    right: 10px;
    top: 10px;
}
	
	.language select {
    font-size: 14px;
}
	
	/* トップ ------------------------------------------- */
	
	.section {
    margin-bottom: 100px;
}
	
	.heading--top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
	
	.heading--top img {
    width: 48px;
    height: 48px;
}
	
	.heading--title-top {
    font-size: 22px;
    margin-left: 20px;
}
	
	.heading--title {
    font-size: 22px;
}
	
	.heading--img {
    width: 240px;
}
	
	.section--title02 {
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
    font-weight: bold;
}
	
	.heading--page {
    text-align: center;
    margin: 30px auto;
}
	
	.heading--page02 {
    text-align: center;
    margin: 30px auto;
}
	
	/*オーディション*/
	
	.audition {
    padding: 10px;
    font-size: 22px;
}
	
	.audition--link {
    padding: 20px;
    font-size: 16px;
    background-image: linear-gradient(#F8FF95 0 100%), repeating-linear-gradient(135deg, #707070 0 1px, #F8FF95 2px 6px);
    background-size: calc(100% - 20px) calc(100% - 20px), 100%;
}
	
	/*アカデミー・レーベル*/
	
	.academy-label {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px auto;
}
	
	.academy-label--box {
    border: 1px solid #000;
    padding: 20px 15px 10px;
    max-width: 280px;
    display: table;
}
	
	.academy-label--text {
    text-align: left;
    font-size: 10px;
    margin-top: 10px;
}
	
	/*動画*/

.movie02 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
	justify-content: center;
	margin-bottom: 60px;
}

.movie02--video {
    width: 48%;
}
	
	/*COMPANY*/
	
	.company-top {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
	.company-top--item {
    width: 48%;
}
	
	/* 下層ページ ------------------------------------------- */
	
	.section--title {
    font-size: 20px;
    margin-bottom: 20px;
}
	
	.section--title03 {
    font-size: 22px;
    margin-top: 30px;
}
	
	/*MEDIA*/
	
	/*動画*/

.media-movie {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
	justify-content: center;
	margin: 30px auto 60px;
}
	
	.media {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
	
	.media img {
    width: 160px;
}
	
	/*COMPANY PROFILE*/
	
	.company-address {
    margin-top: 60px;
    font-size: 14px;
}
	
	/* アカデミー */
	
	.course--title{
		font-size: 24px;
	}
	
	.campaign--text-wrap {
    background: #FDFFE5;
    padding: 20px;
    max-width: 740px;
    margin: 0 auto;
	font-weight: bold;
	text-align: left;
}
	
	.course--box {
    padding: 15px;
    font-size: 14px;
}
	
	.course--box-text01 {
    margin-right: 20px;
}
	
	.course--box-text02 {
    width: 68%;
}
	
	.course--box02 td {
    font-size: 12px;
    padding: 15px 4px;
}
	
	.course--price {
    text-align: right !important;
    padding-right: 4px !important;
}
	
	.course--tax {
    font-size: 11px;
    display: block;
}
	
	.course--text-indent {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 20px;
}
	
	/* アカデミー申し込み */
	
	.academy-entry--title {
    font-size: 18px;
}
	
	.process {
    gap: 5px;
    font-size: 10px;
    margin-bottom: 80px;
}
	
	.process--item-active {
    width: 70px;
    height: 70px;
}
	
	.process--item {
    width: 70px;
    height: 70px;
}
	
	.process--item-active-arrow {
    width: 15px;
    height: 4px;
}
	
	.process--item-arrow {
    width: 15px;
    height: 4px;
}
	
	.process--item-active-arrow::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -2px;
    box-sizing: border-box;
    border-radius: 4px;
}
	
	.process--item-arrow::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -2px;
    box-sizing: border-box;
    border-radius: 4px;
}
	
	.entry--text {
    margin: 20px auto 60px;
}
	
	.entryform--birth div {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
	
	.entryform--birth input, .entryform--birth select {
    width: 90%;
}
	
	.entryform--address-item01 {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
	
	.entryform--address-item02 {
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
    margin-bottom: 20px;
}
	
	/* 送信完了 */
	.complete--text {
    font-size: 28px;
}
	
	/* STUDIO  ------------------------------------------- */
	
	.studio--map-note-text {
    text-align: left;
}
	
	/* フッター ------------------------------------------- */
	
	footer {
    padding: 60px 16px;
    text-align: center;
    margin: 120px auto 0;
}
	
	.f-menu {
    display: flex;
    justify-content: center;
    max-width: 480px;
    margin: 0 auto;
    padding-right: 0;
    flex-direction: column;
}
	
	.f-menu--item {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}
	
	.f-menu a {
    font-size: 14px;
    text-align: center;
}
	
	.copy {
    font-size: 12px;
    margin-top: 40px;
    font-weight: bold;
}
	
}
