@charset "UTF-8";
html, body {
    overflow-x: hidden;
}
#mv {
    position: relative;
    top: 0;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    height: 100vh;
}
#mv .slick-list {
    height: 100%;
    overflow: hidden;
}
#mv .slick-track {
    height: 100%;
}
#mv .slick-slide {
    height: 100%;
    overflow: hidden;
}
#mv .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(80%);
    overflow: hidden;
}
#mv .slick-dots {
    bottom: 20px;
    z-index: 10;
}
#mv .slick-dots li button:before {
    color: #fff;
    opacity: 0.6;
    font-size: 10px;
}
#mv .slick-dots li.slick-active button:before {
    opacity: 1;
}
#mv .mv {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}
#mv .mv_img .mv1 {
    background-image: url(../img/home/waiting_room01_smp.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mv .mv_img .mv2 {
    background-image: url(../img/home/training_room01_smp.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mv .mv_img .mv3 {
    background-image: url(../img/home/waiting_room02_smp.JPG);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
#mv .mv_img .mv4 {
    background-image: url(../img/home/mic.JPG);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
#mv .mv_title {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
    left: 50%;
    top: calc(50% + 30px);
    padding: 0;
    z-index: 2;
    animation: opening 4s ease 1s both;
    border: 1px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
#mv .mv_title svg {
    width: 100%;
    height: 10rem;
}
#mv .mv_title svg .st0 {
    fill: #c00000;
}
@keyframes opening {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.6;
    }
}
#mv .mv_title .btns {
    justify-content: center;
}
/* figureのデフォルト余白を消す（重要） */
#mv .mv_img {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    animation: fadeInBox 6s ease;
    filter: grayscale(80%);
    background-size: cover;
    overflow: hidden;
    transform: translateZ(0);
    isolation: isolate;
}
@keyframes fadeInBox {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#mv .mv_img img.js-mv-parallax {
    display: block;
    width: 100%;
    height: 150%;
    object-fit: cover;
    transform: translate3d(0, 0, 0) scale(1.10);
    transform-origin: center;
    will-change: transform;
}
@media screen and (min-width: 767px) {
    #mv .mv_title svg {
        height: 17rem;
    }
}
@media screen and (min-width: 1024px) {
    #mv {
        height: 100vh;
    }
    #mv .mv_img .mv1 {
        background-image: url(../img/home/waiting_room01.JPG);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #mv .mv_img .mv2 {
        background-image: url(../img/home/training_room01.JPG);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #mv .mv_img .mv3 {
        background-image: url(../img/home/waiting_room02.JPG);
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
    }
    #mv .mv_img .mv4 {
        background-image: url(../img/home/mic_pc.JPG);
        background-size: cover;
        background-position: 80% 100%;
        background-repeat: no-repeat;
    }
    #mv .mv_title {
        background: none;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        width: 100%;
    }
}
/*mvアロー*/
#mv .slick-prev, #mv .slick-next {
    z-index: 10;
    width: 48px;
    height: 48px;
    pointer-events: auto;
}
#mv .slick-prev {
    left: 24px;
}
#mv .slick-next {
    right: 24px;
}
#mv .slick-prev, #mv .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 10;
    cursor: pointer;
}
#mv .slick-prev:before, #mv .slick-next:before {
    color: #fff;
    font-size: 32px;
    opacity: 0.9;
    content: none;
}
#mv .slick-prev::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}
#mv .slick-next::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
}
#mv .slick-prev::after, #mv .slick-next::after {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
#mv .slick-prev:hover::after {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
}
#mv .slick-next:hover::after {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
}
/* about */
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1440px) {}
/* comcept */
#comcept .feauture-contents {
    padding: 8%;
}
#comcept ._container .feauture-contents .heading02 span {
    display: block;
    font-size: .5em;
    opacity: .5;
}
#comcept ._container .feauture-contents .feauture-text p:nth-child(2) {
    margin-bottom: 0;
}
#comcept ._container .feauture-contents .videos video {
    width: 100%;
    margin: 10% 0;
}
#comcept .feauture-contents .feauture-text .btn {
    width: 100%;
}
#comcept .feauture-contents .feauture-text .heading02 {
    letter-spacing: .02em;
    font-family: "Bodoni Moda", serif;
    line-height: 1.5;
}
#comcept .feauture-contents .feauture-text .heading02::first-letter {
    color: #c00000;
    font-size: 2em;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1024px) {
    #comcept .feauture-contents {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
    }
    #comcept .feauture-contents:nth-child(2) {
        flex-direction: row-reverse;
    }
    #comcept .feauture-contents .feauture-text {
        width: 50%;
        padding: 0 5%;
        letter-spacing: 0.2rem;
    }
    #comcept ._container .feauture-contents .videos {
        width: 50%;
    }
}
@media screen and (min-width: 1440px) {}
/* Course */
#course ._container ._box {
    display: flex;
    flex-direction: column;
}
#course ._container ._box ._text {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
#course ._container ._box ._text .price_list {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#course ._container ._box ._text .price_list tbody {
    margin: 0;
    padding: 0;
}
#course ._container ._box ._text .price_list tr {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4%;
}
#course ._container ._box ._text .price_list tr + tr {
    border-top: 1px solid #cfcfcf;
}
#course ._container ._box ._text .price_list tr th {
    font-size: 1.2em;
    font-weight: 500;
}
#course ._container ._box ._text .price_list tr td {
    font-size: 1.3em;
}
#course ._container ._box ._text .attention {
    color: #c00000;
    font-size: .7em;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1024px) {
    #course ._container ._box ._text .price_list tr th {
        font-size: 1.7em;
        font-weight: 500;
    }
    #course ._container ._box ._text .price_list tr td {
        font-size: 1.7em;
    }
    #course ._container ._box ._text .attention {
        color: #c00000;
        font-size: .9em;
        padding: 5%;
    }
}
@media screen and (min-width: 1440px) {}
/* #works  */
#works ._container .heading01 {}
#works ._container .heading01 + .btns {
    margin-top: .5em;
}
#works ._container ._box ._box_child:first-child {
    width: 50%;
}
#works ._container ._box ._box_child .photos {
    display: flex;
}
#works ._container ._box ._box_child .photos img {
    margin: 3px;
}
#works ._container ._box ._box_child ._img {
    overflow: hidden;
}
#works ._container ._box ._box_child .text {
    padding-top: 8%;
}
#works ._container ._box ._box_child .text .heading02 {
    font-size: 2.5em;
    font-family: "Bodoni Moda", serif;
    line-height: 1.4;
}
#works ._container ._box ._box_child .text .heading02 .en {
    color: #c00000;
    font-size: 1.5em;
}
#works ._container ._box ._box_child .text .heading02 .role {
    font-size: .5em;
    display: block;
}
#works ._container ._box ._box_child .text .heading02 .sub {
    font-size: .5em;
    display: block;
    color: #ccc;
}
#works ._container ._box ._box_child .text .heading02 .age {}
#works ._container ._box ._box_child .text .heading02, #works ._container ._box ._box_child .text .heading03 {
    font-weight: normal;
}
#works ._container ._box ._box_child .text .heading03 {
    font-size: 2rem;
    margin-top: 8%;
    font-family: "Bodoni Moda", serif;
    border-bottom: 1px solid #222;
}
#works ._container ._box ._box_child .text .heading03::first-letter {
    color: #c00000;
    font-size: 1.5em;
}
#works ._container ._box ._box_child .text ._list {
    margin-top: 1em;
    padding-left: 4%;
}
#works ._container ._box ._box_child .text ._list ._item {
    list-style: disc;
}
#works ._container ._box ._box_child .text .btns {
    margin-top: 0;
}
#works ._container ._box ._box_child .text .btns .btn_type01 {
    position: relative;
    display: block;
    outline: 0;
    cursor: pointer;
    background: none;
    font-size: 2rem;
}
#works ._container ._box ._box_child .text .btns .btn_type01 .open {
    display: block;
}
#works ._container ._box ._box_child .text .btns .btn_type01.on-click .open {
    display: none;
}
#works ._container ._box ._box_child .text .btns .btn_type01 .close {
    display: none;
}
#works ._container ._box ._box_child .text .btns .btn_type01.on-click .close {
    display: block;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1024px) {
    #works ._container ._box ._box_child .text p {
        line-height: 220%;
    }
    #works ._container ._box ._box_child:first-child {
        width: 40%;
    }
    #works ._container ._box ._box_child .photos {
        justify-content: space-between;
    }
}
@media screen and (min-width: 1440px) {}
/* FAQ */
#faq ._container .heading01 {
    padding-bottom: 0;
}
#faq ._container ._box .accordion_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#faq ._container ._box .accordion_container {
    background: #fff;
    overflow: hidden;
    width: 100%;
    margin-top: 2em;
}
#faq ._container ._box .accordion_container .accordion-item:not(:first-child) {
    border-top: 1px solid #cfcfcf;
}
#faq ._container ._box .accordion_container .accordion-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4%;
    color: inherit;
    transition: .5s all;
}
#faq ._container ._box .accordion_container .accordion-link h3 {
    display: block;
    font-size: .9em;
    font-weight: 400;
    width: 100%;
}
#faq ._container ._box .accordion_container .accordion-link h3::before {
    color: #c00000;
    content: "Q";
    padding-right: .3em;
}
#faq ._container ._box .accordion_container .accordion-link svg {
    transition: .5s all;
}
#faq ._container ._box .accordion_container .accordion-link div {
    display: flex;
    flex-direction: column;
}
#faq ._container ._box .accordion_container .answer {
    background: #fafafa;
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: .5s all;
}
#faq ._container ._box .accordion_container .answer p {
    line-height: 1.5;
    font-size: .8em;
}
#faq ._container ._box .accordion_container .accordion-item.active .answer {
    max-height: 100%;
    padding: 4%;
}
#faq ._container ._box .accordion_container .accordion-item.active .accordion-link svg {
    transform: rotate(180deg);
    transition: .5s all;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1024px) {}
@media screen and (min-width: 1440px) {}
/* location */
#location .heading01 {
    padding-bottom: 0;
}
#location ._container ._box ._map {
    margin-top: 2em;
}
#location ._container ._box ._map iframe {
    width: 100%;
    height: 50vh;
}
#location ._container ._box ._text ._list ._item {
    padding: 4%;
}
#location ._container ._box ._text ._list ._item:not(:first-child) {
    font-size: .7em;
}
#location ._container ._box ._text ._list ._item + ._item {
    border-top: 1px solid #cfcfcf;
}
@media screen and (min-width: 767px) {}
@media screen and (min-width: 1024px) {
    #location ._container ._box ._text ._list ._item + ._item {
        font-size: 16px;
    }
}
@media screen and (min-width: 1440px) {}
/* contact */
#contact {
    background: url("../img/home/contact01.JPG");
    background-size: cover;
    position: relative;
    height: 40vh;
    height: 40svh;
    height: 40dvh;
}
#contact ._box {
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 2;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(-10px);
    backdrop-filter: blur(-10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 767px) {
    #contact ._box {
        padding: 0 15%;
        height: 24rem;
    }
}
@media screen and (min-width: 1024px) {
    #contact {
        height: 500px
    }
}
@media screen and (min-width: 1440px) {}