@charset "utf-8";
/*-------------------------------------------------

動画LP

-------------------------------------------------*/
#movie_lp{
  font-family: "Noto Sans CJK JP";
}

#movie_lp main{
    text-align: center;
    margin-bottom: 10rem;
}
#movie_lp .logo {
    position: absolute;
    width: 210px;
    height: 96px;
    top: 20px;
    left: 20px;
}
#movie_lp .logo img {
    max-height: 45px;
    height: 100%;
}
#movie_lp .ml_btn {
    position: fixed;
    top: -80px;
    right: 20px;
    z-index: 999;
}

#movie_lp .ml_btn a {
    background: #FFEFF5;
    color: #111;
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 1.5;
    display: inline-block;
    text-align: center;
    height: 100%;
    padding: 90px 20px 30px;
    position: relative;
    text-decoration: none;
    border-radius: 50%;
    border: 5px solid #111111;
    width: 250px;
    height: 250px;
}
#movie_lp .ml_btn a span {
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    margin-left: -8px;
}
#movie_lp main figure img{
    width: 100%;
    max-width: 1600px;
}


#movie_lp nav ol {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    margin: 40px auto 0;
}
#movie_lp nav ol li {
    width: 18%;
    height: 120px;
    
}
#movie_lp nav ol li:not(:first-child){
    margin-left: 2%;
}
#movie_lp nav ol li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #666666;
    border-radius: 20px;
    box-shadow: 10px 10px 0px rgba(102, 102, 102, 1);
    position: relative;
    font-size: 2.6rem;
    font-weight: bold;
    color: #666;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.5s 0s ease;
}
#movie_lp nav ol li a div {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -32px;
}
#movie_lp nav ol li a:after {
    content: "";
    width: 44px;
    height: 44px;
    background: url("/form/movie_lp/img/arrow01.png") top center no-repeat;
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -22px;
}

#movie_lp .main_copy{
    margin: 0 0 5rem;
}
#movie_lp .main_copy,
#movie_lp .textbox{
    text-align: center;
}
#movie_lp .main_copy p:not(:first-child),
#movie_lp .textbox p:not(:first-child){
    margin-top: 1rem;
}
#movie_lp .main_copy p{
    font-size: 1.6rem;
}
#movie_lp .main_copy .cap{
    font-size: 2.0rem;
    font-weight: bold;
}


#movie_lp .movie_list {
    padding: 10rem 0 8rem;
}
#movie_lp .movie_list ol {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1600px;
    width: 100%;
    margin: 40px auto 0;
}
#movie_lp .movie_list ol li {
    width: 30%;
    max-width: 480px;
    background: #fff;
    border: 2px solid #E5005A;
    border-radius: 40px;
    padding: 40px;
    position: relative;
    font-size: 1.6rem;
}
#movie_lp .movie_list ol li:nth-child(2),
#movie_lp .movie_list ol li:nth-child(3),
#movie_lp .movie_list ol li:nth-child(5){
    margin-left: 4%;
}
#movie_lp .movie_list ol li:nth-child(n+4) {
    margin-top: 14rem;
}

#movie_lp .movie_list ol li .head {
    position: absolute;
    top: -80px;
    left: 50%;
    margin-left: -58px;
}
#movie_lp .movie_list ol li:nth-child(1) figure {
    position: absolute;
    top: -130px;
    left: 40px;
}
#movie_lp .movie_list ol li:nth-child(2) figure {
    position: absolute;
    top: -105px;
    left: -10px;
}
#movie_lp .movie_list ol li:nth-child(3) figure {
    position: absolute;
    top: -108px;
    left: -35px;
}
#movie_lp .movie_list ol li:nth-child(4) figure {
    position: absolute;
    top: -110px;
    right: 50px;
}
#movie_lp .movie_list ol li:nth-child(5) figure {
    position: absolute;
    top: -80px;
    right: -45px;
}
@media screen and (max-width: 1280px) {
#movie_lp .movie_list ol li:nth-child(2), #movie_lp .movie_list ol li:nth-child(3), #movie_lp .movie_list ol li:nth-child(5) {
    margin-left: 3%;
}
#movie_lp .movie_list ol li figure {
    height: 180px;
}
#movie_lp .movie_list ol li:nth-child(2) figure {
    height: 160px;
}
#movie_lp .movie_list ol li:nth-child(3) figure {
    height: 130px;
}
#movie_lp .movie_list ol li:nth-child(5) figure {
    height: 120px;
}

#movie_lp .movie_list ol li figure img {
    height: 100%;
    width: auto;
}
#movie_lp .movie_list ol li:nth-child(1) figure {
    top: -90px;
    left: 40px;
}
#movie_lp .movie_list ol li:nth-child(2) figure {
    top: -75px;
    left: -20px;
}
#movie_lp .movie_list ol li:nth-child(3) figure {
    top: -70px;
    left: -30px;
}
#movie_lp .movie_list ol li:nth-child(4) figure {
    top: -90px;
    right: 50px;
}
#movie_lp .movie_list ol li:nth-child(5) figure {
    top: -55px;
    right: -35px;
}
}

#movie_lp .movie_list ol li h2 {
    color: #E5005A;
    font-weight: bold;
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 3rem;
}
#movie_lp .movie_list ol li h3 {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 3rem;
}
#movie_lp .movie_list ol li .note {
    margin-top: 1rem;
}

#movie_lp .movie_list ol li .movie {
	max-width: 400px;
	width: 100%;
	margin: 0 auto 30px;
}
#movie_lp .movie_list ol li .movie iframe {
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
	width: 100%;
	aspect-ratio: 16 / 9;
}
#movie_lp .movie_list ol li .movie img {
	width: 100%;
    height: auto;
}

#movie_lp .textbox{
    font-size: 2.0rem;
    font-weight: bold;
}
#movie_lp .textbox figure{
    margin-top: 3rem;
}


#movie_lp .btn_block {
    max-width: 1280px;
    width: 96%;
    margin: 8rem auto 15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#movie_lp .btn_block .btn {
    display: block;
    width: 48%;
    max-width: 600px;
    height: 100px;
    background: #FFEFF5;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    color: #111;
    font-size: 2.2rem;
    text-align: center;
    cursor: pointer;
    border: 4px solid #111;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#movie_lp .btn_block .btn:last-child {
    margin-left: 4%;
}

#movie_lp .btn_block .btn i{
    position: absolute;
    color: #E5005A;
    font-size: 1.8rem;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -0.9rem;
}

@media screen and (max-width: 720px) {
    #movie_lp main {
        padding-top: 6rem;
        margin-bottom: 6rem;
    }
    #movie_lp .logo {
        width: 160px;
        height: 35px;
        top: 15px;
        left: 15px;
    }  
    #movie_lp .logo img {
        height: 100%;
    }
    #movie_lp .ml_btn {
        top: 0;
        right: 0;
        width: 45%;
        max-width: 200px;
    }  
    #movie_lp .ml_btn a {
        font-size: 1.3rem;
        text-align: left;
        line-height: 1.3;
        width: 100%;
        height: 65px;
        border-radius: 0;
        padding: 5px 20px 5px;
        margin-top: 0;
        margin-right: 0;
        border: 3px solid #111111;
    }
    #movie_lp .ml_btn a span {
        width: 13px;
        height: 10px;
        position: absolute;
        left: 92%;
        bottom: 15px;
    }
    #movie_lp .ml_btn a span img {
        height: 100%;
        width: auto;
    }
    #movie_lp main figure img{
        max-width: 378px;
    }

    #movie_lp nav ol {
        width: 100%;
        margin: 40px auto 0;
        justify-content: center;
    }
    #movie_lp nav ol li {
        width: 30%;
        height: 75px;

    }#movie_lp .movie_list ol li {
        width: 30%;
        max-width: 480px;
        border-radius: 40px;
        padding: 40px;
        font-size: 1.6rem;
    }

    #movie_lp nav ol li:nth-child(2),
    #movie_lp nav ol li:nth-child(3),
    #movie_lp nav ol li:nth-child(5){
        margin-left: 3%;
    }
    #movie_lp nav ol li:nth-child(n+4) {
        margin-top: 8%;
    }

     #movie_lp nav ol li a {
        border-radius: 20px;
        box-shadow: 6px 6px 0px rgba(102, 102, 102, 1);
        font-size: 1.6rem;
    }

    #movie_lp nav ol li a div {
        width: 46px;
        height: 40px;
        top: -25px;
        margin-left: -23px;
    }
    #movie_lp nav ol li a div img {
        width: 100%;
        height: auto;
    }
    #movie_lp nav ol li a:after {
        background-size: cover;
        width: 22px;
        height: 22px;
        bottom: -14px;
        margin-left: -11px;
    }

    #movie_lp .main_copy{
        margin: 0 0 2rem;
        padding: 0 2rem;
    }
    #movie_lp .main_copy p{
    }
    #movie_lp .main_copy .cap{
        font-size: 1.8rem;
    }

    #movie_lp .movie_list {
        padding: 6rem 2rem 4rem;
    }
    #movie_lp .movie_list ol {
        flex-direction: column;
        width: 100%;
        margin: 40px auto 0;
    }

    #movie_lp .movie_list ol li {
        width: 100%;
        max-width: inherit;
        padding: 30px;
        font-size: 1.6rem;
    }
    #movie_lp .movie_list ol li:nth-child(2),
    #movie_lp .movie_list ol li:nth-child(3),
    #movie_lp .movie_list ol li:nth-child(5){
        margin-left: 0;
    }
    #movie_lp .movie_list ol li:nth-child(n+4) {
        margin-top: 0;
    }
    #movie_lp .movie_list ol li:not(:first-child) {
        margin-top: 110px;
    }

    #movie_lp .movie_list ol li .head {
        width: 90px;
        top: -65px;
        margin-left: -45px;
    }
    #movie_lp .movie_list ol li .head img {
        width: 100%;
        height: auto;
    }
    #movie_lp .movie_list ol li figure {
        height: 160px;
    }
    #movie_lp .movie_list ol li:nth-child(2) figure {
        height: 150px;
    }
    #movie_lp .movie_list ol li:nth-child(3) figure {
        height: 110px;
    }
    #movie_lp .movie_list ol li:nth-child(5) figure {
        height: 110px;
    }

    #movie_lp .movie_list ol li figure img {
        height: 100%;
        width: auto;
    }
    #movie_lp .movie_list ol li:nth-child(1) figure {
        top: -90px;
        left: 40px;
    }
    #movie_lp .movie_list ol li:nth-child(2) figure {
        top: -75px;
        left: -10px;
    }
    #movie_lp .movie_list ol li:nth-child(3) figure {
        top: -70px;
        left: -15px;
    }
    #movie_lp .movie_list ol li:nth-child(4) figure {
        top: -90px;
        right: 50px;
    }
    #movie_lp .movie_list ol li:nth-child(5) figure {
        top: -55px;
        right: -15px;
    }
    #movie_lp .movie_list ol li h2 {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }
    #movie_lp .movie_list ol li h3 {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    #movie_lp .textbox{
        font-size: 1.8rem;
        padding: 0 2rem;
    }
    #movie_lp .textbox figure{
        width: 80%;
        margin: 3rem auto 0;
    }
    #movie_lp .textbox figure img{
        width: 100%;
        height: auto;
    }

    #movie_lp .btn_block {
        max-width: inherit;
        width: 100%;
        margin: 4rem auto 10rem;
        flex-direction: column;
        padding: 0 3rem;
    }
    #movie_lp .btn_block .btn {
        width: 100%;
        max-width: inherit;
        height: 80px;
        border-radius: 40px;
        font-size: 1.8rem;
    }
    #movie_lp .btn_block .btn:last-child {
        margin-left: 0;
        margin-top: 4%;
    }

}