@charset "utf-8";

@import "../../../files/css/layout.css";


@media screen and (max-width: 480px) {
}

body {
    background: #fff url(../img/bg.png) no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}


/*-------------------------------------------------------------------------
	Movie
/*-----------------------------------------------------------------------*/

h1 {
    padding-top: 8%;
}

.movie {
    width: 69.06%;
    margin: 8% auto 0;
    padding: 4.5% 4.5% 2%;
    text-align: center;
    background-color: #fff;
    border-radius: 14px;
    position: relative;
}
.yt-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie iframe {
    min-width: 200px;
    min-height: 110px;
    width: 100%;
    height: 100%;
    background: url(../../../files/img/common/movie/txt.png) no-repeat center #000;
    background-size: 80%;
    position: absolute;
    top: 0;
    left: 0;
}
.movie p {
    margin: 1.5% auto 0;
}
.movie span {
    width: 17.27%;
    position: absolute;
    top: -2%;
    right: 6%;
}
#intro p {
    width: 33%;
}
#tvcm01 p {
    width: 28.75%;
}
#tvcm02 p {
    width: 30%;
}
#close {
    width: 71.25%;
    margin: 0 auto;
    padding: 12% 0;
}

.iphone .movie iframe,
.android .movie iframe {
    background: none;
}