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

@media screen and (max-width:999px) {
    header {
        background-color: rgba(0, 0, 0, 0);
    }
    .IA-body {
        margin-top: 0;
    }
    .ic-inner {
        max-width: 90%;
        padding:0;
    }
    .IA-top-left,.IA-top-right {
        display: none;
    }
}

@media screen and (max-width:768px) {
 body {
	font-family: sans-serif ;
}
 
    .IA_top_mainvisual figure.ia-mv-sp {
        display:block;        
    }
    .IA_top_mainvisual figure.ia-mv {
        display: none;
    }
    .Lead_catch figure {
        max-width: 82%;
        margin:12% auto;
    }
    .lead_text p {
        font-size: 1.12em;
    }
    .lead_text {
        margin-bottom: 6%;
    }
    .lead_chu p {
        line-height: 1.6em;
    }
    .Top-Content h2 {
        font-size: 1.58em;
        margin-bottom: 6%;
    }
    .Top-Content h2::before {
        width:42px;
        height: 57.4px;
        margin-right: 4%;
    }
    .Top-Content h2::after {
        width: 54.6px;
        height: 57.4px;
        margin-left: 4%;
    }
    .Top-Content {
        margin-bottom: 18%;
    }
    .ic-outline-block dt {
        float: none;
        width: 100%;
    }
    .ic-outline-block dd {
        margin-left: 5%;
        text-align: justify;
        padding-top: 0;
        border-top: 0;
        font-size: 1em;
    }
    .ic-ticket-block {
        width:100%;        
    }
    .ic-ticket-block table th span {
    display: inline-block;
    padding-top: 0;
    line-height: 1.4em;
    text-align: justify;
    font-size: .6em;
    }
    table.table-bearbrick tr {
        display: flex;
        flex-wrap: wrap;        
    }
    table.table-bearbrick th,table.table-bearbrick td {
        flex-basis: 100%;
    }
    .ic-ticket-block table th {
        font-size: 1.38em;
        height:140px;
    }
    .ic-movie-row {
        display: block;
    }
    .ic-movie-block:first-child {
        margin-bottom: 6%;
    }
    .footer-logo-block {
        max-width: 200px;
    }
    .brick-br {
        display: none;
    }
    .ic-ticket-block {
        margin-bottom: 10%;
    }
}

