@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%;
    }
}

@media screen and (min-width: 768px) {
    .contents-hero__title-jp {
        position: relative;
        flex: 1;
        max-width: 474px;
        top: 0;
        left: 0;
        transform: translateX(0);
        padding: 0 0 10px 0;
    }
        .contents-hero__bg {
        display: block;
        width: 1950px;
        left: 50%;
        transform: translateX(-50%);
    }
    .contents-hero__unit {
        position: absolute;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: calc(100% - 0px);
        max-width: 820px;
        top: 0px;
    }
        .contents-hero__img {
        width: 400px;
        top: 0;
    }
}

@media screen and (min-width: 1100px) {
    .contents-hero__unit-main {
        height: 480px;
        padding-bottom: 0px;
    }
        .contents-hero__bg {
        width: 2740px;
        height: 454px;
    }
        .contents-hero__unit {
        width: calc(100% - 160px);
        max-width: 1436px;
        min-width: 1180px;
    }
        .contents-hero__img {
        width: 570px;
    }
}

