#wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

#contentAll {
    background: url('../images/bg.jpg') no-repeat bottom left;
    background-size: contain;
    width: 375px;
    position: relative;
    margin: 0 auto;
    padding: 0 0 50px;
}

/*---------------------------------------------

main

----------------------------------------------*/

@keyframes fadeanm {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scaleanm {
    0% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

#mainAll {
    width: 365px;
    height: 525px;
    position: relative;
    overflow: hidden;
    margin: 5px auto 0;
}

#mainImg01All {
    background-color: #cfd9de;
    width: 100%;
    height: 175px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#mainImg01 {
    background: #6791ae url('../images/top2/img01.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: scaleanm 4s ease 1s forwards;
    opacity: 0;
}

#mainYellowImg01 {
    background: url('../images/top2/img01y.png') no-repeat right top;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#mainImg02All {
    background-color: #cfd9de;
    width: 100%;
    height: 175px;
    position: absolute;
    top: 175px;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#mainImg02 {
    background: #6791ae url('../images/top2/img02.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: scaleanm 4s ease 1.4s forwards;
    opacity: 0;
}

#mainYellowImg02 {
    background: url('../images/top2/img02y.png') no-repeat left bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#mainImg03All {
    background-color: #cfd9de;
    width: 100%;
    height: 175px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#mainImg03 {
    background: #4485b8 url('../images/top2/img03.jpg') no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: scaleanm 4s ease 1.8s forwards;
    opacity: 0;
}

#mainYellowImg03 {
    background: url('../images/top2/img03y.png') no-repeat right bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#logo {
    background: url('../images/top2/logo.png') no-repeat center;
    background-size: contain;
    width: 100px;
    height: 270px;
    position: absolute;
    top: 103px;
    left: 127.5px;
    z-index: 10;
    animation: fadeanm 3s ease 2s forwards;
    opacity: 0;
}

#roadshow {
    background: url('../images/top2/roadshow.png') no-repeat center;
    background-size: contain;
    width: 55px;
    height: 35px;
    position: absolute;
    bottom: 16px;
    left: 155px;
    z-index: 10;
    animation: fadeanm 3s ease 3s forwards;
    opacity: 0;
}

#roadshow2 {
    background: url('../images/top2/roadshow2.png') no-repeat center;
    background-size: contain;
    width: 160px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 107.5px;
    z-index: 10;
    animation: fadeanm 3s ease 3s forwards;
    opacity: 0;
}

#cacth01 {
    background: url('../images/top2/catch1.png') no-repeat right top;
    background-size: contain;
    width: 22px;
    height: 126px;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 10;
    animation: fadeanm 3s ease 3s forwards;
    opacity: 0;
}

#cacth02 {
    background: url('../images/top2/catch2.png') no-repeat left bottom;
    background-size: contain;
    width: 33px;
    height: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    animation: fadeanm 3s ease 3.5s forwards;
    opacity: 0;
}

/*---------------------------------------------

bnr L

----------------------------------------------*/

#bnrLall {
    width: 100%;
    padding: 27px 0;
    border-bottom: 1px solid #b0b0b0;
}

.bnrL {
    width: 320px;
    margin: 0 auto;
    line-height: 0;
}

.bnrL img {
    margin: 3px auto;
}

/*---------------------------------------------

movie

----------------------------------------------*/

#trailerAll {
    width: 100%;
    padding: 30px 0;
}

#topmovarea {
    width: 320px;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
}

#topmovarea .movie {
    width: 320px;
    margin: 0 auto;
}

#topmovarea .movie .inner {
    position: relative;
    width: 320px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #fff;
    box-sizing: border-box;
}

#topmovarea .movie .inner iframe {
    width: 320px;
    height: 180px;
}

#topmovarea .movie .tab_area {
    width: 320px;
    display: flex;
    flex-wrap: wrap;
    margin-: 0 auto;
}

#topmovarea .movie .tab_area li {
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    margin: 0;
    border: 1px solid #fff;
    border-top: 2px solid #fff;
}

#topmovarea .movie .tab_area li a {
    background-color: #bbbbbb;
    display: block;
    width: 158px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    padding: 0;
    float: left;
}

#topmovarea .movie .tab_area li.wide3 a {
    background-color: #bbbbbb;
    display: block;
    width: 104px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    padding: 0;
    float: left;
}

#topmovarea .movie .tab_area li.wide3dan a {
    background-color: #bbbbbb;
    display: block;
    width: 104px;
    line-height: 15px;
    text-decoration: none;
    color: #000;
    padding: 5px 0;
    letter-spacing: 0.5px;
    float: left;
}

#topmovarea .movie .tab_area li a.active {
    color: #000;
    background-color: #f3d232;
}

/*---------------------------------------------

tweet

----------------------------------------------*/

#tweetArea {
    width: 320px;
    padding: 0;
    margin: 0 auto;
    border: #dcdcdc 1px solid;
}

#tweet {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    line-height: 1em;
}

/*---------------------------------------------

mvck

----------------------------------------------*/

#mvckBtnAll {
    width: 375px;
    line-height: 0;
    padding: 7px 0;
    border-bottom: 1px solid #b0b0b0;
}

#mvckBtn {
    width: 365px;
    margin: 0 auto;
    text-align: right;
    line-height: 0;
}

#mvtk-widgets-container {
    margin: 30px auto 0;
    padding: 0 0 10px;
}

/*---------------------------------------------

footer

----------------------------------------------*/

#bnrSall {
    width: 100%;
    padding: 17px 0;
    text-align: center;
}

#bnrSall img {
    margin: 3px;
}

#billing {
    background: url('../images/top2/billing.png') no-repeat center;
    background-size: contain;
    width: 100%;
    height: 150px;
    margin: 20px auto 0;
}

#billing2 {
    background: url('../images/top2/billing2.png') no-repeat center;
    background-size: contain;
    width: 100%;
    height: 175px;
    margin: 0 auto 0;
}

#toho {
    background: url('../images/top2/toho.png') no-repeat left;
    background-size: contain;
    width: 50px;
    height: 18px;
    margin: 5px auto 15px;
}

#toho a {
    width: 100%;
    height: 100%;
    display: block;
}

#sharearea {
    background: url('../../images/share.png') no-repeat left;
    background-size: 30px auto;
    width: 155px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    text-indent: 30px;
    margin: 10px auto;
}

#sharearea a {
    color: #13796d;
    margin: 0 0 0 10px;
}

#bnrS {
    width: 100%;
    line-height: 1em;
    text-align: center;
    padding: 15px 0;
}

#bnrS img {
    margin: 0 4px 0 0;
}
