#main {
    box-sizing: border-box;
    margin: 0 auto;
    /*width: 1210px;*/
    width: 100%;
    color: #FFFFFF;
    background-color: #000000;
}

.contents-header {
}
.contents {
    margin: 0px;
    padding: 30px 0;
    padding-top: 10px;
    text-align: center;
    height: 100%;
}
.contents .wrapper {
    margin: 0 10%;
}
.back-img1 {
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url("../img/china-art-troupe_img_back1.png")
}
.back-img2 {
    background-repeat: no-repeat;
    background-position: top;
    background-image: url("../img/china-art-troupe_img_back2.png")
}
.contents-header {
    margin-bottom: 100px;
    width: 100%;
}

.content-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.content-wrapper .content-wrapper-intro {
    margin: 20px 0;
    padding: 10px;
    width: 50%;
}

.content-wrapper-intro .intro-title {
    margin-bottom: 40px;
}

.content-wrapper-intro .intro-summary {
    margin: 0 10px;
    text-align: justify;
    font-size: 17px;
    line-height: 2;
}

.tit-info {
    margin: 10px 0;
    font-size: 28px;
    text-shadow:1px 2px 2px #c7c7c7;
}

.movie-wrap {
    display: inline-block;
    margin: 20px;
}
.movie-title {

    margin: 10px;
}

.img_schedule {
    margin-bottom: 50px;
    vertical-align:bottom;
    width: 90%;
}
.img_access {
    margin: 10px 0;
    width: 60%;
}
.img-menu-title {
    margin: 40px auto 10px;
    font-size: 26px;
    color: #44546A;
}
.img-menu-title img {
    width:40%;
}
.img-menu-title-2 img {
    width: 50%;
}
.img-ticket-type img {
    margin: 40px 0;
    width: 90%;
}
.info-ticket {
    margin: 30px;
}

.btn-ticket-wrapper {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;

}
.btn-ticket {
    margin: 20px;
    display: inline-block;
    width: 300px;
    height: 127px;
    /*margin: 0 auto 30px;*/
}
.btn-ticket-web a{
    /*width: 100%;*/
    /*width: 300px;*/
    height: 127px;
    background-image:url(../img/china-art-troupe_btn_ticket_type_web_300-a.png);
    background-position: top;
    background-repeat:no-repeat;
    text-decoration:none;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display:block;
    padding: 0px;
    cursor: pointer;
}
.btn-ticket-web a:hover {
    background-image:url(../img/china-art-troupe_btn_ticket_type_web_300-a_hover.png);
}
/*.btn-ticket-ofm {*/
    /*width: 300px;*/
    /*height: 127px;*/
    /*margin: 0 auto 30px;*/
/*}*/
.btn-ticket-ofm a{
    /*width: 300px;*/
    /*width: 100%;*/
    height: 127px;
    background-image:url(../img/china-art-troupe_btn_ticket_type_ofm_300-a.png);
    background-position: top;
    background-repeat:no-repeat;
    text-decoration:none;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display:block;
    padding: 0px;
    cursor: pointer;
}
.btn-ticket-ofm a:hover {
    background-image:url(../img/china-art-troupe_btn_ticket_type_ofm_300-a_hover.png);
}

.btn-access {
    width: 300px;
    height: 127px;
    margin: 0 auto 30px;
}
.btn-access a{
    /*width: 100%;*/
    height: 127px;
    background-image:url(../img/china-art-troupe_btn_place_260_hover.png);
    background-position: top;
    background-repeat:no-repeat;
    text-decoration:none;
    color:#FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display:block;
    padding: 0px;
    cursor: pointer;
}
.btn-access a:hover {
    background-image:url(../img/china-art-troupe_btn_place_260.png);
}

/*!* 点滅 *!*/
/*.blinking{*/
    /*-webkit-animation:blink 1.5s ease-in-out infinite alternate;*/
    /*-moz-animation:blink 1.5s ease-in-out infinite alternate;*/
    /*animation:blink 1.5s ease-in-out infinite alternate;*/
/*}*/
/*@-webkit-keyframes blink{*/
    /*0% {opacity:0;}*/
    /*100% {opacity:1;}*/
/*}*/
/*@-moz-keyframes blink{*/
    /*0% {opacity:0;}*/
    /*100% {opacity:1;}*/
/*}*/
/*@keyframes blink{*/
    /*0% {opacity:0;}*/
    /*100% {opacity:1;}*/
/*}*/

.blink{animation:BLINK 1.5s ease-in-out infinite alternate;}
@keyframes BLINK {0%{opacity:1.0;}100% {opacity:0;}}

.btn{
    position: relative;
    top:0;
    left: 0;
    display: inline-block;
    /*margin: 30px 10px;*/
    /*padding: 15px 25px;*/
    outline: none;
    /*border: solid #ddd 1px;*/
    background: #fff;
    color: #666;
    font-size: 14px;
    // アニメーション設定
    transition-property: all;
    transition: 0.3s linear;
    /*transition: all 3s;*/
}
.btn:hover {
    top: -5px;
    left: -5px;
    box-shadow: 5px 5px rgba(232, 114, 114, 0.6);
// アニメーション設定
transition: all 0.3s;
}


.scale {
    margin: 10px auto 20px;
    overflow: hidden;
    width: 600px;
    height: 400px;
    border: 10px solid #FFFFFF;
}
.scale img {
    width: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;

    /*opacity: 1;*/
    /*-webkit-animation: flash 1.5s;*/
    /*animation: flash 1.5s;*/
}

#title {
    color: #fff;
    font-size: 48px;
}


#info_title {
    color: #fff;
    font-size: 48px;
}

#information {
    margin: 20px;
    margin-top: 50px;
    padding: 10px;
    text-align:center;
    color: #FFFFFF;
    border: 0px double #FFFFFF;
}
#information a {
    color: #FFFFFF;
    font-size: 20px;
}
.tit_info {
    margin: 20px;
    font-size: 26px;
    font-weight: bold;
}
.tbl_info {
    width: 80%;
}
.tbl_info td {

}
.tbl_info td a {
}
.tbl_info .date {
    width: 30%;
}

@-webkit-keyframes pulse {
    from {
        opacity: 1.0;/*透明度100%*/
    }
    to {
        opacity: 0.8;/*透明度80%*/
    }
}
.blinking{
    -webkit-animation-name: pulse;/* 実行する名前 */
    -webkit-animation-duration: 0.3s;/* 0.3秒かけて実行 */
    -webkit-animation-iteration-count:infinite;/* 何回実行するか。infiniteで無限 */
    -webkit-animation-timing-function:ease-in-out;/* イーズインアウト */
    -webkit-animation-direction: alternate;/* alternateにするとアニメーションが反復 */
    -webkit-animation-delay: 0s; /* 実行までの待ち時間 */
}


@media screen and (max-width:1024px) and (min-width:769px) {
    #main {
        box-sizing: border-box;
        margin: 0 auto;
        margin-top: 0px;
        padding: 0px;
        width: 100%;
    }

    .content-wrapper-intro .intro-summary {
        margin: 0 5px;
        font-size: 16px;
        line-height: 1.8;
    }
    .img-menu-title-2 img {
        width: 80%;
    }
    .img_schedule {
        margin-bottom: 50px;
        vertical-align:bottom;
        width: 100%;
    }
    .img_access {
        margin: 10px 0;
        width: 80%;
    }

}
@media screen and (max-width:768px) and (min-width:481px) {
    #main {
        margin:0;
        margin-top: 0px;
        width: 100%;
        padding: 0px;
    }
    .contents-header {
        margin-bottom: 30px;
    }
    .contents {
        display: block;
        margin: 0;
        padding: 0px;
        width: 100%;
        /*height: 500px;*/
    }
    .contents .wrapper {
        margin: 0 30px;
    }

    .content-wrapper {
        display: block;
        margin-bottom: 20px;
    }
    .content-wrapper .content-wrapper-intro {
        /*flex: auto;*/
        padding: 0px;
        width: 100%;
    }
    .content-wrapper-intro .intro-title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .content-wrapper-intro .intro-summary {
        margin: 5px;
        font-size: 17px;
        line-height: 2;
        margin-bottom: 20px;
    }

    .movie-wrap {
        display: block;
    }
    .movie-img {
        position: relative;
        /*margin: 30px 0;*/
        padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
    }
    .movie-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .img-menu-title img {
        width: 50%;
    }
    .img-menu-title-2 img {
        width: 80%;
    }
    .img-ticket-type img {
        width: 80%;
    }
    .img_schedule {
        margin-bottom: 50px;
        vertical-align:bottom;
        width: 100%;
    }
    .img_access {
        margin: 10px 0;
        width: 80%;
    }



}
@media screen and (max-width:480px) {
    #main {
        margin: 0;
        margin-top: 20px;
        width: 100%;
        padding: 0px;
    }

    .contents-header {
        margin-bottom: 30px;
    }

    #information {
        margin: 30px 0;
    }
    .scale {
        margin: 10px 0;
        padding: 0;
        width:  100%;
        height: auto;
        border: 10px solid #FFFFFF;
    }


    .contents {
        display: block;
        margin: 0;
        padding: 16px;
        width: 100%;
    }
    .contents .wrapper {
        margin: 0;
    }

    .content-wrapper {
        display: block;
        margin-bottom: 20px;
    }
    .content-wrapper .content-wrapper-intro {
        /*flex: auto;*/
        padding: 0px;
        width: 100%;
    }
    .content-wrapper-intro .intro-title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .content-wrapper-intro .intro-summary {
        margin: 5px;
        font-size: 17px;
        line-height: 2;
        margin-bottom: 20px;
    }

    .movie-wrap {
        display: block;
        margin: 20px 0;
        margin-bottom: 40px;
    }
    .movie-img {
        position: relative;
        margin: 10px 0;
        padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
        height: 0;
        overflow: hidden;
    }
    .movie-img iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .movie-title {
        font-size: 13px;
    }

    .img_schedule {
        margin-bottom: 50px;
        vertical-align:bottom;
        width: 100%;
    }
    .img_access {
        width: 100%;
    }

    .img-menu-title {
        margin: 10px auto;
    }
    .img-menu-title img {
        font-size: 20px;
        width: 80%;
    }
    .img-menu-title-2 img {
        width: 100%;
    }
    .img-ticket-type img {
        width: 90%;
    }
    .info-ticket {
        margin: 10px 0 20px;
        text-align: left;
    }

    .btn-ticket {
        width: 300px;
        height: 100px;
        margin: 0 auto;
    }
    .btn-ticket-ofm a {
        height: 100px;
        /*background-image: url(../img/china-art-troupe_btn_ticket_type_ofm_300.png);*/
    }
    .btn-ticket-ofm a:hover {
        /*background-image: url(../img/china-art-troupe_btn_ticket_type_ofm_300_hover.png);*/
    }
    .btn-ticket-web a {
        height: 100px;
        /*background-image: url(../img/china-art-troupe_btn_ticket_type_web_300.png);*/
    }
    .btn-ticket-web a:hover {
        /*background-image: url(../img/china-art-troupe_btn_ticket_type_web_300_hover.png);*/
    }

    .btn-access {
        width: 200px;
        height: 85px;
        margin: 0 auto 30px;
    }
    .btn-access a {
        /*width: 100%;*/
        height: 85px;
        background-image: url(../img/china-art-troupe_btn_place_200_hover_sp.png);
    }
    .btn-access a:hover {
        background-image: url(../img/china-art-troupe_btn_place_200_sp.png);
    }


}