/* 1 Movie page global css
-----------------------------------------------------------------*/
body {
    line-height: 1.33;
    color: #56565a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media (max-width: 768px) {
    body {
        font-size: 14px;
   }
}

.movie-page {
    color: #56565a;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.movie-page a {
    color: #56565a;
}
.movie-page a:hover, .movie-page a:focus {
    text-decoration: none;
}
.movie-page a:hover img {
    opacity: 0.8;
}
.movie-page p {
    line-height: 1.9;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
}
@media (max-width: 768px) {
    .movie-page p {
        line-height: 1.5;
        font-size: 14px;
        margin-bottom: 20px;
    }
}
.movie-page label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}
.movie-page ul, .movie-page ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.movie-page img {
    max-width: 100%;
}

/* 2. Movie page header css
-----------------------------------------------------------------*/
.movie-page .movie-page-header {
    background: #002f5f; 
    height: 60px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .movie-page .movie-page-header {
        background: #ffffff;
        height: 38px;
        box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
    }
}
.movie-page .movie-page-header .smp-logo {
    display: inline-block;
    position: relative;
    top: 5px;
}
.movie-page .movie-page-header .smp-logo-pc { 
    width: 124px; 
    display: inline-block;
}
@media (max-width: 768px) {
    .movie-page .movie-page-header .smp-logo-pc {
        display: none;
    }
}
.movie-page .movie-page-header .smp-logo-sp { 
    width: 90px; display: none;
}
@media (max-width: 768px) {
    .movie-page .movie-page-header .smp-logo-sp {
        display: inline-block;
    }
}
.movie-page .movie-page-header .smp-cross {
    margin-left: auto; 
    display: none;  
}
.movie-page .movie-page-header .smp-cross img+img{ 
    display: none;
}
@media (max-width: 768px) {
    .movie-page .movie-page-header .smp-cross img{ 
        display: none;
    }
    .movie-page .movie-page-header .smp-cross img+img{ 
        display: inline-block;
    }
}

/* 3 Movie page content css
-----------------------------------------------------------------*/

.movie-page .movie-page-content { 
    max-width: 880px; 
    margin: 0 auto; 
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 768px) {
    .movie-page .movie-page-content { 
        padding-top: 40px;
    }
}
.movie-page .movie-page-content h1 {
    font-size: 24px;  
    color: #56565A;  
    margin-bottom: 30px; 
    margin-top: 0;
}

@media (min-width: 769px) {
    h1 br { display: none; }
}

@media (max-width: 768px) {
    .movie-page .movie-page-content h1 {
        font-size: 18px;
    }
}
.movie-page .smp-movie-player { 
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .movie-page .smp-movie-player { 
        margin-bottom: 30px;
    }   
}
/* .movie-page .smp-movie-player iframe { 
    width: 100%; 
    height: 495px; 
}
@media (max-width: 768px) {
    .movie-page .smp-movie-player iframe { 
        height: 195px;
    }
} */
.movie-page .video-preview {
    position: relative;  
}
.movie-page .video-preview .wrapper-video-preview {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;   
    height: 495px;  
}
@media (max-width: 768px) {
    .movie-page .video-preview .wrapper-video-preview {
        height: 195px;
    }
}
.movie-page .video-preview .wrapper-video-preview iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.movie-page .smp-btn-section {
    border-top: 1px solid #DCDCDC; 
    padding-top: 30px;
}
@media (max-width: 768px) {
    .movie-page .smp-btn-section {
        padding-top: 20px;
    }
}
/*
.movie-page .smp-btn {
    background: transparent linear-gradient(180deg, #107CF4 0%, #0F58A8 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 10px 10px;
    height: 68px;
    border: none;
    outline: none;
    -webkit-animation: none;
    width: 100%;
    color: #ffffff;
    font-size: 21px;
    cursor: pointer;
    font-weight: bold;
}
.movie-page .smp-btn:disabled {
    background: #BBBBBB;
}
@media (max-width: 768px) {
    .movie-page .smp-btn {
        height: 48px;
        font-size: 15px;
        border-radius: 4px;
    }
}
*/

.movie-page .smp-btn:disabled {
    background: #BBBBBB !important;
    border: none;
}

.movie-page .smp-btn {
    display: inline-block;
    color: #56565a;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    height: 40px;
    font-size: 1rem;
    padding: 0.6875rem 0.9375rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 50px;
    font-weight: bold;
}

.movie-page .smp-btn {
    color: #fff;
    background-color: #0db3a9;
    border-color: #0db3a9;
}

.movie-page .smp-btn {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.movie-page .smp-btn:hover {
    color: #fff;
    background-color: #0a8f87;
    border-color: #0a837c;
}

@media (max-width: 768px) {
    .movie-page .smp-btn {
        max-width: 100%;
        width: 100%;
        font-size: 14px;
        height: 40px;
        margin: 0 0 20px 0;
    }
}
@media (min-width: 769px) {
    .movie-page .smp-btn {
        font-size: 16px;
        height: 50px;
        margin: 0;
        width: 100%;
        max-width: 443px;
    }
}

.btn_saq2023 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    flex-direction: column;
    margin: 20px 0 !important;
}

/* 4. Movie page footer css
-----------------------------------------------------------------*/
.movie-page-footer {
    background: #002f5f;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px 20px;
    margin-top: 50px;
    font-family: Arial, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, sans-serif;
}
@media (max-width: 768px) {
    .movie-page-footer {
        margin-top: 30px;        
    }
}
.text-indent {
    padding-left: 1rem;
    text-indent: -1rem;
}