@charset "UTF-8";
/* CSS Document */

/* 英語のスタイルシート */
.top__keyvisual_pc_en {
    position: relative;
    top: -10px;
    /* right: 0; */
    /* left: 50px; */
    max-width: 95%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width:860px) {
    .top__keyvisual_pc_en {
        display: none;
    }
}
/* 縦書きの見出し */
.top__bigtitile_wrap_en {
    color: #000;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    right: 0;
    bottom: -500px;
    /* writing-mode: vertical-rl; */ /* 縦書き指定 */
    /* text-orientation: upright; */ /* 縦書き指定 */
    /* height: -webkit-fill-available; */ /* 縦書き指定 */
}
.top__bigtitile_wrap_en span {
    text-combine-upright: all; /* 数字の縦書き指定 */
    letter-spacing: 0;
}
.top__first-itile_en {
    height: fit-content;
    width: max-content;
    background: #f4c21e;
    padding: 10px;
    margin: 0 20px 10px 20px;
    font-family: toppan-bunkyu-midashi-min-st, serif;
    font-size: 2.4rem;
    letter-spacing: 0;
}
.top__second-titile_en {
    height: fit-content;
    width: max-content;
    background: #f4c21e;
    padding: 10px;
    margin: 0 20px;
    font-family: toppan-bunkyu-midashi-min-st, serif;
    font-size: 5.2rem;
    letter-spacing: 0;
}
.top__third-titile_en {
    height: fit-content;
    width: max-content;
    background: #f4c21e;
    padding: 10px;
    margin: 20px;
    font-family: toppan-bunkyu-midashi-min-st, serif;
    font-size: 2.4rem;
    letter-spacing: 0;
}

/* -----------------------------------------------------
   コスプレイベント - チケット/テーブル - price
-------------------------------------------------------- */
.cosplayevent_price_en table {
    border-collapse: collapse;
    margin: 2rem auto;
    padding: 0;
    width: 97%;
    table-layout: fixed;
}
.cosplayevent_price_en table tr {
    background-color: #f5f5f5;
    padding: .35em;
    border-bottom: 2px solid #fff;
}
.cosplayevent_price_en table th, .cosplayevent_price_en table td {
    padding: 1em 10px 1em 1em;
    border: 2px solid #fff;
}
.cosplayevent_price_en table th {
    font-size: .85em;
}
.cosplayevent_price_en table thead tr {
    background-color: #253f86;
    color: #fff;
}
.cosplayevent_price_en table tbody th {
    background: #78bbc7;
    color: #FFFFFF;
}
.cosplayevent_price_en table a {
    text-decoration: none;
}
.cosplayevent_price_en .txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 2;
}
.cosplayevent_price_en .price{
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
}
.cosplayevent_price_en .btn {
    display: block;
    max-width: 180px;
    background-color: #bbb;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    padding: 16px;
    text-align: center;
    border-radius: 4px;
    transition: .4s;
}
.cosplayevent_price_en .btn:hover {
    opacity: 0.7;
}
.cosplayevent_price_en .non {
    background: #fff
}
@media screen and (max-width: 600px) {
    .cosplayevent_price_en table {
        border: 0;
        width: 100%
    }
    .cosplayevent_price_en table th {
        background-color: #253f86;
        display: block;
        border-right: none;
    }
    .cosplayevent_price_en table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .cosplayevent_price_en table tr {
        display: block;
        margin-bottom: .625em;
        border: 1px solid #bbb;
    }
    .cosplayevent_price_en table td {
        display: block;
        /* font-size: .8em; */
        text-align: right;
        position: relative;
        padding: .625em .625em .625em 7em;
        border-right: none;
        border: 0px solid #f5f5f5;
        border-bottom: 1px solid #bbb;
    }
    .cosplayevent_price_en table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        color: #bb0000;
        font-size: 14px;
        width: 30%;
    }
    .cosplayevent_price_en table td:last-child {
        border-bottom: 0;
    }
    .cosplayevent_price_en table tbody th {
        color: #fff;
    }
    .cosplayevent_price_en .btn {
        display: block;
        max-width: 100%;
        background-color: #bbb;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        padding: 6px 0;
        border-radius: 4px;
        transition: .4s;
    }
    .cosplayevent_price_en .btn:hover {
        opacity: 0.7;
    }
    .cosplayevent_price_en .non {
        background: #f5f5f5
    }
    
    .cosplayevent_price_en .price{
        font-weight: bold;
        font-size: 14px;
    }
}
