#premiumonstage{
    margin-bottom: 50px;
    font-size: 18px;
}
.premiumonstage_wrap{
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
}

.premiumonstage_h2{
    font-size: 24px;
}

.premiumonstage_h2,
.premiumonstage_h3{
    text-align: center;
}
.table-fest > tbody > tr > th,
.table-fest > tbody > tr > td{
    padding: 1em 0;
    word-break: break-all;
}

@media (max-width:767px) {

    .premiumonstage_h2{
        font-size: 22px;
    }
    .table-fest > tbody > tr > th{
        padding: 0;
    }
    .table-fest > tbody > tr > td {
        padding: 0 0 20px;
    }
}

.table-fest > tbody > tr > th,
.table_members > tbody > tr > th{
    vertical-align: top;
    padding-right: 2em;
    white-space: nowrap;
}

.table_members > tbody > tr > th {
    white-space: normal;
}


@media (max-width:767px) {
    .table-fest > tbody > tr > th{
        vertical-align: top;
        padding-right: 0;
        white-space:nowrap;
        display: block;
        padding-bottom: 0;
    }
    .table-fest > tbody > tr > td{
        padding-top: 0;
        display: block;
    }
    .table-fest ,
    .table-fest > tbody ,
    .table-fest > tbody > tr > th,
    .table-fest > tbody > tr > td {
        display: block;
    }
}
.premiumonstage_lead_wrap{
    margin:60px 0;
}
.premiumonstage_lead_wrap .premiumonstage_h2{
    font-size: 30px;
}
.premiumonstage_lead{
    margin-bottom: 40px;
    font-size: 21px;
    font-family: "palt";
    text-align: center;
}

.premiumonstage_bold{
    font-weight: bold;
    font-style: normal;
}

@media (max-width:767px) {
    .premiumonstage_lead_wrap {
        margin: 30px 0;
    }
    .premiumonstage_lead_wrap .premiumonstage_h2{
        font-size: 24px;
    }
    .premiumonstage_lead{
        margin-bottom: 20px;
        font-size: 18px;
    }
}
.table-fest a{
    text-decoration: underline;
}

.presentlist {
    font-weight: bold;
    margin: 10px 0 30px;
    padding-left: 20px;
    color: #4B1E78;
}

.premiumonstage_btn_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.premiumonstage_btn_wrap p{
    margin-top: 1em;
}

.premiumonstage_btn,
.premiumonstage_btn_inactive {
    position: relative;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 10px;
    width: 540px;
    height: auto;
    background-color: #aaa;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    border: 2px solid #aaa;
    max-width: 100%;
    transition: 0.4s;
    line-height: 1.3;
}

a.premiumonstage_btn{
    background-color: #4b1e78;
    border: 2px solid #4b1e78;
    text-decoration: none;
}
a.premiumonstage_btn:after{
    transition: all .4s ease;
    top: 50%;
    margin-top: -5px;
    right: 24px;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    content: "";
}
a.premiumonstage_btn:hover:after{
    border-top: solid 2px #4b1e78;
    border-right: solid 2px #4b1e78;
}
@media (max-width:767px) {
    .premiumonstage_btn{
        line-height: 1.3;
    }
}
a.premiumonstage_btn:hover,
a.premiumonstage_btn:focus{
    background-color: #fff;
    color: #4b1e78;
}

/*-- 非アクティブ --*/
.premiumonstage_btn_inactive {
    background-color: #ddd;
    color: #333;
    border: 2px solid #ddd;
}
@media (max-width:767px) {
    .premiumonstage_btn_inactive{
        font-size: 14px;
        line-height: 1.3;
    }
}

.pict-kaijou{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
}

.pict-stage {
    display: flex;
    margin: 30px -15px 100px -15px;
}

@media (max-width:767px) {
    .pict-kaijou,
    .pict-stage{
        margin-top: 0;
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

}
.pict-kaijou-item,
.pict-stage-item{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}
@media (max-width:767px) {
    .pict-kaijou-item,
    .pict-stage-item{
        padding-left: 0;
        padding-right: 0;
    }
}
.pict-kaijou-item img,
.pict-stage-item img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
}

.pict-stage-right{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 400px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}
@media (max-width:767px) {
    .pict-stage-right{
        padding-left: 0;
        padding-right: 0;
    }
}

.premiumonstage_detail {
    font-size: 17px;
}

ul.markList {
    font-size: 14px;
    list-style: none;
    padding-left: 0;
    position: relative;
}

ul.markList li {
    position: relative;
    padding-left: 1em;
}
ul.markList li span {
    position: absolute;
    top: 0;
    left: 0;
}

th.comments {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.text-underline {
    text-decoration: underline;
}

#snsArea {
    margin-top: 25px;
}
.sns_link_bg {
    position: relative;
    max-width: 700px;
    margin: 50px auto;
}

.sns_link {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 10px;
    max-width: 700px;
    background-color: #fff;
}
.sns_left {
    display: flex;
    text-align: left;
}

.sns_left_img {
    padding: 20px;
    width: 100px;
}

.sns_left_txt {
    padding-top: 20px;
}

.sns_right {
    padding: 30px 20px 0 0;
    text-align: left;
}
.sns_img {
    display: flex;
    text-align: left;
}

.sns_right_img {
    padding: 15px;
    width: 45px;
}

@media (max-width: 767px) {
    .sns_link {
        display: block;
        width: 100%;
        margin: -30px 0 0 0;
    }
    .sns_right {
        padding: 0px 30px 0 30px;
        margin: -30px auto 0 auto;
        max-width: fit-content;
    }
    .sns_right_img {
        padding: 20px;
        width: 30px;
    }
}

.caution_wrap {
    background-color: #f9f9f9;
    padding: 30px 40px 15px;
}
.caution {
    margin-bottom: 15px;
}
.caution > * {
    line-height: 1.5;
    margin-bottom: 5px;
    font-size: 16px;
}
.caution h3 {
    color: #C5003E;
    font-size: 20px;
    margin: 0 0 15px;
}

.contact_wrap {
    border-top: 1px solid #c8bddc;
    border-bottom: 1px solid #c8bddc;
    width: 100%;
    text-align: center;
    margin-top: 80px;
    padding: 20px;
}
.premiumonstage_btn_wrap p {
    margin-top: 1em;
}
@media screen and (max-width: 767px) {
    .caution_wrap {
        background-color: #f9f9f9;
        padding: 20px 20px 15px;
    }
}

#premiumonstage dl {
    display: flex;
}

#premiumonstage dl dt {
    min-width: 7em;
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    #premiumonstage dl {
        flex-direction: column;
    }
}