@charset "UTF-8";

/* CSS Document */

body {
    background: url(/milky-pop/images/bg_pattern.svg) #cef2ff;
    background-size: 60px;
}

/*====================================

    movie_list

====================================*/  

.movie_list ul {
    width: 100%;
    padding: 40px 0 0 0;
}
.movie_list ul li {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.movie_list ul li .icon {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 100px;
    z-index: 1;
}
.movie_list ul li a {
    display: block;
    text-decoration: none;
}
.movie_list ul li a:hover {
    -webkit-animation: zoom .3s;
    animation: zoom .3s;
}
@-webkit-keyframes zoom {
    50% {
        -webkit-transform: scale(1.05);
    }
}
@keyframes zoom {
    50% {
        transform: scale(1.05);
    }
}
.movie_list ul li a .ph {
    position: relative;
}
.movie_list ul li a .ph:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/btn_play_m.svg) no-repeat bottom 5% right 5%;
    background-size: 15%;
}
.movie_list ul li a .ph {
    margin-bottom: 20px;
}
.movie_list ul li a .text {
}
.movie_list ul li a .text .cp_ttl {
    font-size: 90%;
    margin-bottom: 10px;
}
.movie_list ul li a .text p {
    color: #333;
    text-align: center;
    line-height: 1em;
    font-weight: 600;
    font-size: 120%;
}
.movie_list ul li a .text p span {
    font-size: 90%;
    line-height: 1em;
    display: block;
    padding-top: 10px;
    font-weight: 200;
}
.movie_ttl {
    width: 100%;
    text-align: center;
}
.movie_ttl img {
    width: 300px;
    margin: 0 auto;
}

/*====================================

    movie_banner 2カラム

====================================*/  

.movie_list .movie_banner {
    width: 100%;
    text-align: center;
    background: #feff7b;
    border-radius: 10px;
    padding: 20px;
}
.movie_list .movie_banner ul {
    padding: 0;
    margin: 0;
}
.movie_list .movie_banner ul li {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}
.movie_list .movie_banner ul li:last-child {
    margin-bottom: 0px;
}
.movie_list .movie_banner ul li a {
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #FE7378;
}
.movie_list .movie_banner ul li p {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

/*====================================

    tiktok

====================================*/  

.tiktok {
}
.tiktok ul {
}
.tiktok ul li p {
    color: #333;
    text-align: center;
    line-height: 1em;
    font-weight: 600;
    font-size: 120%;
    width: 100%;
}

