@charset "UTF-8";

/*===== default ===========================================

	1: RESET
	2: FONTS
	3: LINKS
	4: MARGIN

==========================================================*/


/*======================================

	1: RESET
=======================================*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
th,
td {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style-type: none;
}

dt,
dd,
li {
    text-indent: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

table {
    border-collapse: separate;
}

/* table {
    border-collapse: collapse;
    border-spacing: 0;
} */

caption,
th {
    text-align: left;
}

img {
    border: none;
    /* vertical-align: middle; */
    margin: 0;
    padding: 0;
    display: block;
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.cf {
    zoom: 1;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/*======================================

	2: FONTS

=======================================*/
body {
    color: #888;
    line-height: 2.0em;
    background: #FFF;
    font-size: 82%;
    letter-spacing: 1px;
}

p {
    line-height: 1.6em;
}

dl,
dt,
dd,
ul,
ol,
li {
    line-height: 1.6em;
}


textarea,
input {
    font-size: 82%;
    font-family: Helvetica, sans-serif;
}

.small {
    font-size: 82%;
    font-weight: normal;
}

.attention {
    color: #FF3300;
}

.txtB {
    font-weight: bold;
}

/*======================================

	3: LINKS

=======================================*/
a:link {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:active {
    color: #666;
    text-decoration: none;
}

.hover>a:link {
    color: #bfbfbf;
    text-decoration: underline;
}

.hover>a:visited {
    color: #bfbfbf;
    text-decoration: none;
}

.hover>a:hover {
    color: #bfbfbf;
    text-decoration: none;
}

.hover>a:active {
    color: #bfbfbf;
    text-decoration: none;
}

/*======================================

	4: MARGIN

=======================================*/
.marb0 {
    margin-bottom: 0px;
}

.marb10 {
    margin-bottom: 10px;
}

.marb20 {
    margin-bottom: 20px;
}

.marb30 {
    margin-bottom: 30px;
}

.marb40 {
    margin-bottom: 40px;
}

.marb50 {
    margin-bottom: 50px;
}

.marb100 {
    margin-bottom: 100px;
}

/*======================================

	Font Awesome

=======================================*/
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*--- CONTENTS ---------------------------------------

1:COMMON
ハンバーガーメニュー
2:HEADER
3:MAIN
4:CONTENTS
5:FOOTER
------------------------------------------------------*/

/*------------------------------------------------------
1: COMMON
------------------------------------------------------*/
html {
    background: #fff;
    height: 100%;
}

body {
    font-family: "Sawarabi Gothic", sans-serif;
    background: #fff;
    width: 100%;
    margin: 0;
    font-size: 14px;
    line-height: 1.6em;
    color: #888;
    letter-spacing: 1px;

}

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

a:hover,
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    transition-property: opacity;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.min {
    font-family: "Sawarabi Mincho", serif;
}

.en {
    font-family: 'Cinzel', serif;
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

@media only screen and (max-width: 480px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

/*ボタンデザイン*/

.button_area {
    text-align: center;
}

.button_A {
    border: 1px solid #666;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 25px 0 0 0;
    display: inline-block;
    background: #FFF !important;
    position: relative;
    text-align: center;
    width: 300px;
}

@media only screen and (max-width:480px) {
    .button_A {
        box-sizing: border-box;
        width: 300px;
        max-width: 100%;
    }
}

.button_A a {
    max-width: 300px;
    padding: 15px 0;
    display: block;
    text-align: center !important;
}

.button_A a:after {
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url(../img/arrow_r@2x.png) top left no-repeat;
    background-size: 7px 12px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}

.button_A:hover {
    background: #efeeee !important;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:1280px) {
    .footer_area {
        display: none;
    }
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:1280px) {
    .footer_area {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 10000;
        display: flex;
        text-align: center;
    }


    .footer_area .footer_area_inner {
        position: relative;
        width: 90%;
        margin: 0px auto;
        padding: 10px 0;
    }

    .footer_area .footer_area_inner .footer_area_inner_btn {
        width: 85%;
        padding: 11px 0;
        font-size: 20px;
        font-weight: bold;
        margin-left: 15px;
        line-height: 1.3;
    }

    .inquiry_btn {
        background-color: #a40000;
        /* -webkit-border-radius: 3px; */
        display: inline-block;
        text-align: center;
        text-decoration: none;
        width: 90%;
        padding: 10px 0;
        font-size: 13px;
        font-weight: bold;
    }

    .inquiry_btn:link,
    .inquiry_btn:visited {
        color: #FFFFFF !important;
    }

    .inquiry_btn_02:link,
    .inquiry_btn_02:visited {
        color: #FFFFFF !important;
    }

    .footer_area_inner span {
        color: #fff;
    }

    #siteBottom {
        margin-bottom: 85px;
    }

    .footer_area a:link {
        text-decoration: none;
    }
}

@media only screen and (max-width:960px) {
    .wrapper {
        width: initial;
        padding: 0 40px;
        margin: 0 auto;
    }
}

.position_cr {
    position: static;
}

/* PCでは非表示 */
br.sp {
    display: none;
}

/* スマホでは表示 */
@media screen and (max-width: 767px) {
    br.sp {
        display: inline;
    }
}

/*------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------*/

/* メニューのスタイル */
.menu {
    position: fixed;
    top: 0;
    right: -100%;
    /* 初期状態では画面の外に隠れている */
    width: 200px;
    height: 100%;
    background-color: #38020c;
    opacity: 0.95;
    color: #fff;
    transition: right 0.3s ease;
    /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
}

/* メニューが開いているとき */
.menu.open {
    right: 0;
}

/* ボタンのスタイル */
.hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 9999;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #000;
    margin: 5px 0;
    transition: 0.4s;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: #fff;
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
    background-color: #fff;
}

/* メニューリストのスタイル */
.menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
}

.menu li {
    padding: 16px 0;
    /* border-bottom: 1px solid #fff; */
}

.menu li a {
    color: #fff;
    text-decoration: none;
    display: block;
}

@media screen and (min-width:1280px) {

    .hamburger {
        left: 30px;
        top: 30px;
    }

    .menu {
        left: -100%;
        width: 300px;
    }

    .menu.open {
        left: 0;
    }

    .menu ul {
        text-align: center;
    }

}

/*------------------------------------------------------
HEADER
------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* padding-bottom: 20px; */
}

.logo {
    margin: 24px 0 10px 0;
    text-align: center;
}

.logo img {
    /* width: 30%; */
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 20px;
}

.musicalcourse img {
    width: 500px;
    height: auto;
    display: inline-block;
}

.logo p {
    font-size: 27px;
    color: #000;
    font-weight: bold;
    /* width: 30%; */
    width: 530px;
    height: auto;
    display: block;
    margin: 0 auto;
    display: inline-block;
    font-family: "casttellar", sans-serif;
}

@media screen and (max-width: 1280px) {
    .logo img {
        width: 230px;
        height: auto;
        display: block;
        margin: 0 auto;
        display: inline-block;
    }

    .musicalcourse img {
        width: 400px;
        height: auto;
        display: inline-block;
    }

    .logo p {
        font-size: 24px;
        height: auto;
        width: 100%;
    }
}

@media screen and (max-width: 430px) {
    .logo img {
        width: 200px;
        height: auto;
        display: block;
        margin: 0 auto;
        display: inline-block;
    }

    .musicalcourse img {
        width: 330px;
        height: auto;
        display: inline-block;
        padding-bottom: 15px;
        padding-top: 5px;
    }

    .logo p {
        font-size: 20px;
        height: auto;
        width: 100%;
    }
}

@media screen and (min-width: 1280px) {

    .top_sns_area02 {
        position: fixed;
        right: 30px;
        top: 10px;
        display: block;
    }
}

@media screen and (max-width: 1279px) {
    .top_sns_area02 {
        display: none;
    }
}

/*------------------------------------------------------
資料請求
------------------------------------------------------*/

.button-30 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 250px;
    margin: 0 auto;
    padding: .6em 1em;
    overflow: hidden;
    border: 1px solid #6f7980;
    border-radius: 5px;
    background-color: #fff;
    color: #6f7980;
    font-size: 1em;
    margin-top: 10px;
}

.button-30:hover {
    background-color: transparent;
    color: #fff;
    background-color: #6f7980;
    opacity: 0.4;
}

.button-30::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #6f7980;
    content: '';
    transition: width .3s ease;
}

.button-30:hover::before {
    width: 100%;
}

.button-30::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #6f7980;
    border-right: 2px solid #6f7980;
    content: '';
}

.button-30:hover::after {
    border-color: #fff;
}


.button-29 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* width: 250px; */
    max-width: 500px;
    margin: 0 auto;
    padding: .6em 1em;
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background-color: #a40000;
    color: #ffffff !important;
    font-size: 1em;
    margin-top: 10px;
}

.button-29:hover {
    background-color: transparent;
    color: #fff;
    background-color: #ffffff;
    opacity: 0.4;
}

.button-29::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #af0000;
    content: '';
    transition: width .3s ease;
}

.button-29:hover::before {
    width: 100%;
}

.button-29::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
}

.button-29:hover::after {
    border-color: #fff;
}

/*------------------------------------------------------
	トップスライド
------------------------------------------------------*/


.pcBr {
    display: inline !important;
}

.spBr {
    display: none !important;
}

.topSlideWrap01 {
    text-align: center;
}

.topSlideWrap01 img {
    margin: auto;
    vertical-align: bottom;
}



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

    .pcBr {
        display: none !important;
    }

    .spBr {
        display: inline !important;
    }

    .topSlideWrap01 img {
        width: 100%;
        height: auto;
        margin: auto;
        vertical-align: bottom;
    }


}

/*------------------------------------------------------
3:MAIN
------------------------------------------------------*/

#contents {
    padding-top: 137px;
    position: static;
}

@media screen and (max-width: 1280px) {
    #contents {
        padding-top: 123px;
    }
}

@media screen and (max-width: 430px) {
    #contents {
        padding-top: 116px;
    }
}

#main_area {
    position: relative;
    text-align: center;
    background: #040203;
}

.main img {
    width: auto;
    height: 681px;
    display: inline-block;
}

@media screen and (max-width: 960px) {
    .main img {
        width: 100%;
        height: auto;
    }
}

.main_ttl {
    position: absolute;
    top: 54px;
    left: 123px;
}

@media screen and (max-width: 960px) {
    .main_ttl {
        position: absolute;
        left: 8%;
    }
}

.nav_area {
    position: absolute;
    top: 300px;
    left: 0px;
}


@media screen and (max-width: 960px) {
    .nav_area {
        display: none;
    }
}

.nav_area li {
    margin-bottom: 30px;
}

.end_b {
    margin-bottom: 0 !important;
}

/*------------------------------------------------------
4:CONCEPT
------------------------------------------------------*/
.read p {
    font-size: 16px;
    line-height: 2.0em;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .read p {
        font-size: 12px;
        line-height: 1.8em;
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .read br {
        display: none;
    }
}

.img_wide img {
    width: 100%;
    height: auto;
}

.inner {
    padding: 70px 0 !important;
}

@media screen and (max-width: 480px) {
    .inner {
        padding: 40px 0 !important;
    }
}

.ttl_area {
    text-align: center;
}

.ttl_A img {
    margin-bottom: 50px;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
}

@media only screen and (max-width:480px) {
    .ttl_A {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:480px) {
    .ttl_A img {
        /* width: 100%; */
        height: auto;
        padding-bottom: 10px;
    }
}

@media screen and (min-width:481px) and (max-width:959px) {
    .ttl_A img {
        /* width: 100%; */
        height: auto;
    }
}

/*------------------------------------------------------
テーブル
------------------------------------------------------*/
.wrapper05 {
    width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width:960px) {
    .wrapper05 {
        width: initial;
        padding: 0 20px;
        margin: 0 auto;
    }
}

.lesson_flex {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}

.lesson_left,
.lesson_right {
    width: 43%;
    box-sizing: border-box;
    padding: 10px;
}

.watanabe {
    width: 9%;
    box-sizing: border-box;
    padding: 10px;
    background-color: #00A1FF;
    color: #FFF;
    margin: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.watanabe p {
    writing-mode: vertical-rl;
}

table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #FFF;
}

.figure_box {
    background-color: rgba(240, 240, 240, 0.8);
    margin: 30px;
}

.figure_box h2 {
    margin: 10px 0;
    display: block;
    text-align: center;
}

.figure_box p {
    margin: 10px 0;
    display: block;
}

.figure_box img {
    margin: 10px 0;
    margin: 0 auto;
}

table {
    border-spacing: 10px;
    border-collapse: separate;
}

table,
td,
th {
    border-spacing: 5px;
}

td,
th {
    padding: 9px;
    width: 30px;
    height: 25px;
}

th {
    background: #f0e6cc;
}

.even {
    background: #fbf8f0;
}

.odd {
    background: #fefcf9;
}

.timeline {
    max-width: 400px;
    /* width: 100%; */
    margin: 50px auto;
    padding: 0 30px;
}

.timeline li {
    /*線の起点とするためrelativeを設定*/
    position: relative;
    list-style: none;
    padding: 0 0 20px 0;
}

.timeline dl {
    margin: 0 0 20px 3em;
}

.timeline dt {
    font-size: 18px;
}

.timeline p {
    font-size: 12px;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
    position: absolute;
    left: 0.2em;
    top: 0;
    width: 2px;
    /*線の太さ*/
    height: 0;
    /*はじめは高さを0に*/
    background: #ccc;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 50%;
}

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

    table,
    td,
    th {
        font-size: 12px;
    }

    .lesson_left {
        width: 100%;
    }

    .lesson_right {
        width: 80%;
    }

    .watanabe {
        width: 15%;
        padding: 0px;
        font-size: 12px;
        margin-right: 10px;
        margin-left: 0px;
    }

    .watanabe p {
        padding: 5px;
    }

    .lesson_flex {
        gap: 0;
    }

    .figure_box {
        margin: 0px;
    }
}

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


    table,
    td,
    th {
        border-spacing: 3px;
        font-size: 10px;
    }

    td,
    th {
        padding: 5px;
        width: 30px;
        height: 20px;
    }

    .lesson_flex {
        display: flex;
        justify-content: space-between;
        gap: 5px;
        flex-wrap: wrap;
    }

    .lesson_left,
    .lesson_right {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }

    .watanabe {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .watanabe p {
        writing-mode: horizontal-tb;
    }

    /*タイムライン全体の設定*/
    .timeline {
        max-width: 400px;
        /* width: 100%; */
        margin: 50px auto;
        padding: 0 30px;
    }

    .timeline li {
        /*線の起点とするためrelativeを設定*/
        position: relative;
        list-style: none;
        padding: 0 0 20px 0;
    }

    .timeline dl {
        margin: 0 0 20px 3em;
    }

    .timeline dt {
        font-size: 18px;
    }

    .timeline p {
        font-size: 12px;
    }

    /*絶対配置で線を設定*/
    .border-line {
        /*線の位置*/
        position: absolute;
        left: 0.2em;
        top: 0;
        width: 2px;
        /*線の太さ*/
        height: 0;
        /*はじめは高さを0に*/
        background: #ccc;
    }

    /*タイムラインの見出し横の丸の位置と形状*/
    .timeline li::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        background: #666;
        border-radius: 50%;
    }
}


/*------------------------------------------------------
4:デビュー情報
------------------------------------------------------*/

/* .musical_list {
    padding: 70px 0;
}

.musical_list .ttl_A img {
    width: 151px;
}

/*スライダーのスタイル*/
.musical_slider {
    width: 70%;
    max-width: 800px;
    margin: auto;
    padding: 60px 0 40px 0;
}

.musical_slider li {
    text-align: center;
}

/* .musical_slider img {
    width: 201px;
    height: 281px;
    margin: 0 auto;
} */

.musical_slider .slick-slide {
    transform: scale(0.8);
    transition: all .5s;
    opacity: 0.5;
}

.musical_slider .slick-slide.slick-center {
    transform: scale(1);
    opacity: 1;
}

.slick-dots li button::before {
    font-family: 'slick';
    font-size: 15px;
}

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

    .slick-dots {
        bottom: -60px;
    }

    .musical_slider {
        font-size: 0.8rem;
    }

    .musical_slider {
        padding: 20px 0 40px 0;
    }

}

/*------------------------------------------------------
5:ミュージカルコース
------------------------------------------------------*/

.wrap label {
    display: none;
}


@media screen and (max-width: 999px) {
    .wrap {
        margin: 2em 0;
        padding: 0;
    }

    .wrap label {
        display: block;
        cursor: pointer;
    }

    .wrap input[type="checkbox"] {
        display: none;
    }

    .wrap .content {
        height: 0;
        padding: 0;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .switch:checked+.content {
        height: auto;
        padding: 8px;
    }

    .wrap label {
        text-align: center;
    }

    .professorsh {
        padding-top: 40px;
    }
}

.slick-slide {
    height: auto !important;
}

input[type="checkbox"] {
    appearance: none;
}

.note {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

@media only screen and (max-width:960px) {
    .note {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {
    .note {
        font-size: 11px;
        text-align: left;
    }
}

/*------------------------------------------------------
6:ラインデコ
------------------------------------------------------*/

.line_deco,
.line_deco_02,
.line_deco_03 {
    width: 100%;
    position: relative;
}

hr {
    height: 0px;
    margin: 7px 0;
    border: none;
    border-top: 1px solid #cbcbcb;
}

* html hr {
    /* for -IE6 */
    margin: 0;
}

*:first-child+html hr {
    /* for IE7 */
    margin: 0;
}

.line_deco_02 hr {
    border-top: 1px solid #dbd9d9;
}

.line_deco_area {
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .line_deco_area {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
}

.line_deco hr {
    padding: 0 37px;
}

.line_deco_02 hr {
    padding: 0 37px;
}



.line_deco_area_03 {
    width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .line_deco_area_03 {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
    }
}

.line_deco_03 hr {
    padding: 0 37px;
}




.line_deco:before {
    content: "";
    width: 37px;
    height: 5px;
    background: url(../img/line_deco_l@2x.png) top left no-repeat;
    background-size: 37px 5px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
}

.line_deco:after {
    content: "";
    width: 37px;
    height: 5px;
    background: url(../img/line_deco_r@2x.png) top left no-repeat;
    background-size: 37px 5px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2.5px;
}

.line_deco_03:before {
    content: "";
    width: 37px;
    height: 5px;
    background: url(../img/line_deco_l@2x.png) top left no-repeat;
    background-size: 37px 5px;
    background-position: 0px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -2.5px;
}

.line_deco_03:after {
    content: "";
    width: 37px;
    height: 5px;
    background: url(../img/line_deco_r@2x.png) top left no-repeat;
    background-size: 37px 5px;
    background-position: 0px 0px;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: -2.5px;
}


.line_deco_02:before {
    content: "";
    width: 42px;
    height: 24px;
    background: url(../img/line_deco_02_l@2x.png) top left no-repeat;
    background-size: 42px 24px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.line_deco_02:after {
    content: "";
    width: 42px;
    height: 24px;
    background: url(../img/line_deco_02_r@2x.png) top left no-repeat;
    background-size: 42px 24px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12px;
}

.line_deco_02_mar {
    margin-top: -40px !important;
    margin-bottom: 50px;
}

@media only screen and (max-width:960px) {
    .line_deco_02_mar {
        margin-top: -50px !important;
    }
}

/*------------------------------------------------------
7:ACTING
------------------------------------------------------*/

.actlcontainer {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
}

.actlitem1 {
    width: 50%;
}

.actlitem2 {
    width: 50%;
}

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

    .actlcontainer {
        display: block;
    }

    .actlitem1 {
        width: 100%;
    }

    .actlitem2 {
        width: 100%;
    }
}

.img_center {
    text-align: center;
    margin: 60px 0 0 0;
}

@media only screen and (max-width:480px) {
    .img_center {
        margin: 30px 0 0 0;
    }
}

.img_center img {
    display: inline-block;
}

@media only screen and (max-width:960px) {
    .img_center img {
        width: 70%;
        height: auto;
        max-width: 250px;
    }
}

.img_center1 {
    text-align: center;
    margin: 60px 0 0 0;
}

@media only screen and (max-width:480px) {
    .img_center1 {
        margin: 30px 0 0 0;
    }
}

.img_center1 img {
    display: inline-block;
}

@media only screen and (max-width:960px) {
    .img_center1 img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }
}

@media screen and (max-width: 430px) {
    .wrapsp {
        width: initial;
        padding: 0 40px;
        margin: 0 auto;
    }

}

.img_center2 {
    text-align: center;
    margin: 60px 0 0 0;
}

@media only screen and (max-width:480px) {
    .img_center2 {
        margin: 30px 0 0 0;
    }
}

.img_center2 img {
    display: inline-block;
}

@media only screen and (max-width:960px) {
    .img_center2 img {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------------------------
8:PROFESSORS
------------------------------------------------------*/
@media screen and (max-width: 999px) {
    .professorsh {
        padding-top: 40px;
    }
}

.column_area_B {
    overflow: hidden;
    width: 690px;
    margin: 0 auto 90px auto;
}

@media only screen and (max-width:960px) {
    .column_area_B {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px 50px 20px;
        border-bottom: 1px solid #e9e8e8;
        margin-bottom: 50px;
    }

    .border_none {
        border: 0 !important;
    }
}

@media only screen and (max-width:960px) {
    .bottom_reset {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

.column_area_B_l {
    float: left;
    width: 151px;
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width:960px) {
    .column_area_B_l {
        width: 22.388059701492537%;
    }
}

.column_area_B_l img {
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
}

@media only screen and (max-width:960px) {
    .column_area_B_l img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
}

.column_area_B_r {
    float: right;
    width: 495px;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
}

@media only screen and (max-width:9600px) {
    .column_area_B_r {
        width: -webkit-calc(100% - 29.8%);
        width: calc(100% - 29.8%);
    }
}

.position {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #999;
    margin-bottom: 8px;
    font-weight: normal;
}

.ttl_name {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
    .ttl_name {
        font-size: 21px;
        margin-bottom: 10px;
    }
}

.ttl_acting:before {
    content: "";
    width: 92px;
    height: 16px;
    background: url(../img/ttl_s_01@2x.png) top left no-repeat;
    background-size: 92px 16px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.ttl_TAPdance:before,
.ttl_dance:before {
    content: "";
    width: 81px;
    height: 16px;
    background: url(../img/ttl_s_02@2x.png) top left no-repeat;
    background-size: 81px 16px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.ttl_ballet:before {
    content: "";
    width: 86px;
    height: 16px;
    background: url(../img/ttl_s_03@2x.png) top left no-repeat;
    background-size: 86px 16px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.ttl_vocal:before {
    content: "";
    width: 80px;
    height: 16px;
    background: url(../img/ttl_s_04@2x.png) top left no-repeat;
    background-size: 80px 16px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

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

    .ttl_acting:before,
    .ttl_dance:before,
    .ttl_ballet:before,
    .ttl_vocal:before {
        left: 20px;
    }
}

.ttl_acting_jp {
    padding-left: 100px;
}

.ttl_dance_jp {
    padding-left: 90px;
}

.ttl_TAPdance_jp {
    padding-left: 80px;
}

.ttl_ballet_jp {
    padding-left: 90px;
}

.ttl_vocal_jp {
    padding-left: 85px;
}

@media only screen and (max-width:960px) {
    .ttl_acting_jp {
        padding-left: 115px;
    }

    .ttl_dance_jp {
        padding-left: 105px;
    }

    .ttl_ballet_jp {
        padding-left: 108px;
    }

    .ttl_vocal_jp {
        padding-left: 105px;
    }
}

@media only screen and (max-width:480px) {
    .ttl_acting_jp {
        padding-left: 115px;
    }

    .ttl_dance_jp {
        padding-left: 105px;
    }

    .ttl_ballet_jp {
        padding-left: 108px;
    }

    .ttl_vocal_jp {
        padding-left: 105px;
    }
}

.ttl_B {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

@media only screen and (max-width:960px) {
    .ttl_B {
        width: 96%;
    }
}

@media only screen and (max-width:480px) {
    .ttl_B {
        width: 94%;
    }
}

.ttl_B:before {
    border-top: 1px solid #d8d8d8;
    content: "";
    position: absolute;
    top: 50%;
    left: 23%;
    width: 100%;
}

@media only screen and (max-width:960px) {
    .ttl_B:before {
        left: initial;
        right: 0;
        width: 70%;
    }
}

@media only screen and (max-width:480px) {
    .ttl_B:before {
        left: initial;
        right: 0;
        width: 48%;
    }
}

.ttl_B img {
    background-color: white;
}

.ttl_B h5 {
    background-color: white;
    display: inline-block;
    padding: 0 0.5em;
}

@media only screen and (max-width:480px) {
    .ttl_B h5 {
        font-size: 12px;
    }
}

.wrapper03 {
    width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width:960px) {
    .wrapper03 {
        width: 100%;
    }
}

/*------------------------------------------------------
9:VOICE
------------------------------------------------------*/

.bg_type_A {
    background: #5a5a5a;
}

.wrapper02 {
    width: 640px;
    margin: 0 auto;
}

@media only screen and (max-width:960px) {
    .wrapper02 {
        width: initial;
        padding: 0 20px;
        margin: 0 auto;
    }
}

.movie {
    margin-bottom: 60px;
}

@media screen and (max-width: 480px) {
    .movie {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 960px) {
    .movie img {
        width: 100%;
        height: auto;
    }
}

.caption {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
    .caption {
        font-size: 12px;
    }
}

/*------------------------------------------------------
10:footer
------------------------------------------------------*/

#footer {
    padding: 25px 0 25px 0;
    background: #e5e5e5;
}

@media screen and (max-width: 480px) {
    #footer {
        padding: 10px 0 20px 0;
    }
}

@media screen and (max-width: 640px) {
    #footer {
        padding: 10px 0 60px 0;
    }
}

#footer_top,
#footer_top2 {
    padding: 25px 0 100px 0;
    background: #e5e5e5;
}

@media screen and (max-width: 1280px) {
    #footer_top {
        padding: 10px 0 80px 0;
    }
}

@media screen and (max-width: 480px) {
    #footer_top {
        padding: 10px 0 40px 0;
    }

    #footer_top2 {
        padding: 10px 0 90px 0;
    }
}

.sns_area {
    text-align: center;
}

.sns_area li {
    display: inline-block;
    margin-bottom: 5px;
}

@media screen and (max-width: 480px) {
    .sns_area li {
        margin-bottom: 0px;
    }
}

#copyright {
    font-size: 9px;
    text-align: center;
}

/*------------------------------------------------------
CONCEPT
------------------------------------------------------*/

#head_img {
    height: 150px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 960px) {
    #head_img {
        height: auto;
    }
}

#head_img h2 {
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

#head_img img {
    width: 100%;
    height: auto;
}

.read02 {
    margin: 40px 0 35px 0 !important;
    text-align: center;
    font-size: 16px;
    line-height: 2.0em;
}

@media screen and (max-width: 480px) {
    .read02 {
        margin: 40px 0 0 0 !important;
        font-size: 14px;
        line-height: 1.8em;
    }
}


.column_area_A {
    overflow: hidden;
    width: 470px;
    margin: 0 auto 55px auto;
}

@media only screen and (max-width:480px) {
    .column_area_A {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
}

.column_area_A_l {
    float: left;
    width: 201px;
    overflow: hidden;
}

@media only screen and (max-width:480px) {
    .column_area_A_l {
        width: 99%;
        width: -moz-calc(100% / 2 - 11px);
        width: -webkit-calc(100% / 2 - 11px);
        width: calc(100% / 2 - 11px);
    }
}

.column_area_A_r {
    float: right;
    width: 201px;
    overflow: hidden;
}

@media only screen and (max-width:480px) {
    .column_area_A_r {
        width: 99%;
        width: -moz-calc(100% / 2 - 11px);
        width: -webkit-calc(100% / 2 - 11px);
        width: calc(100% / 2 - 11px);
    }
}

.column_area_A img {
    margin-bottom: 10px;
}

@media only screen and (max-width:480px) {
    .column_area_A img {
        width: 100%;
        height: auto;
    }
}

/*------------------------------------------------------
11:DEBUT
------------------------------------------------------*/

.clearfix {
    content: "";
    display: block;
    clear: both;
}

.Sp {
    display: none;
}

.column_item {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.m_t40 {
    margin-top: 40px;
}

.m_b40 {
    margin-bottom: 40px;
}

.item_ttl {
    font-size: 20px;
}

.item_credit {
    margin-bottom: 20px;
}

.student {
    width: 200px;
    padding: 0 6px;
    text-align: center;
}

.role_ttl {
    font-size: 1.2em;
    margin-bottom: 6px;
    text-align: center;
}

.name_b {
    font-size: 1.2em;
    letter-spacing: 0.1em;
}

.column_item_flex {
    text-align: center;
    display: flex;
    justify-content: center;
}

.ensemble {
    width: 100%;
    display: flex;
    justify-content: center;
}

.read_debut p {
    font-size: 28px;
    text-align: center;
    line-height: 1.6em;
    padding: 30px 0;
}

.box_line {
    margin: 70px auto 0;
    text-align: center;
    max-width: 760px;
    padding: 10px 24px;
    border: double 6px #d0d0d0;
}

span.debut_txt {
    text-decoration: underline;
}


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

    .Sp {
        display: block;
    }

    .read_debut p {
        font-size: 16px;
        text-align: center;
        letter-spacing: normal;
        line-height: 1.7em;
        padding-top: 22px;
        font-weight: bold;
    }

    .box_line {
        margin: 40px auto 0;
        text-align: center;
        width: auto;
        padding: 0 10px 26px;
        border: double 3px #d0d0d0;
    }

    .student {
        width: calc(100% / 2 - 11px);
        padding: 0;
    }

    .student img {
        width: 100%;
    }

    .item_ttl {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .role_ttl {
        font-size: 1em;
        font-weight: bold;
    }

    .column_item_flex {
        justify-content: space-around;
    }

    .ensemble {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .sl {
        float: left;
    }

    .sr {
        float: right;
    }

}

/*------------------------------------------------------
12:ENTRY
------------------------------------------------------*/
ul.annotation,
ul.annotation02,
ul.annotation03 {
    padding-left: 1em;
}

ul.annotation li,
ul.annotation03 li {
    list-style-type: none;
    text-indent: -1em;
}

ul.annotation02 li {
    list-style-type: none;
}

@media only screen and (max-width:960px) {
    ul.annotation03 {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {
    ul.annotation {
        margin-top: 10px;
    }

    ul.annotation03 {
        margin-top: 10px;
    }
}

.table_01 {
    width: 100%;
    text-align: center;
    color: #888;
    border-collapse: collapse;
}

@media only screen and (max-width:480px) {
    .table_01 {
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
        border: 1px solid #e5e5e5;
        overflow: hidden;
    }
}

.table_border_t {
    border-top: 1px solid #cbcbcb;
}

@media only screen and (max-width:480px) {
    .table_border_t {
        border-top: none;
    }
}

.table_border_b {
    border-bottom: 1px solid #cbcbcb;
}

.table_01 th {
    background: #e5e5e5;
    width: 30%;
    border-bottom: 1px solid #FFF;
    text-align: center;
    vertical-align: middle;
}

@media only screen and (max-width:480px) {
    .table_01 th {
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding: 10px 20px;
    }

    td,
    th {
        width: auto;
        height: auto;
    }
}


.table_01 td {
    border-bottom: 1px solid #cbcbcb;
    padding: 20px;
}

@media only screen and (max-width:480px) {
    .table_01 td {
        display: block;
        border-bottom: none;
    }
}

.newline {
    display: block;
}

.inde {
    padding-left: 1em;
}

.button_B {
    border: 1px solid #666;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 10px 0 0 0;
    background: #FFF !important;
    position: relative;
    width: 300px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
}

.button_B a {
    padding: 15px 0;
    display: block;
    text-align: center;
}

@media only screen and (max-width:480px) {
    .button_B {
        min-width: 240px;
        width: 100%;
        text-align: center;
    }
}

.button_B img {
    display: inline-block;
}

.button_B a:after {
    content: "";
    width: 7px;
    height: 12px;
    display: inline-block;
    background: url(../images/arrow_r@2x.png) top left no-repeat;
    background-size: 7px 12px;
    background-position: 0px 0px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}

.button_B:hover {
    background: #efeeee !important;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

/*------------------------------------------------------
13:professors
------------------------------------------------------*/
.inner02 {
    padding: 50px 0 !important;
}

.pnav_area {
    background: #f1f1f1;
    padding: 25px 20px 20px 20px;
    margin-bottom: 40px;
}

.pnav_ttl {
    text-align: center;
    font-size: 15px;
    margin-bottom: 25px;
}

.pnav {
    text-align: center;
}

.pnav li {
    display: inline-block;
    width: 99%;
    width: -moz-calc(100% / 4 - 9px);
    width: -webkit-calc(100% / 4 - 9px);
    width: calc(100% / 4 - 9px);
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #8c8c8c;
    background: #FFF;
    position: relative;
}

@media screen and (max-width: 480px) {
    .pnav li {
        width: 99%;
        width: -moz-calc(100% / 2 - 10px);
        width: -webkit-calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px);
    }
}

@media screen and (max-width: 480px) {
    .pnav li:nth-last-child(n+2) {
        margin-bottom: 10px;
    }
}

.pnav li a:after {
    content: "";
    width: 12px;
    height: 7px;
    background: url(../img/arrow_b@2x.png) top left no-repeat;
    background-size: 12px 7px;
    background-position: 0px 0px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -6px;
}

.pnav li a {
    text-decoration: none;
}

.pnav li img {
    display: inline-block;
}

.pnav li p {
    font-size: 14px;
    margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .pnav li p {
        font-size: 11px;
        margin-bottom: 25px;
    }
}

.line_deco_s {
    margin: 5px 0 0 0;
}

@media screen and (max-width: 480px) {
    .line_deco_s {
        margin: 10px 0 0 0;
    }

    img.line_deco_s {
        width: 90%;
        height: auto;
    }
}

.pnav_box {
    padding: 20px 5px 0 5px;
}

@media screen and (max-width: 480px) {
    .pnav_box {
        padding: 15px 5px 0 5px;
    }
}

.ttl_name {
    font-size: 28px;
    font-weight: 200;
    margin-bottom: 25px;
}

@media screen and (max-width: 480px) {
    .ttl_name {
        font-size: 21px;
        margin-bottom: 10px;
    }
}

#form,
#acting,
#dance,
#ballet,
#vocal {
    scroll-margin-top: 150px;
    /* 固定ヘッダーの高さ＋余白ぶん */
}

/*------------------------------------------------------
6: ACCESS
------------------------------------------------------*/

.wmac_access_wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.ttl {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    height: 80px;
}

.wmac_contant {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
}

.school_pic {
    margin: 100px 0;
}

.school_pic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.school_pic ul li {
    margin: 20px;
}

.school_pic ul li p {
    font-size: 16px;
    margin-top: 8px;
}

.wmac_add {
    margin-top: 15px;
}

.wmac_add li {
    border-bottom: 1px dotted #a2a1a1;
    font-size: 16px;
    padding: 7px 0;
}

span.name {
    font-weight: bold;
    font-size: 20px;
}


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

    .wmac_access_wrap {
        margin: 0 auto;
        width: 100%;
        max-width: 700px;
    }

    .g_map {
        text-align: center;
        width: 100%;
    }

    .g_map iframe {
        width: 90%;
        height: 280px;
    }

    .wmac_contant {
        width: 100%;
        height: auto;
        display: block;
    }

    .school_pic ul {
        display: block;
    }

    .school_pic {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    .school_pic ul li {
        margin: 0;
    }

    .school_pic ul li p {
        padding: 3px 0 12px;
        margin-top: 0;
        font-size: 14px;
    }

    .wmac_add {
        margin: 20px 0;
        padding: 0 15px;
        text-align: left;
    }

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

    .ttl {
        font-size: 16px;
    }

    .wmac_img {
        padding: 10px 0 30px;
    }

}

/*------------------------------------------------------
学校説明会
------------------------------------------------------*/

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');

@font-face {
    font-family: "castellar_MT";
    src: url("../wmac_briefing/font/Castellar-MT.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.fontCastellar_MT {
    font-family: "castellar_MT";
}

@font-face {
    font-family: "Utsukushi_min";
    src: url("../wmac_briefing/font/Utsukushi.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.fontUtsukushi {
    font-family: "Utsukushi_min";
}

.setsumeikai {
    font-size: 62.5%;
    color: #666;
    font-size: small;
    font: x-small;
    text-align: center;
    text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    max-height: 999999px;
}

.flowBlock01 {
    padding: 50px 0px 75px 0px;
}

.contText01 {
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
}

.flowBox01 {
    margin-top: 50px;
    background-color: #E5E5E5;
    padding: 32px 32px 32px 32px;
}

.mtBox01 {
    margin-top: 60px;
}

.flowFlex01 {
    display: inline-flex;
    margin: auto;
    text-align: left;
}

.flowFlex01 ul {
    margin-left: 80px;
}

.flowFlex01 ul:first-child {
    margin-left: 0px;
}

.flowFlex01 ul li {
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 16px;
    line-height: 2.0em;
    font-weight: 500;
}

.flex{
    display: flex;
}

.flowFlex02 {
    /* display: flex; */
    justify-content: space-between;
}

.flowFlex02 li {
    width: 310px;
    position: relative;
    text-align: left;
}

.flowFlex02 li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #666666;
    position: absolute;
    top: 100px;
    left: -24px;
}

.flowFlex02 li:first-child::before {
    display: none;
}

.flowFlex02 li img {
    width: 100%;
    height: auto;
}

.flowFlex02 li p {
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    margin-top: 8px;
}

.flowFlex02 li p span {
    font-size: 30px;
    line-height: 1.0em;
    font-weight: normal;
    margin-right: 12px;
}

/*----------------*/

.tokuten {
    margin: 45px auto 0px auto;
    width: 640px;
}

.tokuten h2 {
    font-size: 26px;
    font-weight: normal;
    padding: 10px;
    line-height: 1.4;
}

.tokuten h2 span {
    padding: 10px;
    font-size: 40px;
}

.scheduleBlock01 {
    background-color: #E5E5E5;
    padding: 45px 0px 70px 0px;
}

.scheduleBox01 {
    margin: 45px auto 0px auto;
    width: 840px;
}

.scheduleH401 {
    overflow: hidden;
    font-size: 22px;
    line-height: 1.2em;
    position: relative;
}

.scheduleH401::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 0px;
}

.scheduleH401 span {
    position: relative;
    display: inline-block;
    background-color: #E5E5E5;
    width: 170px;
}

.scheduleH402 {
    overflow: hidden;
    font-size: 18px;
    line-height: 1.2em;
    position: relative;
    padding: 10px;
}

.scheduleH402::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 0px;
}

.scheduleH402 span {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    width: 170px;
}

.scheduleFlex01 {
    display: flex;
    flex-wrap: wrap;
}

.scheduleFlex01:has(:only-child) {
    justify-content: center;
    /* 子が1つしかないときは中央寄せ */
}

.scheduleFlex01 li {
    width: 29.8%;
    height: 130px;
    margin: 20px 30px 20px 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.scheduleFlex01 li:nth-child(3n) {
    margin-right: 0px;
}

.scheduleFlex01 li .p01 {
    font-family: "castellar_MT";
    font-size: 36px;
    line-height: 1.0em;
    letter-spacing: 0.1em;
}

.scheduleFlex01 li .p01 span {
    font-family: "castellar_MT";
    font-size: 18px;
    line-height: 1.0em;
    vertical-align: baseline;
}

.scheduleFlex01 li .p02 {
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 8px;
    letter-spacing: 0.1em;
}

/*----------------------*/

.accessBlock01 {
    padding: 60px 0px 70px 0px;
}

.wmacH301 {
    font-size: 32px;
    line-height: 1.2em;
}

.wmacH3Wrap01 {
    text-align: center;
    margin-bottom: 50px;
}

.wmacH3WrapLine {
    padding-bottom: 20px;
    background-image: url("../img/wmac_briefing/schedule_tit_line01.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

.wmacBannerWrap01 {
    text-align: center;
    margin: 85px auto 0px auto;
}


.contIn1000 {
    width: 1000px;
    margin: 0px auto;
    position: relative;
}

@media screen and (max-width:1000px) {
    .contIn1000 {
        width: auto;
    }

    .scheduleBox01 {
        width: auto;
    }

    .tokuten {
        width: auto;
    }


}

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

    .setsumeikai {
        width: 100%;
    }

    .setsumeikai img {
        width: 100%;
    }

    .flowBlock01 {
        padding: 30px 20px 50px 20px;
        /* text-align: left; */
    }

    .tokuten h2 {
        font-size: 18px;
    }

    .tokuten p {
        font-size: 14px;
    }

    .contText01 {
        font-size: 14px;
        line-height: 1.8em;
        font-weight: 500;
        width: 100%;
    }

    .flowBox01 {
        margin-top: 40px;
        background-color: #E5E5E5;
        padding: 32px 32px 32px 32px;
    }

    .mtBox01 {
        margin-top: 40px;
    }

    .flowFlex01 {
        display: block;
        margin: auto;
        text-align: left;
    }

    .flowFlex01 ul {
        margin-left: 0px;
    }

    .flowFlex01 ul:first-child {
        margin-left: 0px;
    }

    .flowFlex01 ul li {
        font-size: 14px;
        line-height: 2.0em;
        font-weight: 500;
    }

    .flowFlex02 {
        display: block;
    }

    .flowFlex02 li {
        width: auto;
        position: relative;
        text-align: left;
        margin-bottom: 44px;
    }

    .flowFlex02 li::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 9px 0 9px;
        border-color: #666666 transparent transparent transparent;
        position: absolute;
        top: -32px;
        ;
        left: 50%;
        margin-left: -9px;
    }

    .flowFlex02 li:first-child::before {
        display: none;
    }

    .flowFlex02 li img {
        width: 100%;
        height: auto;
    }

    .flowFlex02 li p {
        font-size: 16px;
        line-height: 1.4em;
        font-weight: 500;
        margin-top: 8px;
    }

    .flowFlex02 li p span {
        font-size: 30px;
        line-height: 1.0em;
        font-weight: normal;
        margin-right: 12px;
    }

    /*----------------*/

    .scheduleBlock01 {
        background-color: #E5E5E5;
        padding: 30px 20px 30px 20px;
    }

    .scheduleBox01 {
        margin: 28px auto 0px auto;
        width: auto;
    }

    .tokuten {
        margin: 28px auto 0px auto;
        width: auto;
    }

    .scheduleH401 {
        overflow: hidden;
        font-size: 22px;
        line-height: 1.2em;
        position: relative;
    }

    .scheduleH401::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #707070;
        position: absolute;
        top: 50%;
        left: 0px;
    }

    .scheduleH401 span {
        position: relative;
        display: inline-block;
        background-color: #E5E5E5;
        width: 170px;
    }

    .scheduleH402 {
        overflow: hidden;
        font-size: 14px;
        line-height: 1.2em;
        position: relative;
    }

    .scheduleH402::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #707070;
        position: absolute;
        top: 50%;
        left: 0px;
    }

    .scheduleH402 span {
        position: relative;
        display: inline-block;
        background-color: #ffffff;
        width: 170px;
    }

    .scheduleFlex01 {
        display: block;
    }

    .scheduleFlex01 li {
        width: 83%;
        height: 136px;
        margin: 15px auto 0px auto;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        padding: 10px;
    }

    .scheduleFlex01 li:nth-child(3n) {
        margin-right: auto;
    }

    .scheduleFlex01 li .p01 {
        font-family: "castellar_MT";
        font-size: 50px;
        line-height: 1.0em;
        letter-spacing: 0.1em;
    }

    .scheduleFlex01 li .p01 span {
        font-family: "castellar_MT";
        font-size: 24px;
        line-height: 1.0em;
        vertical-align: baseline;
    }

    .scheduleFlex01 li .p02 {
        font-family: 'Sawarabi Gothic', sans-serif;
        font-size: 16px;
        line-height: 1.6em;
        margin-top: 8px;
        letter-spacing: 0.1em;
    }

    /*----------------------*/

    .accessBlock01 {
        padding: 35px 0px 40px 0px;
    }

    .wmacH301 {
        font-size: 28px;
        line-height: 1.2em;
    }

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

    .wmacH3WrapLine {
        padding-bottom: 20px;
        background-image: url("../img/schedule_tit_line01_sp.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }

    .wmacBannerWrap01 {
        text-align: center;
        margin: 20px auto 0px auto;
        padding: 0px 20px;
    }

    .contIn1000 {
        width: auto;
    }
}

/*----- ACCESS------------*/
.wmac_access_wrap {
    width: 1280px;
    margin: 0 auto;
}

.access_wrap {
    text-align: left;
}

.access_wrap p {
    line-height: 1.6em;
}

@media screen and (max-width: 480px) {
    .access_wrap p {
        line-height: 1.6em;
        font-size: 12px;
    }
}


.access_wrap a:link {
    color: #666666;
    text-decoration: underline;
}

.access_wrap a:visited {
    color: #666666;
    text-decoration: underline;
}

.access_wrap a:hover {
    color: #666666;
    text-decoration: none;
}

.access_wrap a:active {
    color: #666666;
    text-decoration: none;
}


.ttl {
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    height: 80px;
}

.wmac_contant {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-around;
}

.school_pic {
    margin: 100px 0;
}

.school_pic ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.school_pic ul li {
    margin: 20px;
}

.school_pic ul li p {
    font-size: 14px;
    margin-top: 8px;
}

.wmac_add {
    margin-top: 15px;
}

.wmac_add li {
    border-bottom: 1px dotted #a2a1a1;
    font-size: 16px;
    padding: 7px 0;
}

span.name {
    font-weight: bold;
    font-size: 20px;
}

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

    .wmac_contant {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
    }

    .wmac_access_wrap {
        max-width: 800px;
    }

}

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

    .wmac_access_wrap {
        margin: 0 auto;
        width: 100%;
    }

    .g_map {
        text-align: center;
        width: 100%;
    }

    .g_map iframe {
        width: 90%;
        height: 280px;
    }

    .school_pic ul {
        display: block;
    }

    .school_pic {
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    .school_pic ul li {
        margin: 0;
    }

    .school_pic ul li p {
        padding: 3px 0 12px;
        margin-top: 0;
    }

    .wmac_add {
        margin: 20px 0;
        padding: 0 15px;
        text-align: left;
    }

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

    .ttl {
        font-size: 16px;
    }

    .wmac_img {
        padding: 10px 0 30px;
    }

    span.name {
        font-weight: bold;
        font-size: 17px;
    }

}

/*------------------------------------------------------
アコーディオン
------------------------------------------------------*/
/*アコーディオン全体*/
.accordion-area {
    padding-top: 30px;
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

.accordion-area li {
    margin: 10px 0;
}

.accordion-area section {
    border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 3% 50px 3% 3%;
    transition: all .5s ease;
    text-align: left;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;

}

.title::before {
    top: 48%;
    right: 20px;
    transform: rotate(0deg);

}

.title::after {
    top: 48%;
    right: 20px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/
.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
    text-align: left;
}

/*------------------------------------------------------
オーディション
------------------------------------------------------*/

.nagare {
    background-color: #E5E5E5;
    padding-top: 50px;
    padding-bottom: 50px;
}


.timeline2 {
    max-width: 400px;
    /* width: 100%; */
    margin: 50px auto;
    padding: 0 30px;
}

.timeline2 li {
    /*線の起点とするためrelativeを設定*/
    position: relative;
    list-style: none;
    padding: 0 0 40px 30px;
}

/* 丸（数字入り） */
.circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: #666;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.timeline2 dl {
    margin: 0 0 20px 3em;
}

.timeline2 dt {
    font-size: 18px;
}

.timeline2 p {
    font-size: 12px;
}

/*絶対配置で線を設定*/
.border-line2 {
    /*線の位置*/
    position: absolute;
    left: 15px;
    top: 0;
    width: 2px;
    /*線の太さ*/
    height: 0;
    /*はじめは高さを0に*/
    background: #ccc;
    z-index: 1;
}

/* タイムラインの見出し横の丸の位置と形状
.timeline li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 50%;
} */

.audition dt {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: left;
}

.audition dd {
    padding-bottom: 10px;
    text-align: left;
}