@charset "shift-jis";
*,
*::before,
*::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight:normal;
    font-style:normal;
    list-style:none;
    font-family: '�q���M�m�p�S�V�b�N Pro', 'Hiragino Kaku Gothic Pro','�l�r �o�S�V�b�N','MS P Gothic', system-ui, sans-serif;
}

img{ border:none;}
button{
    border: 0;
    outline: 0;
    background: none;
}

a{
    opacity:1;
    -webkit-transition:.4s;
    -moz-transition:.4s;
    transition:.4s;
}
a:hover { opacity:0.5;}

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

.pc {display: block;}
.tab,
.sp {display: none;}

.bg-beige{ background-color: #f3f3f2;}

.ml40{ margin-left: 40px !important;}

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

.bluebold {
    color: #1a2b75;
    padding: 0 0 30px 0;
    font-size: 1.6em;
    line-height: 1.4;
}
.txt_bold{ font-weight:bold; }

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom:50px;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#bread {
    width: 100%;
    max-width: 1000px;
    padding: 10px 50px;
    margin: 100px auto 0;
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
}
#bread a {
    text-decoration: none;
}
#bread a:after {
    content: ">";
    margin: 0 .5em;
}

.content .inner{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.content .ttl_h2 {
    color: #1C236D;
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-top: 40px
}
.content .ttl_h2::after {
    content: "";
    display: block;
    border-bottom: 3px solid #1C236D;
    width: 3.5em;
    margin: 10px auto;
}

@media screen and (max-width:999px){
    .tab{display: block;}
    .pc,
    .sp {display: none;}

    #bread{ margin-top: 88px;}
}

@media screen and (max-width:599px){
    .pc,
    .tab{display: none;}
    .sp {display: block;}

    #bread{ display: none;}
    main{ margin-top: 88px;}

    .content .ttl_h2{ font-size: 1.5rem;}
    .content .ttl_h2::after {
        width: 80px;
        margin: 15px auto 60px;
    }
}




/* ---------- ���C���r�W���A�� ---------- */
.mv{
    background: #e16f4e;
    margin-bottom: 60px;
    position: relative;
}
.mv::before{
    content: "";
    width: 50%;
    height: 100%;
    background: #d7ba42;
    position: absolute;
    left: 0;
    top: 0;
}
.mv .inner{
    background: url(/performances/img/mv.jpg) center/cover no-repeat;
    padding-top: 38%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.mv .inner > *{
    color: transparent;
    position: absolute;
    top: 0;
}

@media screen and (min-width: 1441px) {
    .mv .inner{ background-size: contain;}
}
@media screen and (min-width: 1000px) {
    .mv .inner{ padding-top: 380px;}
}

@media screen and (max-width:599px) {
    .mv .inner{
        padding-top: 67.5%;
        background-image: url(/performances/img/mv_sp.png);
    }
}



/* ---------- �\�[�g�{�^�� ---------- */
.soat_list_school{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1em 1%;
}
.soat_list_school li{
    margin: .5em 0;
    width: 30%;
}
.soat_list_school li > button{
    width: 100%;
    height: 46px;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    transition: all ease 0.3s;
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
}
.soat_list_school li > button:focus{
    outline: 0;
}

/* �S�� */
.soat_list_school li.all > button{
    border-color: #1c236d;
    color: #1c236d;
}
.soat_list_school li.all > button:hover,
.soat_list_school li.all.on > button{
    background-color: #1c236d;
    color: #fff;
}

/* �� */
.soat_list_school li.kabu > button{
    border-color: #5e76a7;
    color: #5e76a7;
}
.soat_list_school li.kabu > button:hover,
.soat_list_school li.kabu.on > button{
    background-color: #5e76a7;
    color: #fff;
}

/* �s���Y */
.soat_list_school li.fudo > button{
    border-color: #44a1c5;
    color: #44a1c5;
}
.soat_list_school li.fudo > button:hover,
.soat_list_school li.fudo.on > button{
    background-color: #44a1c5;
    color: #fff;
}

@media screen and (max-width: 599px) {
    .soat_list_school li > button{ font-size: .7em;}
}
@media screen and (max-width: 320px) {
    .soat_list_school li > button{ font-size: .6em;}
}

/* ---------- �\�[�g�{�^���i�`�F�b�N���j ---------- */
.kabu .ttl_check_list{ color: #5e76a7;}
.fudo .ttl_check_list{ color: #44a1c5;}

.check_list ul{
    display: flex;
    flex-wrap: wrap;
}
.check_list li{
    margin-right: 30px;
    margin-bottom: 1em;
}
.check_list .button{
    padding: 5px 15px;
    border-radius: 2em;
}
.check_list .button::before{
    content: "";
    display: inline-block;
    vertical-align: -3px;
    width: 1.25em;
    height: 1.25em;
    border: 1px solid;
    border-radius: 3px;
    margin-right: .85em;
}

.check_list .on .button{
    color: #fff;
    position: relative;
}
.check_list .on .button::before{ background: #fff;}
.check_list .on .button::after{
    content: "";
    width: 18px;
    height: 8px;
    border-left: 2px solid #1c236d;
    border-bottom: 2px solid #1c236d;
    transform: rotate(-45deg);
    position: absolute;
    left: 16px;
    top: 10px;
}

.check_list.kabu .on .button{ background: #5e76a7;}
.check_list.kabu .on .button::after{
    border-left-color: #5E76A7;
    border-bottom-color: #5E76A7;
}

.check_list.fudo .on .button{ background: #44a1c5;}
.check_list.fudo .on .button::after{
    border-left-color: #44a1c5;
    border-bottom-color: #44a1c5;
}

@media screen and (max-width: 599px) {
    .check_list li{
        font-size: 14px;
        margin-right: 1em;
    }
}


/* ---------- �ꗗ ---------- */
.wrap_performances_list{ padding-bottom: 60px;}

.performances_list {
    padding:40px 0 0 0;
    font-size: 14px;
}

.performances_list li {
    display:inline-block;
    width:calc(94% / 3);
    padding: 50px 0 15px;
    margin: 0 1%;
    vertical-align:top;
    position: relative;
}
.performances_list li:nth-child(n + 4) {
    border-top:2px solid #1c236d;
}
.performances_list li:last-child {
    margin-right: auto;
    float: none;
}

.performances_list .photo {
    width: 100%;
    padding-top: 72%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}
.performances_list .photo > img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.performances_list .photo.contain {
    background: #fff;
    border: 1px solid #ccc;
}
.performances_list .photo.contain > img{
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.performances_list .seika{
    font-size: 1rem;
    margin-bottom: 40px;
}
.performances_list .seika span{
    color:#1C2569;
    background-image: linear-gradient(transparent 30%, #F0F1F6 30%);
    padding: 0 2px 8px;
}
.performances_list .kabu .seika span{
    color: #5e76a7;
    background-image: linear-gradient(transparent 30%, #eaecf4 30%);
}
.performances_list .fudo .seika span{
    color: #44a1c5;
    background-image: linear-gradient(transparent 30%, #eaf6fd 30%);
}

.performances_list .personal_data{
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}
.performances_list .personal_data .type{
    color: #1c236d;
    border: 1px solid;
    border-radius: 2em;
    margin-right: 1em;
    padding: 2px;
    text-align: center;
    flex: 0 0 6em;
}
.performances_list .kabu .personal_data .type{ color: #5e76a7;}
.performances_list .fudo .personal_data .type{ color: #44a1c5;}

.performances_list .term{
    margin-bottom: 35px;
    overflow: hidden;
}
.performances_list .term dt{ float: left;}
.performances_list .term dt::after{ content: "�F";}
.performances_list .txt{ clear: both;}

@media screen and (max-width: 830px) {
    .performances_list li {
        width: calc(94% / 2);
        margin: 0 1.5%;
        padding-bottom: 2em;
        height: auto;
    }
    .performances_list .personal_data{
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .performances_list .personal_data .type{ margin-bottom: 5px;}
}

@media screen and (max-width: 599px) {
    .performances_list{ padding: 1em 0 0 0;}
    .performances_list li:nth-child(n + 3) {
        border-top:2px solid #1c236d;
    }
}
