@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:60px;
	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%;
}
/* バナー */
.top-banner {
    text-align: center;
}

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

/* 博多校 -------------------------------------------------*/

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

.hakata--img {
    object-fit: cover;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	padding-top: 40px;
}

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

.hakata--text01{
	font-size: 20px;
	text-align: center;
}

.hakata--entry {
    background: #bef7e6;
    display: block;
    max-width: 700px;
    margin: 50px auto 10px;
    text-align: center;
    padding: 20px;
    font-size: 30px;
	letter-spacing: 0;
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.hakata--entry-s {
    font-size: 20px;
}

.hakata--entry-m {
    font-size: 36px;
}

.hakata--entry-l {
    font-size: 48px;
}

.hakata--entry-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.hakata--text02 {
    --x-gradient: linear-gradient(90deg, #333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
    --y-gradient: linear-gradient(#333 0 30px, transparent 0 calc(100% - 30px), #333 calc(100% - 30px));
    margin: 30px auto;
    background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
    max-width: 760px;
    text-align: center;
    font-size: 32px;
    padding: 10px;
}

.hakata--img02 {
    display: block;
    margin: 20px auto 50px;
}

.hakata--text03 {
    text-align: center;
    margin: 40px auto;
    font-size: 24px;
}

.hakata--text03-address {
    font-size: 16px;
}

.hakata--entry-form {
    font-size: 30px;
    text-align: center;
    background: #bef7e6;
    margin: 150px auto 30px;
    padding: 10px;
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
	width: 100vw;
    margin-left: calc(49% - 50vw);
}

.hakata--text04 {
    margin: 0 auto 80px;
    text-align: center;
    font-size: 20px;
	font-weight: bold;
}

.hakata--text04-sub {
    font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}

.hakata--text05 {
    font-size: 14px;
	font-weight: normal;
	display: block;
	margin-bottom: 80px;
	text-align: center;
}

/* コース */
.hakata--course {
    font-size: 14px;
	display: flex;
    justify-content: flex-start;
	gap: 3px;
    margin-bottom: 3px;
	font-weight: bold;
}

.hakata--course-list {
    width: 35%;
	padding: 15px 14px;
}

.hakata--course-list02 {
    width: 65%;
	padding: 15px 20px;
}

.hakata--course-title01 {
    font-weight: bold;
	padding: 10px 20px;
    background: #000;
	color: #fff;
	text-align: center;
}

.hakata--course-title02 {
    font-weight: bold;
	padding: 10px 20px;
    background: #000;
	color: #fff;
	text-align: center;
}

.hakata--course-text01 {
    background: #FEDFFF;
}

.hakata--course-text01-2 {
	background: #FDEFFD;
}

.hakata--course-text02 {
    background: #FDD17B;
}

.hakata--course-text02-2 {
	background: #FFE9BE;
}

.hakata--course-text03 {
    background: #ACE8FE;
}

.hakata--course-text03-2 {
	background: #D3F1FC;
}

.hakata--course-text04 {
    background: #FFF67F;
}

.hakata--course-text04-2 {
	background: #FDF9BC;
}

.hakata--course-text05 {
    background: #A2FFC2;
}

.hakata--course-text05-2 {
	background: #D0FEE0;
}

.hakata--course-text06 {
    background: #A3A3A3;
}

.hakata--course-text06-2 {
	background: #DBDBDB;
}

.hakata--course-text07 {
    background: #FD9292;
}

.hakata--course-text07-2 {
	background: #FCC8C8;
}

.hakata--course-text08{
    background: #ECE9E9;
}

.hakata--course-text08-2 {
	background: #F6F6F6;
}
/* スケジュール */
.hakata--schedule {
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hakata--schedule-title {
    background: #000;
    width: calc(100% - 4px);
    padding: 10px;
    font-size: 12px;
	color: #fff;
}

.hakata--schedule-calendar {
    width: 100%;
}

.hakata--calendar {
    width: 100%;
}

.hakata--calendar-tr {
    border-top: 10px solid #fff;
}

.hakata--calendar th {
    background: #000;
	color: #fff;
    text-align: center;
    border: 2px solid #fff;
    width: 12%;
    padding: 5px;
    font-size: 12px;
	font-weight: normal;
}

.hakata--calendar td {
    text-align: center;
	border: 2px solid #fff;
    font-size: 12px;
	padding: 5px 4px;
	vertical-align: middle;
}

.hakata--calendar-td01 {
	background: #FEDFFF;
}

.hakata--calendar-td02 {
    background: #FDD17B;
}

.hakata--calendar-td03 {
    background: #ACE8FE;
}

.hakata--calendar-td04 {
    background: #FFF67F;
}

.hakata--calendar-td05 {
    background: #ECE9E9;
}

.hakata--calendar-td06 {
    background: #000;
	color: #fff;
}

.hakata--calendar-td07 {
    background: #A3A3A3;
}

.hakata--calendar-td {
	background: #f6f6f6;
	font-weight: bold;
}

.hakata--calendar-td-s {
	font-size: 10px;
}

.hakata--schedule-note{
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}

.hakata--schedule-notice{
	text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
	color: #E9210C;
}

.hakata--calendar02 {
    width: calc(100% - 4px);
    font-size: 12px;
    margin: 10px auto 0;
    font-weight: bold;
}

.hakata--calendar02-title {
    background: #000;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.hakata--calendar02-text {
    background: #f6f6f6;
    font-size: 12px;
    padding: 20px;
    line-height: 2;
    text-align: left;
    display: flex;
    justify-content: center;
}

/*博多校レンタル*/

.rental--box {
    margin-top: 20px;;
}

.rental--wrap {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.rental--select {
    width: 85%;
}

.rental--select02 {
    margin: 0 10px 0 -30px;
}

.rental--check {
    cursor: pointer;
    width: 40%;
}

.rental--text {
	margin: 20px auto 120px;
	text-align: center;
}

.rental--text02 {
    font-size: 16px;
	padding: 10px 20px;
}

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

.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: 32px;
    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;
	letter-spacing: 0.03em;
}

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

.arrow-wd {
    transform: rotate( 90deg );
}
/* NEWS */

.news-box {
    display: flex;
    flex-direction: column;
    margin: 20px auto 0;
	gap:15px;
}

.news-box--item {
    display: flex;
    gap: 10px;
}

.news-box--data {
    width: 100px;
    display: inline-block;
}

/* NEWS詳細 */
.news-heading{
	font-size: 24px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.news-img {
    text-align: center;
    margin: 0 auto;
}

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

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

.academy-label--box01 {
    border: 1px solid #000;
    padding: 30px 30px 20px;
    max-width: 300px;
	width: 50%;
}

.academy-label--text {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
	font-weight: bold;
}

.academy-label--box02 {
    max-width: 300px;
	width: 50%;
}

.academy-label--box00 {
    max-width: 600px;
	width: 100%;
}

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

/*アコーディオン*/

.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: 32px;
    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: 580px;
    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;
}

/* リンクボタン */
.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: 260px;
    text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	border: 3px solid #000;
	cursor: pointer;
}

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

.link--btn03 {
    background: #000;
    color: #fff;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 20px;
    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--btn03:hover {
    background: #000;
    color: #fff;
	border: 3px solid #707070;
}

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

.academy-instructor {
    display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto;
}

.academy-instructor img {
    width: calc(50% - 10px);
}

.academy-instructor02 {
    display: flex;
    align-items: flex-start;
    margin: 50px auto;
}

.academy-instructor02-link {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

/* キャンペーン */

.campaign--text-wrap {
    background: #f6f6f6;
    padding: 30px;
    margin: 0 auto;
	font-weight: bold;
	text-align: center;
}

.campaign--text {
    
}

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

.campaign--box table {
    margin: 20px auto;
    width: 100%;
}

.campaign--box th {
    text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 4px;
	border: 1px solid #707070;
	vertical-align: middle;
	width: 25%;
}

.campaign--box-td01{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #707070;
	vertical-align: middle;
	padding: 15px;
}

.campaign--box-td02 {
    text-align: center;
	font-weight: bold;
	border: 1px solid #707070;
	font-size: 18px;
	vertical-align: middle;
	padding: 15px 4px;
}

/* スケジュール表 */
.schedule {
    margin: 80px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.schedule--title {
    background: #e6e6e6;
    width: calc(100% - 4px);
    padding: 10px;
    font-size: 12px;
}

.schedule--calendar {
    width: 100%;
}

.calendar {
    width: 100%;
}

.calendar th {
    background: #e6e6e6;
    text-align: center;
    border: 2px solid #fff;
    width: 12%;
    padding: 10px;
    font-size: 12px;
	font-weight: normal;
}

.calendar td {
    text-align: center;
	border: 2px solid #fff;
    font-size: 12px;
}

.calendar--td01 {
	background: #f6f6f6;
	padding: 2px 5px;
}

.calendar--td01-02 {
	background: #f6f6f6;
    padding: 10px 5px;
}

.calendar--td02 {
    background: #EFEFEF;
	padding: 2px 5px;
}

.calendar--td02-02 {
	background: #EFEFEF;
    padding: 10px 5px;
}

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

.course02 {
    margin: 80px auto;
	max-width: 420px;
}

.course--box02-l {
    padding: 15px;
    display: flex;
    justify-content: space-around;
	align-items: center;
    margin-top: 20px;
    background: #e6e6e6;
    gap: 20px;
	font-size: 14px;
}

.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--title03 {
    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;
	padding: 5px;
	background: #FEDFFF;
}

.course--title04 {
    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;
	padding: 5px;
	background: #FDD17B;
}

.course--title05 {
    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;
	padding: 5px;
	background: #ACE8FE;
}

.course--title06 {
    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;
	padding: 5px;
	background: #FFF67F;
}

.course--title07 {
    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;
	padding: 5px;
	background: #A2FFC2;
}

.course--title08 {
    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;
	padding: 5px;
	background: #A3A3A3;
	color: #fff;
}

.course--box-l {
    padding: 20px;
    background: #E6E6E6;
    font-size: 14px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 5px;
	margin-bottom: 40px;
}

.course--box-l-text01 {
    font-weight: bold;
    margin-right: 20px;
	font-size: 16px;
}

.course--box {
    padding: 15px 20px;
    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: 20px;
}

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

.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;
	letter-spacing: 0.03em;
}

.course--box03 {
    margin: 20px auto 0;
    width: 60%;
}

.course--box03 table {
    width: 100%;
}

.course--box03 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--box03 td {
    background: #f6f6f6;
    text-align: center;
	font-weight: normal;
	border: 2px solid #fff;
	font-size: 14px;
	vertical-align: middle;
	padding: 15px 4px;
	letter-spacing: 0.03em;
}

.course--title-text{
	text-align: center;
}

.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: -1.3em;
    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;
	margin: 0px calc(49% - 50vw);
    width: 100vw;
    overflow-x: hidden;
}

.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: 90px;
    height: 90px;
    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: 90px;
    height: 90px;
    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: 480px;
	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: 190px;
    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: 20px;
}

.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;
	align-items: flex-start;
    max-width: 640px;
    margin: 0 auto;
	gap:10px;
}

.f-menu--item {
    display: flex;
    flex-direction: column;
    width: calc(33% - 5px);
	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;
}

.f-link {
    margin: 100px auto;
}

.f-link--box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
	margin: 100px auto 0;
}

.f-link--item-img01 {
    width: 150px;
    height: 100%;
}

.f-link--item-img02 {
    width: 200px;
    height: 100%;
}

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

.f-menu--link-img01 {
    width: 150px;
    margin: 20px auto;
	display: block;
}

.f-menu--link-img02 {
    width: 100px;
    margin: 20px auto;
	display: block;
}

.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;
}
	
	.academy-label--box01 {
    border: 1px solid #000;
    padding: 30px 30px 10px;
    max-width: 300px;
	width: 50%;
}

.academy-label--text {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
	font-weight: bold;
}
	
	/*動画*/
	
	/*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--box03 {
    margin: 20px auto 0;
    width: 100%;
}
	
	.course--price {
    text-align: right !important;
    padding-right: 10px !important;
}	
	
	.academy-instructor02 {
    display: flex;
    align-items: center;
    margin: 100px auto;
    flex-direction: column;
}
	
	.academy-instructor02-link img {
    width: 80%;
}
	
	/*アカデミー申し込み*/
	
	.entry--form-wrap {
    padding: 0;
}
	
	.academy-entry--text {
    margin: 40px auto;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}
	
	.process {
    gap: 10px;
    font-size: 14px;
    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%;
}
	
	/* 博多校 -------------------------------------------------*/
	
	.hakata--title {
    font-size: 20px;
}
	
	.hakata--text01 {
    font-size: 16px;
		text-align: left;
}
	
	.hakata--entry {
    padding: 10px;
    font-size: 24px;
}
	
	.hakata--entry-s {
    font-size: 15px;
}
	
	.hakata--entry-m {
    font-size: 28px;
}
	
	.hakata--entry-l {
    font-size: 36px;
}
	
	.hakata--text02 {
    font-size: 24px;
    padding: 10px;
}
	
	.hakata--entry-form {
    font-size: 24px;
}
	
	.hakata--course {
    font-size: 12px;
}
	
	.hakata--course-list {
    width: 35%;
    padding: 10px;
}
	
	.hakata--course-list02 {
    width: 65%;
    padding: 10px;
}
	
	.hakata--schedule-calendar {
    width: 100%;
    overflow: scroll;
}
	
	.hakata--calendar td {
    font-size: 10px;
}

}

@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: 21px;
    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: 18px;
    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--box01 {
        border: 1px solid #000;
        padding: 20px 30px 10px;
        max-width: 300px;
        width: 50%;
    }
	

	/*動画*/

.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: 24px;
    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;
}
	
	/* アカデミー */
	
	.campaign {
    padding: 5px 10px;
    font-size: 18px;
}
	
	.campaign--text-wrap {
    padding: 10px;
    margin: 0 auto;
	font-weight: bold;
	text-align: left;
}
	
	.campaign--box th {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    padding: 15px 4px;
    border: 1px solid #707070;
    vertical-align: middle;
    width: 25%;
}
	
	.campaign--box-td01 {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #707070;
    vertical-align: middle;
    padding: 15px 4px;
}
	
	.campaign--box-td02 {
    text-align: center;
    font-weight: bold;
    border: 1px solid #707070;
    font-size: 15px;
    vertical-align: middle;
    padding: 15px 4px;
}
	
	/* スケジュール表 */
	
	.calendar th {
    width: 14%;
    padding: 10px 5px;
    font-size: 11px;
}
	
	.calendar td {
    font-size: 10px;
    letter-spacing: 0.02em;
}
	
	/* コース */
	
	.course--box {
    padding: 10px;
    font-size: 13px;
}
	
	.course--box-text01 {
    margin-right: 10px;
}
	
	.course--box-text02 {
    width: 56%;
}
	
	.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 {
    margin-bottom: 20px;
}
	
	/* アカデミー申し込み */
	
	.academy-entry--title {
    font-size: 18px;
		margin: 0px calc(50% - 50vw);
}
	
	.process {
    gap: 5px;
    font-size: 12px;
    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--wrap select {
    font-size: 14px;
}
	
	.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;
}
	
	.hakata--entry-form {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
	
	/* 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;
}
	
	.studio--map-note-text {
    text-align: left;
}
	
	/* 博多校 */
	.rental--select02 {
    margin: 0 0 0 -20px;
}
	
	.rental--check {
    cursor: pointer;
    width: 100%;
}
	
	/* フッター ------------------------------------------- */
	
	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: 20px;
}
	
	.f-menu a {
    font-size: 14px;
    text-align: center;
}
	
	.f-link {
    margin: 100px auto 150px;
}
	
	.f-link--box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin: 40px auto 0;
}
	
	.f-link--item-img01 {
    width: 80px;
    height: 100%;
}
	
	.f-link--item-img02 {
    width: 120px;
    height: 100%;
}
	
	.f-menu--link {
    font-size: 14px;
	text-align: center;
}
	
	.copy {
    font-size: 12px;
    margin-top: 40px;
    font-weight: bold;
}
	
}
