.sideBanner {
	position: relative;
}

.sideBanner .mainImg {
	position: absolute;
	top: 0;
	left: 0;
}

.sideBanner .arrow {
	position: absolute;
	top: 267px;
	left: -18px;
	animation: horizontal 1s ease-in-out infinite alternate;
	animation-duration: 0.5s;
}





/*--------------------------------------------------------
下部CTA
-------------------------------------------------------*/


.footer-cta {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    overflow: hidden;
}
.footer-cta img {
    max-width: 100%;
    height: auto;
}
.footer-cta a { display: block }
.footer-cta-wrap { position: relative }
.footer-cta-block { display: block }
.footer-cta-block-text {
    margin-top: 16px;
    margin-bottom: 16px;
}
@media (max-width: 767px) { 
    .footer-cta-block-text {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}
.footer-cta-block-text p {
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 767px) { 
    .footer-cta-block-text p {
        text-align: center;
        margin: 0;
    }
}
.footer-cta-block-text p .text-large { font-size: 100% }
@media (max-width: 767px) { 
    .footer-cta-block-text p .text-large { font-size: 14px }
}
.footer-cta-block-text p .text-small {
    font-size: 85%;
    display: block;
    margin-top: -2px;
}
.footer-cta-block-btn {
    margin-top: 16px;
    margin-bottom: 16px;
}
@media (max-width: 767px) { 
    .footer-cta-block-btn {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 14px;
    }
}
.footer-cta-close {
    position: absolute;
    z-index: 220;
    top: 16px;
    left: -16px;
    font-size: 2em;
    margin: 0;
    cursor: pointer;
}
@media (max-width: 767px) { 
    .footer-cta-close {
        left: 16px;
        top: 8px;
    }
}
.footer-cta-close span { display: none }
.footer-cta-close:hover { opacity: 0.6 }
.btn-movie,
.btn-blog-cta-post,
.btn-success-cta {
    background: #4EBA93;
    color: #ffffff;
}
.btn-movie:hover,
.btn-blog-cta-post:hover,
.btn-success-cta:hover {
    color: #ffffff;
    background: #6bc5a5;
}
.btn-author {
    background: #FBD01D;
    color: #ffffff;
    font-size: 14px;
}
.btn-author:hover {
    color: #ffffff;
    background: #6089c2;
}
.fa-remove:before,
.fa-close:before,
.fa-times:before { content: "" }
.footer-cta-wrap { position: relative }
@media (max-width: 767px) { 
    .footer-cta-wrap {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }
}
.footer-cta-wrap {
    padding-right: 32px !important;
    padding-left: 32px !important;
    margin-right: auto;
    margin-left: auto;
}
.row {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}
@media (min-width: 992px) { 
    .footer-cta-block-btn {
        width: 31%;
        float: left;
    }
    .footer-cta-block-text {
        width: 64%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 16px;
        padding-right: 16px;
    }
}
.footer-cta-close {
    position: absolute;
    z-index: 220;
    top: 16px;
    left: -16px;
    font-size: 28px;
    margin: 0;
    cursor: pointer;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-remove:before,
.fa-close:before,
.fa-times:before { content: "✖️" }
.footer-cta-close span { display: none }
.row:after,
.row-inlineblock:after { clear: both }
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.btn {
    color: #FFF;
    text-decoration: none;
}
a.btn:link,
a.btn:visited { color: #fff }
.btn-movie,
.btn-blog-cta-post,
.btn-success-cta {
    background-color: red;
    color: #fff;
}
.btn-movie:hover,
.btn-blog-cta-post:hover,
.btn-success-cta:hover {
    color: #fff;
    background-color: red;
    opacity: 0.7;
}
@media (min-width: 768px) { 
    .footer-cta-wrap { width: 700px }
    .footer-cta-close {
        top : 2px;
        left: -30px;
    }
}
@media (min-width: 992px) { 
    .footer-cta-wrap { width: 980px }
    .footer-cta-close {
        top: 17px;
        left: -20px;
    }
}
.footer-cta-block-btn {
    margin-top: 16px;
    margin-bottom: 16px;
}
@media (max-width: 767px) { 
    .footer-cta-close {
        left: 1px;
        top: -1px;
    }
    .footer-cta-block.pc { display: none !important }
    .footer-cta-block.sp { display: block !important }
}
@media (min-width: 767px) { 
    .footer-cta-block.pc { display: block !important }
    .footer-cta-block.sp { display: none !important }
}

.home #sidebar-scroll {display:none !important;}

