@charset "UTF-8";
/*=====================
common
=======================*/

:root {
    --golden-ratio: 1.618 / 1;
    --baseColorA: #EFEDE6;
    --baseColorB: rgba( 205, 195, 161, 0.2);
    --baseColorC: #EAE8E1;
    --mainColor: #CDC3A1;
}

.mb24 {
    margin-bottom: 24px;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP","Karma","Jaldi",serif,sans-serif;
    color: #4D4D4D;
    background-color: var(--baseColorA);
    line-height: 1.5;
    font-size: 1.6rem;
    overflow-x: hidden;
}

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

.titleBox {
    position: relative;
}

.title_sub {
    font-family: Jaldi;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.32px;
    position: relative;
    z-index: 20;
}

.title {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 30;
}

.decoration {
    color: var(--mainColor);
    font-family: Karma;
    font-size: 6.0rem;
    font-weight: 400;
    letter-spacing: -1.8px;
    opacity: 0.3;
    position: absolute;
    top: 3px;
}
.readTxt {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 32px;
}
.mono img {
    filter: grayscale(1);
}

/* 各セクションのタイトル */
@media screen and (min-width:769px) {
    .titleBox {
        margin-bottom: 90px;
    }
    .title_sub {
        font-size: 2.4rem;
    }

    .title {
        font-size: 3.2rem;
        letter-spacing: 0.96px;
        margin-top: 8px;
    }

    .decoration {
        font-size: 15rem;
        letter-spacing: -6px;
        margin-top: -30px;
    }
}



/*=====================
header
=======================*/

.mainVisual_pc {
    display: none;
}

.header {
    padding: 16px 15px 29px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    font-family: Jaldi;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
}

.rogo {
    font-family: Jaldi;
    font-size: 2.5rem;
    letter-spacing: 1.25px;
    line-height: 1;
    position: relative;
    z-index: 110;
}

.rogo span {
    font-family: Jaldi;
    font-size: 1.3rem;
    letter-spacing: -0.39px;
}

.sukima {
    margin-left: 2px;
}

/* nav初期表示 */
.nav {
    background: rgba(239, 237, 230, 0.90);
    width: 100%;
    height: 100vh;
    padding: 16px 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;
}

.nav_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.close {
    font-family: Jaldi;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
}

.nav_box {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.nav_item {
    font-size: 1.7rem;
    letter-spacing: 1.36px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}

.nav_item:nth-child(6) {
    margin-bottom: 0;
}

.nav_item::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: var(--mainColor);
    margin-right: 9px;
}

.sns_logo {
    display: flex;
    align-items: flex-end;
}

.yt_rogo {
    margin-right: 17px;
}

.fb_rogo {
    margin-right: 24px;
}

.nav.active {
    transform: translateX(0);
}

.live-banner {
    width: 170px;
    height: auto;
}

/* header pc */
@media screen and (min-width:1440px) {
    .header {
        padding: 49px 80px 0 80px;
        position: relative;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        transform: translateX(0);
        padding: 0;
        position: absolute;
        width: 260px;
    }

    .nav_header,.nav_btn,.header__btn,.sns_logo {
        display: none;
    }

    .nav_item::before {
        content: none;
    }

    .nav_box {
        margin: 165px 0 0 80px;
    }
}
@media screen and (min-width:769px) {
    .live-banner {
        width: 215px;
        height: auto;
    }
}

/*=====================
article header
=======================*/
.title_box {
    writing-mode: vertical-rl;
    margin: 0 0 0 auto;
    padding-right: 15px;
    position: relative;
    z-index: 10;

}

.neme_sub {
    writing-mode: horizontal-tb;
}

.sub_box {
    display: flex;
    color: #FFF;
    font-family: Karma;
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 1.12px;
}

.sub_title01 span,.name span {
    color: #4D4D4D;
}

.sub_title02 {
    margin-top: 5px;
}

.name_box {
    display: flex;
    align-items: center;
}

.name {
    color: #FFF;
    font-size: 6.0rem;
    letter-spacing: 7px;
    margin-top: -8px;
}
.name {
    color: #4D4D4D;
    font-size: 8.0rem;
    letter-spacing: 15px;
    margin-top: 0px;
}

.neme_space {
    margin-top: 15px;
    color: #FFF;
    font-size: 6.0rem;
    letter-spacing: 7px;
}

.neme_sub {
    color: #FFF;
    font-family: Karma;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
}

.mainVisual {
    margin-top: -210px;
    text-align: center;
}

.mainContent {
    padding: 0 15px;
   
    position: relative;
    top: -30px;
   
}

.sub_content {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    justify-content: center;
    margin-top: 5px;
}

/* pickUpLive */
.pickUpLive {
    padding: 0 15px;
    display: flex;
}

.pickUpLive {
    width: 360px;
    height: 60px;
    border: 1px solid #4D4D4D;
    background: var(--mainColor);
    padding: 10px;
    align-items: center;
    margin: 0 auto;
}

.P_title {
    font-family: Jaldi;
    font-size: 2.0rem;
    letter-spacing: 1px;
    text-align: center;
    padding-right: 8px;
    display: flex;
    border-right: solid 2px #000;
    margin-right: 10px;
    line-height: 1.2;
}

/* .P_title::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 40px;
    background-color: #4D4D4D;
    margin-left: 14px;
} */

.date {
    display: flex;
    color: #FFF;
    font-size: 1.6rem;
    width: 60px;
    justify-content: space-between;
    position: relative;
}

.date::before {
    content: '';
    display: inline-block;
    border-right: solid 2px;
    transform: rotate(40deg);
    position: absolute;
    left: 20px;
    height: 50px;
}

.month {
    font-size: 2.0rem;
    width: 25px;
    text-align: center;
}

.day {
    font-size: 2.5rem;
    margin-top: 20px;
            width: 32px;
        text-align: center;
}

.detail {
    font-size: 1.6rem;
    margin-left: 8px;
}

.detail p:first-child {
    font-size: 1.2rem;
}

.yotuya {
    margin-top: 8px;
}

/* 新着情報 */
.top_news {
    width: 170px;
    height: 50px;
    background-color: #4D4D4D;
    display: flex;
    align-items: center;
    padding: 20px 25px;
}

.top_news p {
    color: #FFF;
    font-size: 1.7rem;
    letter-spacing: 0.51px;
}

.icon_beru {
    margin-right: 15px;
    width: 18px;
    height: 18px;
}

/* 阿部泉について */
.about_AbeIzumi {
    width: 170px;
    height: 50px;
    background-color: #5BA468;
    display: flex;
    align-items: center;
    padding: 10px;
}

.rubi {
    color: #FFF;
    font-size: 1.0rem;
    letter-spacing: 1px;
}

.about_name {
    color: #FFF;
    font-size: 1.8rem;
    margin-top: 2px;
    margin-right: 5px;
}

.about_name span {
    font-size: 1.3rem;
}

.news_icon {
    width: 30px;
    height: 25px;
}

/* 生徒募集中 */
.recruitment {
    width: 170px;
    height: 50px;
    background: #00749B;
    display: flex;
    align-items: center;
    padding: 10px 12px;
}

.recruitment_title {
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 5.6px;
    background-image: radial-gradient(circle, #ffffff 0.5px, transparent 0.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 3px 1px;
    padding-bottom: 5px;
}

.recruitment_txt {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 4px;
}

.icon_guitar {
    width: 27px;
    height: 27px;
    margin-right: 10px;
}

/* Live!? */
.Live {
    width: 170px;
    height: 50px;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 10px 9px 10px 0;
    text-align: center;
}

.Live_img {
    width: 48px;
    height: 50px;
}

.on_sale {
    font-family: Jaldi;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    margin-left: 13px;
}

.on_sale span {
    font-size: 2.3rem;
    letter-spacing: 2.3px;
}

/* article pc */
@media screen and (min-width: 769px) {
    .sub_box {
        font-size: 2.5rem;
        line-height: 32px;
        letter-spacing: 1.5px;
        color: #4D4D4D;
    }
    .sub_title02 {
        margin-top: 12px;
    }
    .neme_space {
        margin-top: 20px;
        color: #4D4D4D;
        font-size: 8.0rem;
        letter-spacing: 7px;
    }
    .neme_sub {
        color: #4D4D4D;
        font-size: 2.5rem;
        letter-spacing: 1.25px;
        margin-top: 35px;
    }
    .article_heder {
        margin-top: -49px;
    }
    .title_box {
        padding-right: 62px;
        width: 163px;
    }
    .name_box {
        margin-top: 50px;
        padding-right: 10px;
    }
    .mainVisual {
        margin-top: -467px;
    }

    /* バナーまとめ */
    .mainContent {
        display: flex;
        padding: 0 80px;
        justify-content: space-between;
        top: -68px;
    }

    .sub_content {
        display: grid;
        gap: 8px;
        margin-top: -235px;
        align-content: center;
    }
    
    .pickUpLive {
        margin: 0;
        width: 400px;
        height: 90px;
    }

    .P_title {
        font-size: 2.8rem;
    }
/* 
    .P_title::after {
        margin-left: 10px;
        height: 50px;
    } */

    .month {
        font-size: 2.2rem;
    }

    .day {
        font-size: 2.8rem;
        margin-top: 25px;
    }

    .detail {
        font-size: 1.9rem;
        margin-left: 9px;
    }

    .date::before {
        height: 54px;
        left: 25px;
    }

    .top_news {
        width: 215px;
        height: 75px;
        padding: 20px 28px;
    }

    .icon_beru {
        width: 24px;
        height: 24px;
    }

    .top_news p {
        font-size: 2.4rem;
    }

    .about_AbeIzumi {
        width: 215px;
        height: 75px;
        padding: 12px 14px;
    }

    .rubi {
        font-size: 1.1rem;
        letter-spacing: 3px;
    }

    .about_name {
        font-size: 2.4rem;
        margin-top: 8px;
        margin-right: 5px;
    }

    .about_name span {
        font-size: 1.6rem;
    }

    .news_icon {
        width: 36px;
        height: 25px;
    }

    .recruitment {
        width: 215px;
        height: 75px;
        padding: 15px px;
    }

    .icon_guitar {
        width: 36px;
        height: 27px;
        margin-right: 10px;
    }

    .recruitment_title {
        font-size: 2.1rem;
        letter-spacing: 6px;
        padding-bottom: 7px;
        width: 135px;
    }

    .recruitment_txt {
        font-size: 1.5rem;
        margin-top: 5px;
    }

    .Live {
        width: 215px;
        height: 75px;
        padding: 10px 3px 10px 0;
    }

    .Live_img {
        width: auto;
        height: auto;
    }

    .on_sale {
        font-size: 1.7rem;
        letter-spacing: 1.2px;
        margin-left: 5px;
    }

    .on_sale span {
        font-size: 3.2rem;
        letter-spacing: 3.2px;
        line-height: 1.25;
    }
}

/*=====================
movie_sound
=======================*/
.movie_sound_txt {
    margin-top: 28px;
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    padding-left: 30px;
}

.movie_sound {
    margin-top: 70px;
    padding: 0 15px;
    display: grid;
    justify-content: center;
}
.YouTube-item iframe {
    width: 100%;
    aspect-ratio: 400 / 220;
}

div[class^="YouTube"]:not(.YouTube_link){
    max-width: 400px;
    width: 100%;
}

.YouTube-item {
    margin-top: 40px;
    padding: 0 30px;
}

.title_01,.title_03 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.32px;
    margin-top: 18px;
    padding: 0 15px;
    border-left: 3px solid var(--mainColor);
    word-wrap: break-word;
}

.co-star {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 18px;
    padding: 0 0 0 18px;
}

.co-star_name {
    margin: 24px 0 0 13px;
}

/* .YouTube02,.YouTube03 {
    margin-top: 80px;
    padding: 0 30px;
} */
.YouTube-item:nth-of-type(2),
.YouTube-item:nth-of-type(3) {
    margin-top: 80px;
    padding: 0 30px;  
}

.title_02 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.48px;
    margin-top: 18px;
    padding: 0 15px;
    border-left: 3px solid var(--mainColor);
}

.title_01 span {
    margin-left: 15px;
}

.YouTube_link {
    margin-top: 72px;
    position: relative;
}

.arrow {
    position: absolute;
    top: -45px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

/* ==アカウントのぐるぐる ======================*/
.guruguru {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 500;
    animation: donut-spin 10s linear infinite;
}

.guruguru svg {
    overflow: visible;
}

.guruguru path {
    fill: none;
}

.guruguru text {
    fill: #4D4D4D;
  }

@keyframes donut-spin {
    to {
      transform: rotate(0.5turn);
    }
}   
/* ======================================= */

.account {
    display: flex;
    margin-top: 25px;
    justify-content: center;
    padding-left: 20px;
    align-items: flex-end;
}

.account_txt {
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    margin-right: 8px;
    border-bottom: solid 1px #4D4D4D;
    padding-bottom: 6px;
}

@media screen and (min-width: 769px) {
    .movie_sound {
        padding: 0 130px 0 140px;
        justify-content: normal;
        margin-top: 150px;
        position: relative;
        height: 960px;
    }   

    .movie_sound_txt {
        font-size: 1.6rem;
        padding-left: 235px;
        margin-top: -20px;
        position: relative;
        z-index: 30;
    }

    .movie_sound_txt br {
        display: none;
    }

    .YouTube-item {
        position: absolute;
        margin-top: 0;
        padding: 0;
        left: 210px;
        top: 200px;
    }

    .YouTube-item:nth-of-type(2) {
        position: absolute;
        margin-top: 0;
        padding: 0;
        left: 830px;
        top: 340px;
    }

    .YouTube-item:nth-of-type(3) {
        position: absolute;
        margin-top: 0;
        padding: 0;
        left: 300px;
        top: 630px;
    }

    .sp_br {
        display: none;
    }

    .YouTube_link {
        position: absolute;
        right: 90px;
        bottom: 0px;
    }    

    .account {
        margin-top: 50px;
    }
}

/*=====================
news
=======================*/
.news {
    margin-top: 70px;
    padding: 0 15px;
}

.news_box {
    margin: 32px 30px 0 30px;
    padding: 46px 23px;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: var(--mainColor);
}

.information_01 {
    padding-top: 40px;
    border-bottom: solid 1px var(--mainColor);
}

.information_01:first-child{
    padding-top: 0;
}

.information_01:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.information_01:last-child .content{
    padding-bottom: 0;
}

.information_date {
    font-family: Jaldi;
    font-size: 1.6rem;
    border-right: 0.5px solid #4D4D4D;
    padding-right: 15px;
}

.class {
    color: #FFF;
    font-family: Jaldi;
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    background-color: var(--mainColor);
    border-radius: 3px;
    width: 80px;
    height: 18px;
    text-align: center;
    margin-left: 15px;
    padding: 1px;
    line-height: 1;
}

.content {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-top: 20px;
    /* border-bottom: solid 1px var(--mainColor) ; */
    padding-bottom: 27px;
}


.dateBox {
    display: flex;
}

@media screen and (min-width: 769px) {
    .news {
        padding: 0 210px;
        margin-top: 37px;
    }

    .news_box {
        max-width: 900px;
        padding: 63px 106px;
        margin: 150px auto 0;
    }

    .information_01 {
        display: flex;
        align-items: center;
        border-bottom: solid 1px var(--mainColor);
        padding-bottom: 40px;
    }

    .information_date {
        font-size: 1.8rem;
        height: 20px;
    }

    .class {
        font-size: 1.8rem;
        width: 95px;
        height: 25px;
        padding: 4px;
    }

    .content {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-left: 110px;
        margin-top: 0;
        border: none;
        padding-bottom: 0;
    }

    .arrow {
        top: -70px;
    }
}

/*=====================
Schedule
=======================*/
.Schedule {
    margin-top: 100px;
    padding: 0 15px;
}

.ScheduleBox {
    margin: 30px 30px 0 30px;
    padding: 45px 30px 35px 30px;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: var(--mainColor);
}

.Schedule_title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-align: center;
    position: relative;
}

.Schedule_title::before {
    content: '';
    display: inline-block;
    border-bottom: solid 2px var(--mainColor);
    width: 60px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
}

.Schedule_content {
    /* display: flex; */
    margin-top: 50px;
    /* align-items: baseline; */
}

.Schedule_content_map {
    margin-top: 42px;
}

.item {
    font-size: 1.5rem;
    border-left: solid 2px var(--mainColor);
    padding-left: 8px;
}

.dete_time {
    margin: 24px 0 0 13px;
}

.Schedule_dete {
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.9px;
}

.Schedule_dete span {
    font-size: 1.8rem;
}

.Schedule_time {
    text-align: justify;
    font-family: Jaldi;
    font-size: 1.6rem;
    margin-top: 12px;
}

.Schedule_time span {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
}

.name_list {
    font-size: 1.6rem;
    margin: 24px 0 0 13px;
}

.name_list p {
    margin-top: 15px;
    line-height: 1.4;
}

.name_list p:first-of-type {
    margin-top: 0;
}

.DS {
    padding-right: 11px;
    font-size: 1.6rem;
}

.PF {
    padding-right: 13px;
    font-size: 1.6rem;
}

.B {
    padding-right: 20px;
    font-size: 1.6rem;

}

.Schedule_tax {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    margin: 24px 0 0 13px;    
}

.Schedule_txt {
    margin-top: 16px;
}

.map {
    max-width: 240px;
    aspect-ratio: 240 / 150;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.map_txt {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    margin: 24px 0 0 13px;
}

/* スケジュールボタン */
.Schedule_btn {
    margin-top: 36px;
}

.reservation {
    font-size: 1.5rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

.reservation::before,
.reservation::after {
    content: '';
    background-color: #4D4D4D;
    width: 15px;
    height: 1px;
}

.reservation::before {
    margin-right: 8px;
    transform: rotate(60deg);
}

.reservation::after {
    margin-left: 8px;
    transform: rotate(-60deg);
}

/* ボタン装飾 */
.button-1 {
    color: #FFF;
    font-size: 2.0rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    max-width: 360px;
    margin: 17px auto;
    border-radius: 3px;
    background-color: #5ba468;
}

/* ボタン矢印 */
.button-1::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 31px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

@media screen and (min-width: 769px) {
    .Schedule {
        padding: 0 210px;
        margin-top: 154px;
    }

    .ScheduleBox {
        max-width: 900px;
        margin: 150px auto 0;
        padding: 42px 50px 34px 50px;
    }

    .Schedule_inbox {
        display: flex;
        gap: 0 100px;
    }

    .Schedule_title {
        font-size: 2.0rem;
        letter-spacing: 2px;
    }

    .item {
        font-size: 1.5rem;
    }

    .Schedule_dete {
        font-size: 2.4rem;
    }

    .Schedule_dete span {
        font-size: 2.4rem;
    }

    .Schedule_time {
        font-size: 2.0rem;
        margin-top: 0;
        padding-left: 20px;
    }

    .Schedule_time span {
        font-size: 2.0rem;
        padding-right: 10px;
    }

    .dete_time {
        display: flex;
        align-items: baseline;
    }

   .Schedule_content {
    display: block;
    margin-top: 35px;
   }

   .name_list {
    font-size: 2.0rem;
    display: flex;
   }

   .name_list p {
    margin-top: 0;
    padding-left: 30px;
   }

   .name_list p:first-of-type {
    padding-left: 0;
   }

   .name_listBox {
    margin-top: 15px;
    padding-left: 8px;
   }

   .PF,.B {
    padding-right: 11px;
   } 

   .Schedule_tax {
    padding-left: 8px;
    margin-top: 14px;
    font-size: 2.0rem;
   }

   .Schedule_content_map {
    margin-top: 52px;
   }

   .Schedule_txt {
    display: block;
   }

   .map_txt {
    font-size: 2.0rem;
    padding-left: 8px;
    margin-top: 12px;
   }

   .Schedule_btn {
    margin-top: 60px;
   }
}

/*=====================
voice
=======================*/
.voice {
    margin-top: 120px;
    padding: 0 15px;
}

.TR {
    text-align: center;
}

.TR img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}


.voiceBox_01 {
    margin: 30px 30px 0 30px;
    padding: 30px 21px;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: var(--mainColor);
}

.voice_name {
    font-size: 1.6rem;
    margin-top: 28px;
    text-align: center;
}

.voice_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 39px;
    line-height: 1.5;
}

.voice_title + p {
    font-size: 1.6rem;
    margin-top: 30px;
    line-height: 1.8;
}

.pc_br {
    display: none;
}

.site_rink {
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: var(--mainColor);
    display: flex;
    width: 200px;
    padding: 10px 5px 10px 8px;
    align-items: flex-end;
    margin: 28px 0 0 auto;
}

.rink_name {
    font-family: Jaldi;
    font-size: 1.4rem;
    line-height: 16px;
    letter-spacing: 0.1px;
}

.link_img {
    padding-left: 7px;
}

/* arrow */
.slider-img img {
    height: auto;
    width: 100%;
  }
  .slide-arrow {
    bottom: 0;
    cursor: pointer;
    margin: auto;
    position: absolute;
    top: -15px;
    width: 30px;
  }
  .prev-arrow {
    left: -5px;
  }
  .next-arrow {
    right: -5px;
  }

@media screen and (min-width: 769px) {
    .voice {
        padding: 0 210px;
        margin-top: 154px;
    }

    .voiceBox_01 {
        margin: 150px 0 0 0;
        padding: 91px 30px 28px 67px;
        background-position: 94% 100%;
        background-size: auto;
    }

    .slider {
        max-width: 900px;
        margin: 0 auto;
    }

    .TR img {
        width: 140px;
    }

    .pc_br {
        display: block;
    }

   .voice_img_txt {
    display: flex;
    gap: 48px;
   }

   .voice_img_txt div:nth-child(2) {
    width: 450px;
   }

   .voice_title {
    font-size: 2.0rem;
    margin-top: 0;
    line-height: 1.5;
    letter-spacing: 0.6px;
    }

    .voice_title + p {
        font-size: 1.8rem;
        margin-top: 44px;
        line-height: 1.8;
    }

    .site_rink {
        width: 236px;
        padding: 10px 12px 9px 13px;
        align-items: baseline;
    }

    .link_img {
        padding-left: 13px;
    }

    .voice_name {
        margin-top: 16px;
    }

    .slide-arrow {
        top: 182px;
        width: 40px;
      }
      .prev-arrow {
        left: -60px;
      }
      .next-arrow {
        right: -60px;
      }

}

/*=====================
Live_record
=======================*/
.Live_record {
    margin-top: 100px;
    padding: 0 15px;
}

/* タブ -----------------------------*/
.tab-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin-top: 32px;
    gap: 0 15px;
}

.tab-1 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 8px 11px;
    border-top: 3px solid var(--mainColor);
    border-radius: 0;
    background-color: rgba(205, 195, 161, 0.2);
    color: #4D4D4D;
    font-size: 1.6rem;
    text-align: end;
    cursor: pointer;
    border-radius: 3px 3px 0 0;
}

.tab-1 > label:hover {
    opacity: .8;
}

.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #fff;
    border-color: var(--mainColor) #fff #fff;
    border-style: solid;
    border-width: 3px 0px 1px;
    color: #4D4D4D;
}

.tab-1 label:has(:checked) + div {
    display: block;
}
/* ------------------------------------ */

.live_bg {
    background-image: url(assets/img/Record_bg_Sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 46px 30px 54px 30px;
}

.live_date {
    font-size: 1.4rem;
}

.live_title {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.54px;
    margin-top: 20px;
}

.LiveRecord_img {
    margin-top: 26px;
    max-width: 380px;
}

.LiveRecord_img + p {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin-top: 32px; 
}

.live_txt {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.16px;
    margin-top: 32px;
}

.Live_record h5 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-right: 27px;
}

.Lr_decoration {
    display: flex;
}

.Lr_decoration::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #4D4D4D;
    margin-right: 5px;
    margin-top: 5px;
}

.song {
    /* display: flex; */
    margin-top: 56px;
}

.song_decoration {
    display: flex;
}

.song_1st,.song_2st {
    font-family: Jaldi;
    font-size: 1.8rem;
}

.song_title {
    font-family: Jaldi;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 24px 0 0 13px; 
}

.song_1st_txt,.song_2st_txt {
    font-family: Jaldi;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 18px;
}

.song_2st {
    margin-top: 50px;
}

.co-star_box {
    margin-top: 70px;
    /* display: flex; */
}

.co-star_name p {
    font-size: 1.6rem;
    margin-top: 21px;
}

.co-star_name p:first-of-type {
    margin-top: 0;
}

.place {
    margin-top: 70px;
    flex-direction: column;
}

.place p {
    font-size: 1.6rem;
    margin-left: 16px;
    margin: 24px 0 0 13px;
}

@media screen and (min-width: 769px) {
    .Live_record {
        padding: 0 210px;
        margin-top: 224px;
    }

 /* タブPC -----------------------------------*/
    .tab-1 {
        margin: 125px auto 0;
        max-width: 900px;
        gap: 0 10px;
    }

    .tab-1 > label {
        max-width: 110px;
        padding: 12px 11px 8px 11px;
    }
/*----------------------------------------- */
    .live_bg {
        max-width: 900px;
        padding: 88px 43px 44px 48px;
        background-image: url(assets/img/record_bg_Pc.png);
        background-size: cover;
    }

    .live_date {
        font-size: 1.8rem;
    }

    .live_title {
        font-size: 3.2rem;
    }

    .LiveRecord_img + p {
        font-size: 1.8rem;
        margin-top: 58px;   
    }

    .live_txt {
        font-size: 1.8rem;
        margin-top: 58px;
    }

    .Live_record_imgBox {
        display: flex;
        flex-direction: row-reverse;
        gap: 63px;
    }

    .LiveRecord_img {
        flex:none;
        margin-top: -70px;
    }

    .song {
        display: block;
        margin: 77px 82px 0 0;

    }

    .song_1st_txt, .song_2st_txt,.song_2st {
        margin-top: 0;
    }

    .song_1st_txt {
        margin-right: 31px;
    }

    .song_1st, .song_2st {
        margin-right: 28px;
    }

    .song_pc_flex {
        display: flex;
    }

    .co-star_box {
        margin-top: 77px;
        display: block;
    }

    .place {
        margin-top: 39px;
        flex-direction: row;
    }



}

/*=====================
Works
=======================*/
.Works {
    margin-top: 100px;
    padding: 0 15px;
}

.Works_bg {
    margin-top: 60px;
}

.bassist_img {
    width: 70%;
    margin: 0 0 0 auto;
}

.Works_txt_box {
    width: 325px;
    margin: 0 0 0 auto;
}

.Works_title_01 {
    display: flex;
    margin-top: 45px;
    align-items: center;
    justify-content: flex-end;
}

.Works_title_01 h4 {
    font-family: Jaldi;
    font-size: 3.5rem;
}

.Works_title_01 span {
    color: #5BA468;
}

.Works_title_sub_01 {
    color: #5BA468;
    font-size: 1.6rem;
    padding-left: 20px;
    padding-right: 3px;
}

.WorksTxt_title_01 {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 45px;
}

.Works_txt_01 {
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 15px;
}

.button-2 {
    margin: 40px 0 0 auto;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 55px;
    border-radius: 3px;
    background-color: #5ba468;
}

/* ボタン矢印 */
.button-2::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 112px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.Works_Instructor {
    margin-top: 118px;
}

.Insuructor_img {
    width: 70%;
    margin: 0 auto 0 0;
}

.Works_title_02 {
    display: flex;
    margin-top: 66px;
    align-items: center;
    justify-content: flex-start;
}

.Works_title_02 h4 {
    font-family: Jaldi;
    font-size: 3.5rem;
}

.Works_title_02 span {
    color: #00749B;
}

.Works_title_sub_02 {
    color: #00749B;
    font-size: 1.6rem;
    line-height: 1.25;
    padding-left: 20px;
}

.title_base {
    font-size: 2.0rem;
    font-weight: 500;
    margin-top: 43px;
}

.title_dtm {
    font-size: 2.0rem;
    font-weight: 500;
    margin-top: 26px;
}

.Works_txt_02 {
    font-size: 1.6rem;
    margin-top: 16px;
    line-height: normal;
    margin-left: 15px;
}

.Works_decoration_01,.Works_decoration_02 {
    display: flex;
}

.Works_decoration_01::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #00749B;
    margin-right: 8px;
    margin-top: 50px;
}

.Works_decoration_02::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #00749B;
    margin-right: 8px;
    margin-top: 33px;
}

.button-3 {
    margin: 26px 0 0 0;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 330px;
    height: 55px;
    border-radius: 3px;
    background-color: #00749B;
}

/* ボタン矢印 */
.button-3::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 112px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

@media screen and (min-width: 769px) {
    .Works {
        padding: 0 210px;
        margin-top: 185px;
    }

    .bassist {
        display: flex;
        flex-direction: row-reverse;
        gap: 150px;
        justify-self: start;
        margin-top: 150px;
    }

    .Works_title_01 {
        font-size: 3.6rem;
        margin-top: 0;
        justify-self: start;
    }

    .Works_title_sub_01 {
        font-size: 1.8rem;
    }

    .WorksTxt_title_01 {
        font-size: 2.6rem;
        margin-top: 40px;
        line-height: 1.5;
    }
    
    .bassist_img {
        width: 100%;
    }

    .Works_txt_box {
        width: auto;
    }

    .Works_txt_01 {
        margin-top: 20px;
    }

    .button-2 {
        margin: 35px 0 0 0;
    }

    .Insuructor {
        display: flex;
        gap: 98px;
        justify-content: end;
    }

    .Works_Instructor {
        margin-top: 278px;
    }

    .Works_title_02 h4 {
        font-size: 3.6rem;
    }

    .Works_title_02 {
        margin-top: 0;
        font-size: 3.6rem;
    }

    .title_base {
        font-size: 2.6rem;
        margin-top: 45px;
    }

    .title_dtm {
        font-size: 2.6rem;
        margin-top: 41px;
    }

    .Works_txt_02 {
        margin-top: 25px;
        margin-left: 15px;
    }

    .Insuructor_img {
        width: 100%;
    }

    .button-3 {
        margin-top: 45px;
    }

    .Works_decoration_01::before  {
        margin-top: 57px;
    }

    .Works_decoration_02::before {
        margin-top: 52px;
    }
}

/*=====================
Contact
=======================*/
.Contact {
    margin-top: 130px;
}

.Contact::before {
    content: "";
    width: 100%;
    height: 62%;
    background-color: var(--baseColorB);
    z-index: -1;
    position: absolute;
    margin-top: -5px;
}

.titleBox_contact,
.titleBox:not(#instructor-intro .titleBox,#scheduleList .titleBox,#profile-intro .titleBox) {
    position: relative;
    top: -35px;
}

.title_sub_contact {
    font-family: Jaldi;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.32px;
    position: relative;
    z-index: 20;
    text-align: center;
}

.title_contact {
    font-size: 2.0rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    position: relative;
    z-index: 30;
    text-align: center;
}

.decoration_contact {
    color: var(--mainColor);
    font-family: Karma;
    font-size: 6.0rem;
    font-weight: 400;
    letter-spacing: -1.8px;
    opacity: 0.3;
    text-align: center;
    position: relative;
    top: -35px;
}

.circle {
    display: inline-block;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border:  solid 1px var(--mainColor);
    background: #fff;
    text-align:center;
}

.content_decoration {
    font-family: Jaldi;
    font-size: 1.8rem;
    border-bottom: solid 1px var(--mainColor);
    width: 18px;
    margin: 16px auto 0;
}

.content_title {
    font-size: 1.6rem;
    line-height: 18px;
    letter-spacing: 0.48px;
    margin-top: 8px;
}

.content_box {
    display: flex;
    align-items: center;
    margin-top: 43px;
}

.content_txt {
    font-size: 1.6rem;
    line-height: normal;
    margin-left: 12px;
}

.content_txt_box {
    flex: none;
    width: 74%;
}

.content_box_bg {
    margin-top: -85px;
    padding: 0 15px;

}

.button-4 {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.36px;
    display: flex;
    align-items: center;
    width: 360px;
    height: 70px;
    margin-top: 55px;
    border-radius: 3px;
    background-color: #686868;
    padding-left: 60px;
}

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

.btn_content {
    position: relative;
    width: 360px;
    margin: 0 auto;
}

.base_Is {
    left: -25px;
    position: absolute;
    top: -57px;
    width: 30%;
}

@media screen and (min-width: 769px) {
    .Contact {
        margin-top: 250px;
    }
    .titleBox_contact,
    .titleBox:not(#instructor-intro .titleBox,#scheduleList .titleBox,#profile-intro .titleBox) {
        top: 0;
    }
    .title_sub_contact {
        font-size: 2.4rem;
    }

    .title_contact {
        font-size: 3.2rem;
        letter-spacing: 0.96px;
    }

    .decoration_contact {
        font-size: 15rem;
        top: -95px;
    }

    .content_decoration {
        font-size: 2.0rem;
        margin: 20px auto 0;
    }

    .content_title {
        font-size: 2.0rem;
        line-height: 20px;
    }

    .circle {
        width: 110px;
        height: 110px;
    }

    .content_txt {
        font-size: 1.8rem;
        margin-left: 47px;
    }

    .content_txt_box {
        width: auto;
    }

    .content_box_bg {
        width: 605px;
        margin: -145px auto 0;
        padding: 0;
    }

    .button-4 {
        width: 591px;
        height: 86px;
        font-size: 2.5rem;
        letter-spacing: 1.25px;
        margin-top: 68px;
        padding-left: 125px;
    }

    .button-4::after {
        width: 13px;
        height: 13px;
        margin-left: 35px;
    }

    .btn_content {
        width: 591px;
    }

    .base_Is {
        left: -5px;
        top: -70px;
    }

    .Contact::before {
        height: 56%;
    }
}

/*=====================
message
=======================*/
.message {
    margin-top: 80px;
    padding: 0 15px;
}

.pc_Is {
    display: none;
}

.message_box {
    position: relative;
    width: 360px;
    margin: 0 auto;
}

.message_txt {
    font-size: 1.4rem;
    letter-spacing: 0.14px;
    width: 170px;
    position: absolute;
    right: 30px;
    top: -3px;
    line-height: normal;
}

.sp_Is {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .sp_Is {
        display: none;
    }

    .pc_Is {
        display: block;
        text-align: center;
    }

    .message_box {
        width: 650px;
    }

    .message_txt {
        font-size: 1.6rem;
        width: 370px;
        text-align: center;
        right: 10px;
        top: 30px;
    }

    .message {
        margin-top: 154px;
    }
}

/*=====================
footer
=======================*/
.footer_box {
    margin-top: 80px;
    padding: 0 15px;
}

.footer_nav {
    font-size: 1.4rem;
    letter-spacing: 1.12px;
}

.footer_nav_box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_nav_list {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
    grid-auto-flow: column;
}

.footer_sns_logo img:nth-of-type(1) {
    margin-right: 15px;
}

.footer_sns_logo img:nth-of-type(2) {
    margin-right: 0;
}

.copy {
    font-family: Jaldi;
    font-size: 1.3rem;
    text-align: end;
    margin: 37px 0 13px 0;
}

/* top戻る */
.page_top_btn {
    font-family: Jaldi;
    font-size: 1.2rem;
    letter-spacing: -0.36px;
    position: fixed;
    bottom: 1.5%;
    right: 1.5%;
}

.arrow_footer {
    text-align: center;
    margin-bottom: 13px;
}

/* banner-area */
.banner-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
}

.banner-area li {
    width: 100%;
    height: auto;
}

.banner-area img {
    width: 100%;
    height: auto;
}


@media screen and (min-width: 481px) {
    /* banner-area */
    .banner-area {
        flex-direction: row;
    }

    .banner-area li {
        width: calc((100% - 8px)/2);
    }
}

@media screen and (min-width: 769px) {
    .footer_box {
        margin-top: 125px;
        padding: 0 80px 27px 80px;
    }

    .footer_nav_flex {
        display: flex;
        justify-content: space-between;
    }

    .footer_nav {
        font-size: 1.6rem;
    }

    .footer_nav_list {
        display: flex;
    }

    .footer_nav_box {
        display: block;
    }

    .rogo {
        font-size: 3.0rem;
    }

    .rogo span {
        font-size: 1.5rem;
    }

    .sukima {
        margin-left: 4px;
    }

    .footer_sns_logo {
        margin-top: 42px;
        display: flex;
        justify-content: flex-end;
    }

    .footer_sns_logo img:nth-of-type(1) {
        margin-right: 26px;
    }

    .copy {
        font-size: 1.5rem;
        text-align: center;
    }

    /* top戻る */
    .page_top_btn {
        font-size: 1.6rem;
        letter-spacing: -0.48px;
    }

    /* banner-area */

    .banner-area li {
        height: 140px;
        width: auto;
    }

    .banner-area img {
        width: auto;
        height: 100%;
    }
}


/* ====================
page｜movieList
==================== */

.movieList__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.movieList__details {
    width: calc((100% - 16px)/2);
}

.movieList__details iframe {
    width: 100%;
    aspect-ratio: 400 / 220;
}

@media screen and (min-width: 769px) {
    .movieList__wrapper {
        gap: 32px;
    }

    .movieList__details {
        width: calc((100% - 64px)/3);
    }
}

/* ====================
page｜scheduleList
==================== */

#schedule .scheduleList {
    padding: 0 15px;
}

.scheduleList__container {
    max-width: 1024px;
    margin: 0 auto;
}

.scheduleList__container .titleBox {
    margin-bottom: 32px;
}

.scheduleList__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
    background: var(--mainColor);
}

.scheduleList__details {
    background: #fff;
    flex-grow: 1;
    width: 100%;
}

.scheduleList__details a{
    background: #fff;
    padding: 12px;
    flex-grow: 1;
    width: 100%;
    display: flex;
    gap: 10px;
}

.scheduleList__details__day {
    width: 80px;
    height: 80px;
    background: var(--mainColor);
    color: #fff;
    padding: 8px;
    position: relative;
}

.scheduleList__details__day__month {
    font-size: 2.2rem;
    position: relative;
    line-height: 1;
}

.scheduleList__details__day__month::after {
    content: '';
    display: inline-block;
    width: 2.5rem;
    height: 1px;
    border-top: 1px solid #fff;
    transform: rotate(-60deg) translate(5px,-6px);
}

.scheduleList__details__day__day {
    font-size: 4.5rem;
    margin-left: auto;
    text-align: right;
    line-height: 1;
}

.scheduleList__details__day__week {
    position: absolute;
    top: 11px;
    right: 8px;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.scheduleList__details__txtBox {
    padding-top: 10px;
    width: calc(100% - 10px - 80px);
}

.scheduleList__details__place,
.scheduleList__details__time {
    font-size: 1.2rem;
    line-height: 1.4;
}

.scheduleList__details__name {
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
    #schedule .scheduleList {
        padding-left: 260px;
        padding-top: 52px;
    }
    .scheduleList__container .titleBox {
        margin-bottom: 90px;
    }
    .scheduleList__wrapper {
        flex-direction: row;
        padding: 26px;
        gap: 26px;
    }
    .scheduleList__details {
        width: calc((100% - 26*3px)/2);
    }  
}

@media screen and (min-width: 1280px) {
    .scheduleList__details {
        width: calc((100% - 26*4px)/3);
    }  
}


/* ====================
page｜schedule--details
==================== */

#schedule--details .scheduleList {
    padding: 0 15px;
} 

.scheduleList__container--details {
    max-width: 1024px;
    margin: 0 auto;   
}
.scheduleList--details__wrapper {
    padding: 32px;
    background: #fff;
}
.scheduleList__container--details .titleBox {
    margin-bottom: 32px;
}
.scheduleList__details--ttl {
    width: 100%;
    display: flex;
    gap: 10px;   
}
.scheduleList--details__contents .txt-area {
    padding-top: 24px;
    flex-grow: 1;
    font-size: 1.6rem;
    line-height: 1.5;
}
.scheduleList--details__contents .txt-area>dd {
    margin-bottom: 16px;
}
.scheduleList--details__contents .txt-area .membersList{
    display: flex;
    flex-wrap: wrap;
}
.scheduleList--details__contents .txt-area .membersList>div {
    display: flex;
    margin-right: 1rem;
}
.scheduleList--details__contents .txt-area .shopname {
    font-size: 2.4rem;
}
.scheduleList--details__contents .map-area {
    aspect-ratio: var(--golden-ratio);
    width: 100%;
}
.scheduleList--details__contents .map-area iframe {
    width: 100%;
    height: 100%;
}
.scheduleList__container--details .button-2 {
    background: var(--mainColor);
    margin: 16px 0 0 auto;
    padding: 0 16px;
    width: 250px;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-radius: 3px;
    box-sizing: border-box;
}
.scheduleList__container--details .button-2::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

@media screen and (min-width: 769px) {
    #schedule--details .scheduleList {
        padding-left: 260px;
        padding-top: 52px;
    }
    .scheduleList__container--details .titleBox {
        margin-bottom: 90px;
    }
    .scheduleList--details__contents {
        display: flex;
        gap: 32px;
    }
    .scheduleList--details__contents .map-area {
        max-width: 350px;
        width: 50%;
    }    
}

/* ====================
page｜contact
==================== */

#contact .scheduleList {
    padding: 0 15px;
}
#contact .form__wrapper {
    padding: 15px;
    background: var(--baseColorB);
}
#contact form {
    max-width: 734px;
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.8;
}
#contact form table {
    width: 100%;
}
#contact form input,
#contact form textarea {
    background: #fff;
    width: 100%;
    padding: 4px 8px;
    resize: vertical; 
    max-width: 100%;
    display: block;
}
#contact form input.button-1 {
    background: var(--mainColor);
    max-width: 300px;
    text-align: center;
}

#contact form tr {
    display: block;
    margin-bottom: 12px;
}
#contact form td {
    width: calc(100% - 300px);
    overflow: hidden;
    border-radius: 3px;
}
#contact form th {
    width: 300px;
    display: block;
}
.submitbtn {
    background: var(--mainColor);
    width: 100%;
}
#submit {
    display: none!important;
}
/* for PC */
@media screen and (min-width: 769px) {
    #contact .scheduleList {
        padding-left: 260px;
        padding-top: 52px;
    }
    #contact .form__wrapper {
        padding: 40px;
    }
    #contact form input,
    #contact form textarea {
        width: 434px;
        display: block;
    }
    #contact form tr {
        margin-bottom: 28px;
    }
    #contact form th {
        display: table-cell;
    }
    .submitbtn {
        background: var(--mainColor);
        width: 300px;
    }
}

/* ====================
page｜profile
==================== */

.contents-wrapper {
    padding: 0 15px;
    margin-bottom: 100px;
}
.contents__inner {
    max-width: 1024px;
    margin: 0 auto;
}
#profile .titleBox {
    margin-bottom: 32px;
}
.contents__container {
    margin-bottom: 64px;
}
.txt-area p {
    line-height: 1.8;
    letter-spacing: 0.05rem;
}
.title--sub {
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 24px;
}
.title--sub span:first-child {
    font-weight: normal;
    display: block;
    font-size: 1.6rem;
}
.title--sub span:last-child {
    font-size: 2rem;
}
.title--sub--little span:last-child {
    font-size: 1.6rem;
}
.title--sub span:nth-child(2)::before,
.title--sub--little span:nth-child(2)::before {
    content: '　';
}
.img-area {
    margin-bottom: 32px;
}
.img-area img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
#career .person>li{
    display: flex;
    margin-bottom: 32px;
}
#career .person li .txt-area .position {
    margin-bottom: 16px;
}
#career .person li .txt-area>ul {
    line-height: 1.5;
}
#career .person li .txt-area .name {
    font-size: 2rem;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#career .person li .txt-area .label {
    margin-bottom: 8px;
}
/* #career */
#career .name {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
#career .place>li .name {
    margin-bottom: 16px;
}
#career .person li figure {
    width: 80px;
    height: 80px;
}
#career .person li figure img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center center;
}
#career .person li .txt-area {
    flex-grow: 1;
    flex-shrink: 1;
    width: calc(100% - 80px);
}
#career .place>li p {
    margin: 0;
    line-height: 1.5;
}
.profile__subTtl {
    position: relative;
}
.profile__subTtl::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 0 0 50% 0;
    left: -15px;
    top: 4px;
    position: absolute;
}
#career .place {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 29px;
    margin-bottom: 64px;
}
/* .cd */
.cd ul {
    margin-top: 29px;
    margin-bottom: 64px;
}
.cd ul li figure {
    margin-top: 29px;
}
.cd ul li figure img{
    aspect-ratio: inherit;
}
.tv dl {
    margin-top: 29px;
    margin-bottom: 64px;
    line-height: 1.5;
}
#myway ol.contents__container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 44px;
    margin-left: 30px;
}
#myway ol li {
    border-left: 2px solid var(--mainColor);
    padding-left: 47px;
    padding-bottom: 32px;
    position: relative;
}
#myway ol li:last-child {
    border: none;
}
#myway ol li::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: 5px;
    border-left: solid 2px var(--mainColor);
    border-bottom: solid 2px var(--mainColor);
    transform: rotate(-45deg) translateX(-10px);
}
#myway ol li:last-child::after {
    display: none;
}
#myway p.label {
    transform: translate(-50%, 0);
    position: absolute;
    top: -2px;
    left: 0;
    background: #fff;
    padding: 2px 8px 3px;
    border: solid 1px;
}
#myway h3 {
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    line-height: 1.3;
}
#myway p {
    line-height: 1.5;
}
@media screen and (min-width: 769px) {
    .contents-wrapper {
        padding-top: 52px;
    }
    .contents-wrapper#profile {
        padding-left: 260px;
    }
    .contents-wrapper:not(:last-child) {
        margin-bottom: 200px;
    }
    #profile .titleBox {
        margin-bottom: 90px;
    }
    .txt-area {
        width: calc(100% - 35.156%);
    }
    .contents__container {
        display: flex;
        gap: 108px;
    }
    .contents__inner section:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .contents__inner section:not(:last-child) {
        margin-bottom: 78px;
    }
    #profile-intro .txt-area,
    #instructor-intro .txt-area {
        width: calc(64.844% - 108px);
        flex-shrink: 2;
        padding-top: 36px;
    }
    .contents__inner section:nth-child(2n) .txt-area {
        padding-left: 96px;
    }
    #profile-intro .contents__inner section:nth-child(3) .txt-area {
        padding-top: 116px;
    }
    .birthday {
        margin-bottom: 60px;
    }
    .img-area {
        width: 35.156%;
        flex-shrink: 1;
        margin-bottom: 0;
    }

    /* #career setting */
    #career .contents__container {
        gap: 64px;
        margin-bottom: 80px;
        flex-wrap: wrap;
    }
    #career.contents-wrapper {
        background: var(--baseColorB);
        padding-bottom: 90px;
    }
    #career .titleBox {
        margin-top: -120px;
    }
    #career .person>li{
        /* width: calc((100% - 64px) / 2); */
        margin-bottom: 0;
    }
    #career .person li figure {
        width: 150px;
        height: 150px;
    }
    #career .place {
        flex-direction: row;
        gap: 64px;
        flex-wrap: wrap;
    }
    #career .place>li {
        width: calc((100% - 64px) / 2);
    }
    .cd ul li {
        display: flex;
        gap: 64px;
        align-items: center;
    }
    .cd ul li figure {
        width: 314px;
        margin-top: 0;
    }
    .contents__inner .cd ul li .txt-area {
        padding-left: 0;
    }
    .tv dl {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .tv dl dt {
        width: 70px;
    }
    .tv dl dd {
        width: calc(100% - 70px);
    }

    #myway ol li {
        padding-left: 72px;
    }
    #myway p.label {
        top: 0;
    }
    #myway h3 {
        font-size: 2.4rem;
        margin-top: -2px;
    }
    #myway h3::after {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        border-top: 2px solid var(--mainColor);
        flex-grow: 1;
        margin-left: 28px;
    }
}

/* ====================
page｜instructor
==================== */
#lesson,
#message {
    background: var(--baseColorB);
    padding-bottom: 90px;
}
#instructor .title--sub span:last-child {
    display: inline-block;
    transform: translateY(-16px);
}
#instructor .title--sub span:last-child::before {
    display: none;
}
#instructor .titleBox {
    margin-bottom: 32px;
}
.title--sub--little {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
}
/* #instructor .title--sub {
    margin-bottom: 8px;
} */
.title--sub--little span:first-child {
    font-weight: normal;
    display: block;
    font-size: 1.6rem;
}
.no-image {
    position: relative;
    aspect-ratio: 1 / 1;
}
.no-image::before {   
    content: 'no image';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    display: block;
    z-index: 10;
}
.no-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1 /1;
    background: #999;
}

#message p:not(.title_sub) {
    margin-bottom: 1.6rem;
}

#instructor-intro h3 {
    line-height: 1.8;
    font-weight: bold;
}
#instructor .affiliation {
    margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
    #instructor .title--sub span:last-child {
        transform: translateY(0);
    }
    #instructor .title--sub span:last-child::before {
        display: inline-block;
    }
    #instructor .titleBox {
        margin-top: -120px;
        margin-bottom: 90px;
    }
    #instructor-intro .titleBox {
        margin-top: 0;
    }
    #instructor .affiliation {
        margin-bottom: 60px;
    }
}

