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

    Index - トップページ

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

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

    Loading - ローディング

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

#is-loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #071013;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
}


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

    Top - トップ画像

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

.movie-img-box {
    display: flex;
    align-items: center;
    height: 100vh;
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
}

.movie-blk {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}

.movie-blk video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.top-img-box {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-top: 50px;
    margin: 0 auto;
}

.black-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.6);
}

.top-text-box {
    display: block;
}

.top-text-box p {
    font-family: "mongoose", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-style: italic;
    color: #FFFFFF;
    font-size: 8.0rem;
    line-height: 1.0;
}

.top-text-box span {
    color: #FFFFFF;
    display: block;
    font-family: "mongoose", sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

.top-text-box span:before {
    content: 'ー ';
}

.top-text-box span:after {
    content: ' ー';
}


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

    h - hタグ

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

h1 {
    font-family: "mongoose", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-style: italic;
    color: #FFFFFF;
    font-size: 8.0rem;
    line-height: 1.0;
}

h2 {
    text-align: right;
    color: #FFFFFF;
    font-size: 3.2rem;
    font-weight: bold;
}

h3 {
    text-align: left;
    color: #FFFFFF;
    font-size: 3.2rem;
    font-weight: bold;
    padding-left: 32px;
}

h4 {
    text-align: left;
    color: #FFFFFF;
    font-size: 3.2rem;
    font-weight: bold;
}

h5 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}



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

    ABOUT - $QUAREについて

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

#s1 {
    background-color: #FFFFFF;
}

.sub-h {
    display: block;
    text-align: right;
    font-size: 1.4rem;
    color: #FFFFFF;
}

.about-bg-box {
    background-color: #071013;
    padding-bottom: 64px;
}

.about-img-box {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 32px 32px 0 32px;
}

.about-img-box img {
    position: relative;
    z-index: 2;
}

.bg-shapes {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 150px;
    background-color: #551326;
    z-index: 1;
}

.about-title-box {
    padding: 8px 32px;
    max-width: 980px;
    margin: 0 auto;
}

.about-text-box {
    width: calc(100% - 32px);
    max-width: 800px;
    margin: 0 auto;
    padding: 64px 16px;
    text-align: left;
}

.about-catch-copy-text-box {
    margin: 48px auto;
}

.about-catch-copy-text-box p {
    font-size: 1.7rem;
    text-align: center;
    font-style: italic;
}


/* ==================================
    
    INSTRUCTOR - インストラクター

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

#s2 {
    background-color: #333333;
    margin: 0 auto;
    position: relative;
}

@media (width > 980px) {
    #s2 {
        padding: 64px 0 0; 
    }

    h3 {
        text-align: center;
        padding-bottom: 24px;
    }
}

.inst-bg-img-box {
    width: calc(100% - 64px);
    margin: 0 auto;
}

.inst-slide-box {
    background-color: #FFFFFF;
    padding-bottom: 24px;
}

.inst-slide-box img {
    width: 90%;
    margin: 16px auto;
}

.inst-slide-box a.profile-img {
    overflow: hidden;
}

.inst-slide-box a.profile-img img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.inst-name-box a:nth-of-type(1) {
    transition: .4s;
    display: block;
    font-size: 1.6em;
    text-align: center;
    color: #071013;
}

.inst-name-box a:nth-of-type(1):hover {
    transition: .4s;
    color: #551326;
}

a.profile-img img {
    transition: .4s;
}

a.profile-img img:hover {
    transition: .4s;
    background-color: #551326;
}

.inst-name-box {
    position: relative;
}

.inst-name-box img {
    max-width: 60px;
    width: 40px;
    position: absolute;
    top: 0;
    right: 15px;
}

a.inst-link-text {
    transition: .4s;
    display: block;
    color: #071013;
    text-align: center;
    padding: 0 16px;
}

a.inst-link-text:hover {
    transition: .4s;
    color: #551326;
}


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

    MENU - メニュー

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

#s3 {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 32px 16px;
}

.accordion-one {
    max-width: 1024px;
    margin: 0 auto 8px;
}

.accordion-header {
    background-color: #FFFFFF;
    color: #551326;
    font-weight: bold;
    padding: 16px;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition-duration: 0.2s;
    font-size: 1.8rem;
}

.accordion-header span {
    display: block;
    color: #3D3D3D;
    font-size: 1.4rem;
}

.accordion-002 {
    max-width: 700px;
    margin: 0 auto 7px;
    border-radius: 5px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 2em 1em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23551326%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 7px) center;
    background-size: 30px;
    background-repeat: no-repeat;
    color: #551326;
    font-size: 2.2rem;
    font-weight: bold;
    cursor: pointer;
    background-color: #F8F8F8;
}

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

.accordion-002 span {
    position: absolute;
    bottom: 30px;
    color: #3D3D3D;
    font-size: 1.2rem;
}

.accordion-002 summary::before,
.accordion-002 summary::after {
    position: absolute;
    right: calc(2em + 6px);
    width: 3px;
    top: 48px;
    height: 12px;
    border-radius: 5px;
    background-color: #FFFFFF;
    content: '';
}

.accordion-002 summary::before {
    rotate: 90deg;
}

.accordion-002 summary::after {
    transition: rotate .3s;
}

.accordion-002[open] summary::after {
    rotate: 90deg;
}

.accordion-002 .accordion-inner {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 1.5em 1.5em;
    background-color: #F8F8F8;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] .accordion-inner {
    transform: none;
    opacity: 1;
}

.accordion-inner {
/*    display: none;*/
    padding: 32px 32px;
    box-sizing: border-box;
}

.accordion-inner p.txt-a-ac {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .accordion-header {
        text-align: left;
        padding: 16px 64px 16px 16px;
    }
}

.accordion-inner a.icon {
    width: 10%;
    max-width: 50px;
    display: block;
    margin-top: 24px;
    margin-right: 16px;
}

.accordion-inner a.text {
    display: block;
    margin-top: 24px;
    text-decoration: underline;
    color: #071013;
}

.box-one p {
    font-size: 1.4rem;
}

.box-one p.txt {
    font-size: 1.8rem;
}

.box-one p.txt:before {
    content: '●';
}

.box-one .txt:not(:nth-child(1)) {
    padding-top: 48px;
}

.qa-text p:nth-of-type(odd) {
    padding-bottom: 4px;
    color: #AAAAAA;
    font-style: italic;
}

.qa-text p:nth-of-type(even) {
    padding-bottom: 16px;
}

.box-one p a {
    color: #071013;
    transition: .4s;
    text-decoration: underline;
}

.box-one p a:hover {
    color: #551326;
    transition: .4s;
}



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

    EVENT - イベント出演情報

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

.event-title-box .sub-h {
    display: block;
    text-align: left;
    font-size: 1.4rem;
    color: #FFFFFF;
}

.event-bg-box {
    background-color: #071013;
    padding-bottom: 64px;
}

.event-img-box {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 32px 32px 0 32px;
}

.event-img-box img {
    position: relative;
    z-index: 2;
}

.event-title-box {
    padding: 8px 32px;
    max-width: 980px;
    margin:  0 auto;
}

.event-text-box {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 64px 16px;
    text-align: center;
    color: #FFFFFF;
}

.event-detail-box {
    width: 45%;
    margin: 32px auto 8px;
}

.event-detail-box p:nth-of-type(1) {
    margin-top: 24px;
}

.event-detail-box p:nth-of-type(1),
.event-detail-box p:nth-of-type(2) {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4rem;
}

.event-detail-box p:nth-of-type(3) {
    color: #FFFFFF;
    text-align: center;
    padding: 8px 0 24px;
    font-size: 1.4rem;
}

@media (width > 980px) {
    .event-detail-box p:nth-of-type(3) {
        font-size: 1.8rem;
    }
}

.event-detail-box a {
    display: block;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.4rem;
    background-color: #551326;
    transition: .4s;
}

@media (width > 980px) {
    .event-detail-box a {
        padding: 8px 0;
    }
}

.event-detail-box a:hover {
    color: #551326;
    background-color: #FFFFFF;
    transition: .4s;
}



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

    ACCESS - アクセス

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

#s5 {
    background-color: #FFFFFF;
    padding-top: 64px;
    margin-bottom: 0;
}

#s5 .sub-h {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #071013;
}

.access-map-box {
    width: 100%;
    margin: 48px auto;
}

.access-map-box iframe {
    width: 100%;
    margin: 0;
    border: none;
}

.access-text-box {
    text-align: center;
    padding-bottom: 64px;
}

.access-text-box span {
    font-size: 1.3rem;
}


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

    CONTACT - お問い合わせ

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

#s6 {
    background-color: #FFFFFF;
    margin-bottom: 512px;
    padding: 64px 0;
}

#s6 .sub-h {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    color: #071013;
}

.contact-box {
    width: calc(100% - 48px);
    margin: 64px auto;
    max-width: 500px;
    text-align: center;
}

.contact-box a {
    width: 10%;
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.contact-box p {
    margin-top: 48px;
    text-align: center;
}



