@charset "utf-8";

.l-wrapper{
    background-color: #FFF001;
}
.l-container{
    background-color: #fff;
    width: 83.33333333333334vw;
    margin: 0 auto;
    padding-top: 105px;
}
.l-inner{
    width: 69.44444444444444vw;
    margin: 0 auto;
}

/* logo */
.p-logo{
    margin-top: -3.6111111111111107vw;
    padding-left: 4.513888888888888vw;
}
.p-logo img{
    width: 44.72222222222222vw;
}

/* thumbnail */
.p-thum{
    padding-top: 4.375vw;
}
.p-thum img{
    width: 69.44444444444444vw;
}

/* content */
.p-content__date{
    display: flex;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-size: 2.2222222222222223vw;
    letter-spacing: 0.05em;
    padding-top: 1.3888888888888888vw;
}
.p-content__date .small{
    font-size: 1.1111111111111112vw;
    padding: 0 0.3472222222222222vw;
}
.p-content__date .medium{
    font-size: 1.9444444444444444vw;
}
.p-content__title{
    font-size: 2.2222222222222223vw;
    font-weight: 900;
    padding: 0.6944444444444444vw 0 1.9444444444444444vw;
    line-height: 1.25;
}
.p-tool{
    display: flex;
    align-items: center;
    padding: 1.3888888888888888vw 0;
    border-top: 0.06944444444444445vw solid #000;
    border-bottom: 0.06944444444444445vw solid #000;
}
.p-tool__title{
    padding-right: 1.6666666666666667vw;
    border-right: 0.06944444444444445vw solid #000;
}
.p-tool__title img{
    width: 4.513888888888888vw;
}
.p-tool__kinds{
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.25vw;
    background-color: #FFF001;
    padding: 0.4166666666666667vw 1.0416666666666665vw;
    margin-left: 1.875vw;
    font-weight: 600;
}
.p-session{
    display: flex;
    justify-content: space-between;
    padding: 3.125vw 0 4.375vw;
}
.p-session__text{
    width: 38.75vw;
    line-height: 1.7;
    font-size: 1.0416666666666665vw;
}
.p-session__text span{
    font-weight: 600;
}
.p-session__imageItem {
    padding-bottom: 0.6944444444444444vw;
}
.p-session__imageItem img {
    width: 27.77777777777778vw;
}

/* instructor */
.p-instructor__page{
    border-top: 0.06944444444444445vw solid #000;
    padding: 3.4722222222222223vw 0 9.375vw 0;
    display: block;
    /* ↑topページのcssの.p-instructorがflexになってるから上書き */
}
.p-instructor__card{
    display: flex;
    gap: 2.7777777777777777vw;
    align-items: center;
}
.p-instructor__icon img{
    width: 17.77777777777778vw;
    height: 17.77777777777778vw;
    object-fit: cover;
    border-radius: 50%;
}
.p-instructor__label{
    background-color: #000;
    width: 3.680555555555556vw;
    height: 2.083333333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.1111111111111112vw;
}
.p-instructor__job{
    font-size: 1.0416666666666665vw;
    padding: 1.0416666666666665vw 0 0.6944444444444444vw;
}
.p-instructor__name{
    font-size: 2.2222222222222223vw;
    font-weight: 500;
}
.p-instructor__text{
    padding-top: 2.7777777777777777vw;
    line-height: 1.56;
    border-bottom: 0.06944444444444445vw solid #000;
    padding-bottom: 3.4722222222222223vw;
}

/* ticket */
.p-ticket__inner{
    padding: 3.6111111111111107vw 0 6.25vw 0;
}
.p-triangle__ticket::before {
    border-width: 3.8194444444444446vw 100vw 0 0;
    right: 0;
    top: -3.5416666666666665vw;
    border-color: transparent #B7FF90 transparent transparent;
}

/* チケット20%OFF!早期割引実施中 */
/* .c-button__off{
    margin-top: initial;
    margin-right: -4.861111111111112vw;
} */

.c-buttonArea{
    margin-right: 8.333333333333332vw;
}

/* 通常ボタン */
.c-button{
    margin-top: initial;
    margin-right: -4.861111111111112vw;
}

/* 講師3人以上のページ */
.p-instructor__text-noborder{
    border-bottom: none;
}

/* 紺吉さんのページの講師の箇所*/
.u-paddingTop{
    padding-top: 3.4722222222222223vw;
}

/* 山岸さんの素材が来るまでの対応 */
.u-comingsoon{
    padding-bottom: 20.833333333333336vw;
}

/* 座談会、メイン画像なし */
.u-nowidth{
    width: initial;
}

/* レスポンシブ */
@media screen and (min-width: 441px){
    .c-buttonSp__off
    {
        display: none;
    }
}

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

    .l-container{
        width: 94.66666666666667vw;
        padding-top: 8vw;
    }
    .l-inner{
        width: 85.33333333333334vw;
    }

    /* logo */
    .p-logo{
        margin-top: -3.6111111111111107vw;
    }
    .p-logo img{
        width: 88.8vw;
    }

    /* thumbnail */
    .p-thum{
        padding-top: 8vw;
    }
    .p-thum img{
        width: 85.33333333333334vw;
    }

    /* content */
    .p-content__date{
        font-size: 6.933333333333333vw;
        padding-top: 2.4vw;
    }
    .p-content__date .small{
        font-size: 3.733333333333334vw;
        padding: 0 1.3333333333333335vw;
    }
    .p-content__date .medium{
        font-size: 6.4vw;
    }
    .p-content__title{
        font-size: 6.4vw;
        padding: 1.3333333333333335vw 0 5.333333333333334vw;
        line-height: 1.3;
    }
    .p-tool{
        padding: 2.666666666666667vw 0;
        border-top: 0.26666666666666666vw solid #000;
        border-bottom: 0.26666666666666666vw solid #000;
    }
    .p-tool__title{
        padding-right: 4vw;
        padding-left: 1.3333333333333335vw;
        border-right: 0.26666666666666666vw solid #000;
        height: 7.733333333333333vw;
        display: flex;
        align-items: center;
    }
    .p-tool__title img{
        width: 12.8vw;
    }
    .p-tool__kinds{
        font-size: 4.8vw;
        padding: 0.8vw 4vw 1.0666666666666667vw;
        margin-left: 4vw;
    }
    .p-session{
        display: block;
        padding: 8vw 0 9.333333333333334vw;
    }
    .p-session__text{
        width: initial;
        font-size: 3.733333333333334vw;
        padding-bottom: 8vw;
        line-height: 1.58;
    }
    .p-session__imageItem {
        padding-bottom: 2.666666666666667vw;
        width: 85.33333333333334vw;
    }
    .p-session__imageItem img{
        width: 85.33333333333334vw;
    }

    /* instructor */
    .p-instructor{
        border-top: 0.26666666666666666vw solid #000;
        padding: 13.333333333333334vw 0;
    }
    .p-instructor__card{
        display: block;
    }
    .p-instructor__icon{
        width: 68.26666666666667vw;
        margin: 0 auto;
    }
    .p-instructor__icon img{
        width: 68.26666666666667vw;
        height: 68.26666666666667vw;
    }
    .p-instructor__info{
        padding-top: 5.333333333333334vw;
        text-align: center;
    }
    .p-instructor__label{
        width: 14.133333333333335vw;
        height: 8vw;
        font-size: 4.266666666666667vw;
        margin: 0 auto;
    }
    .p-instructor__job{
        font-size: 3.733333333333334vw;
        padding: 3.2vw 0;
    }
    .p-instructor__name{
        font-size: 7.466666666666668vw;
    }
    .p-instructor__text{
        padding-top: 5.333333333333334vw;
        line-height: 1.56;
        font-size: 3.733333333333334vw;
        padding-bottom: 14.399999999999999vw;
    }

    /* ticket */
    .p-ticket__inner{
        position: relative;
        padding: 3.6111111111111107vw 0 48vw 0;
    }
    .p-ticket__title{
        padding-top: 3.2vw;
    }
    .p-ticket__announce-list p{
        line-height: 1.3;
    }
    .p-ticket__inner::before{
        position: absolute;
        content: "";
        background-image: url(../img/about-right-sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 15.2vw;
        height: 32vw;
        right: 2.666666666666667vw;
        top: -9.066666666666666vw;
    }
    .p-ticket__illustration::before {
        top: 0.8vw;
    }

    /* discount */
    .p-discount__inner::after {
        bottom: -8vw;
    }
    .p-triangle__discount::before {
        top: -3.4666666666666663vw;
    }

    /* footer */
    .p-triangle{
        position: relative;
    }
    
    .l-footer::before {
        position: absolute;
        content: "";
        display: inline-block;
        /* border: solid; */
        height: 0;
        width: 0;
        top: -3.4666666666666663vw;
        border-color: transparent transparent #140878 transparent;
        right: 0;
        border-width: 0 100vw 3.8194444444444446vw 0;
    }

    .c-buttonArea{
        margin-right: initial;
    }

    /* 紺吉さんのページの講師の箇所*/
    .u-paddingTop{
        padding-top: 14.399999999999999vw;
    }

    /* 山岸さんの素材が来るまでの対応 */
    .u-comingsoon{
        padding-bottom: 40vw;
    }
}