@charset "UTF-8";

body {
    background: #08090d;
}

.lp-layout-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: linear-gradient(#08090d 0%, #1e1f26 100%);
}

@media only screen and (min-width: 1921px) {
    .lp-layout-container {
        height: auto;
        min-height: 100vh;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-layout-container {
        height: auto;
        background: none;
    }
}

@media only screen and (max-height: 680px) {
    .lp-layout-container {
        height: auto;
    }
}

.lp-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding: 24px 46px 24px 110px;
    background: #08090d;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-layout-header-content {
        max-width: 213.33333vh;
        padding: 2.66667vh 5.11111vh 2.66667vh 12.22222vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-layout-header-content {
        padding: 1.25vw 2.39583vw 1.25vw 5.72917vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-layout-header-content {
        justify-content: center;
        padding: 20px;
    }
    .of-movie .lp-layout-header-content {
        justify-content: space-between;
    }
}

.lp-layout-header-logo {
    display: inline-block;
    margin-bottom: 0;
}

.of-movie .lp-layout-header-logo {
    margin-right: auto;
}

.lp-layout-header-logo a {
    text-decoration: none;
}

.lp-layout-header-logo img {
    width: 125px;
}

.theme-KC .lp-layout-header-logo img {
    width: 229px;
}

.lp-layout-main {
    display: flex;
    overflow: hidden;
}

.lp-layout-main-content {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-main-content {
        display: block;
        padding: 0 20px;
    }
}

.lp-layout-main-body {
    display: flex;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-main-body {
        display: block;
    }
}

.lp-layout-main-body.of-primary {
    width: 798px;
    padding-left: 100px;
}

@media only screen and (max-width: 1279px) {
    .of-movie .lp-layout-main-body.of-primary {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-layout-main-body.of-primary {
        width: 88.66667vh;
        padding-left: 11.11111vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-layout-main-body.of-primary {
        width: 41.5625vw;
        padding-left: 5.20833vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-layout-main-body.of-primary {
        width: 100%;
        padding-left: 0;
    }
}

.lp-layout-main-body.of-secondary {
    width: 1122px;
    border-left: 3px solid #08090d;
}

.of-movie .lp-layout-main-body.of-secondary {
    flex-direction: column;
    justify-content: flex-end;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-layout-main-body.of-secondary {
        width: 124.66667vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-layout-main-body.of-secondary {
        width: 58.4375vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-layout-main-body.of-secondary {
        width: 100%;
    }
}

.lp-layout-footer {
    background: #08090d;
}

.lp-layout-footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 20px;
}

.lp-layout-footer-content > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-content {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-body {
        width: 100%;
        margin-bottom: 10px;
    }
}

.lp-layout-footer-body.of-primary {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-body.of-primary {
        display: block;
    }
}

.lp-layout-footer-copyright {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.lp-layout-footer-list {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

@media only screen and (max-width: 1279px) {
    .lp-layout-footer-list {
        justify-content: center;
        margin-bottom: 5px;
        margin-left: -16px;
    }
}

.lp-layout-footer-list > li {
    position: relative;
    margin-left: 16px;
    line-height: 1.2;
}

.lp-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 16px;
    transform: translateY(-50%);
    background: #888;
    content: "";
}

.lp-layout-footer-list > li a {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    text-decoration: none;
}

.lp-layout-footer-list > li a:hover, .lp-layout-footer-list > li a:focus {
    text-decoration: underline;
}

.lp-layout-footer-list > li:first-child::before {
    content: none;
}

.lp-jumbotron {
    display: flex;
    color: #fff;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron {
        display: block;
    }
}

.lp-jumbotron-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-content {
        display: block;
    }
}

.lp-jumbotron-body {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    padding-bottom: 35px;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-jumbotron-body {
        padding-bottom: 3.88889vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-body {
        padding-bottom: 1.82292vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-body {
        display: block;
        margin-bottom: 35px;
        padding-bottom: 0;
    }
}

.lp-jumbotron-title {
    display: block;
    font-size: 4.2rem;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-jumbotron-title {
        font-size: 4.66667vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-title {
        font-size: 2.1875vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-title {
        font-size: 3.28125vw;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        font-size: 2.4rem;
    }
}

.lp-jumbotron-title > em {
    color: #48de45;
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-title {
        margin-bottom: 8px;
    }
}

.lp-jumbotron-series {
    display: flex;
    align-items: center;
    font-size: 2.2rem;
    font-weight: normal;
    line-height: 1;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-jumbotron-series {
        font-size: 2.44444vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-series {
        font-size: 1.14583vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-series {
        justify-content: center;
        font-size: 1.71875vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-series {
        font-size: 1.6rem;
    }
}

.lp-jumbotron-icon {
    display: block;
    margin-right: 10px;
    padding: 5px 10px;
    background: #d52627;
    font-size: 2rem;
    white-space: nowrap;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-jumbotron-icon {
        font-size: 2.22222vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-jumbotron-icon {
        font-size: 1.04167vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-icon {
        font-size: 1.5625vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-jumbotron-icon {
        font-size: 1.4rem;
    }
}

.lp-jumbotron-image {
    display: flex;
    flex: 1 0 auto;
    min-height: 0%;
    text-align: center;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-jumbotron-image {
        margin-left: -10vh;
    }
}

@media only screen and (max-width: 1919px) and (min-height: 681px) {
    .lp-jumbotron-image {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1919px) and (max-height: 680px) {
    .lp-jumbotron-image {
        margin-left: -4.6875vw;
    }
}

.lp-jumbotron-image > img {
    width: 780px;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-jumbotron-image > img {
        width: 86.66667vh;
    }
}

@media only screen and (max-width: 1919px) and (min-height: 681px) {
    .lp-jumbotron-image > img {
        width: 36.45833vw;
    }
}

@media only screen and (max-width: 1919px) and (max-height: 680px) {
    .lp-jumbotron-image > img {
        width: 40.625vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-jumbotron-image {
        display: none;
    }
}

.lp-section {
    width: 1008px;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-section {
        width: 112vh;
    }
}

@media only screen and (max-width: 1919px) and (min-height: 681px) {
    .lp-section {
        width: 100.88889vh;
    }
}

@media only screen and (max-width: 1919px) and (max-height: 680px) {
    .lp-section {
        width: 52.5vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-section {
        width: auto;
        margin-bottom: 30px;
    }
}

[data-script-enabled="true"] .lp-section {
    display: none;
}

[data-script-enabled="true"] .lp-section.is-active {
    display: block;
}

@media only screen and (max-width: 1279px) {
    [data-script-enabled="true"] .lp-section {
        display: block;
    }
}

.lp-section-group {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 0%;
    margin-bottom: 0;
    padding: 0 20px 20px;
    background: #08090d;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    .lp-section-group {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    .lp-section-group > *:last-child {
        margin-bottom: 0;
    }
}

.lp-textLink {
    position: relative;
    padding-left: 10px;
    color: #fff;
    font-size: 1.4rem;
    text-decoration: none;
}

.lp-textLink-outer {
    margin-bottom: 0;
    margin-left: 20px;
}

.lp-textLink::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-width: 3px 0 3px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    transition: all 0.3s;
}

.lp-textLink:hover, .lp-textLink:focus {
    text-decoration: underline;
}

.lp-media {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
}

.lp-media-body {
    display: flex;
    flex: 1 0 auto;
}

.lp-media-image {
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 0%;
    margin-bottom: 0;
    padding: 0 20px 20px;
    background: #08090d;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    .lp-media-image {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
}

.lp-media-image > img {
    width: 1008px;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-media-image > img {
        width: 112vh;
    }
}

@media only screen and (max-width: 1919px) and (min-height: 681px) {
    .lp-media-image > img {
        width: 100.88889vh;
    }
}

@media only screen and (max-width: 1919px) and (max-height: 680px) {
    .lp-media-image > img {
        width: 52.5vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-media-image > img {
        width: auto;
    }
}

.lp-mediaSeries {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .lp-mediaSeries {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaSeries-body {
        width: 100%;
    }
}

.lp-mediaSeries-image {
    display: none;
}

@media only screen and (max-width: 1279px) {
    .lp-mediaSeries-image {
        display: block;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .lp-mediaSeries-image {
        display: none;
    }
}

.lp-listFeature {
    display: flex;
}

@media only screen and (max-width: 1279px) {
    .lp-listFeature {
        display: block;
        width: 100%;
    }
}

.lp-listFeature > li {
    width: 33.3333333333%;
    padding: 10px 30px;
    border-left: 2px solid #00b723;
    background: linear-gradient(#08090d 0%, #2a2c35 100%);
    color: #fff;
    font-size: 1.8rem;
}

.lp-listFeature > li:first-child {
    border-left: 0;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-listFeature > li {
        padding: 1.11111vh 3.33333vh;
        font-size: 2vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-listFeature > li {
        padding: 0.52083vw 1.5625vw;
        font-size: 0.9375vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-listFeature > li {
        width: 100%;
        padding: 20px;
        border-top: 2px solid #00b723;
        border-left: 0;
        font-size: 1.8rem;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .lp-listFeature > li {
        font-size: 1.6rem;
    }
}

.lp-listFeature > li > em {
    display: block;
    font-size: 3.2rem;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-listFeature > li > em {
        font-size: 3.55556vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-listFeature > li > em {
        font-size: 1.66667vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-listFeature > li > em {
        font-size: 2.5vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-listFeature > li > em {
        font-size: 2rem;
    }
}

.lp-listButton {
    display: flex;
}

.lp-listButton.of-column {
    flex-direction: column;
    width: 100%;
    margin-left: -20px;
}

.lp-listButton.of-column > li {
    width: 100%;
    margin-top: 16px;
}

.lp-listButton > li {
    margin-left: 20px;
}

.lp-navigationTab {
    display: flex;
    flex: 1 0 auto;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationTab {
        display: none;
    }
}

.lp-navigationTab-list {
    display: flex;
    width: 100%;
}

.lp-navigationTab-list > li {
    display: flex;
    width: 33.3333333333%;
    border-left: 2px solid #00b723;
}

.lp-navigationTab-list > li:first-child {
    border-left: 0;
}

.lp-navigationTab-button {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    padding: 10px 30px;
    background: linear-gradient(#08090d 0%, #2a2c35 100%);
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
}

.lp-navigationTab-button::before {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 147px;
    height: 81px;
    background: url("../../img/landing_page/sr-5000_pr_02/icon_01.png") no-repeat;
    content: "";
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-navigationTab-button {
        padding: 1.11111vh 3.33333vh;
        font-size: 2vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-navigationTab-button {
        padding: 0.52083vw 1.5625vw;
        font-size: 0.9375vw;
    }
}

.lp-navigationTab-buttonBody {
    display: block;
    z-index: 1;
    position: relative;
}

.lp-navigationTab-button em {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 3rem;
    transition: all 0.3s;
}

.lp-navigationTab-button em::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-width: 6.5px 0 6.5px 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
    transition: all 0.3s;
}

@media only screen and (max-width: 1920px) and (min-height: 681px) {
    .lp-navigationTab-button em {
        font-size: 3.33333vh;
    }
}

@media only screen and (max-width: 1919px) {
    .lp-navigationTab-button em {
        font-size: 1.5625vw;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-navigationTab-button em {
        font-size: 2.34375vw;
    }
}

@media only screen and (max-width: 767px) {
    .lp-navigationTab-button em {
        font-size: 2rem;
    }
}

.is-active .lp-navigationTab-button {
    background: linear-gradient(#2a2c35 0%, #08090d 100%);
}

.is-active .lp-navigationTab-button em {
    color: #00c425;
}

.is-active .lp-navigationTab-button em::before {
    border-left-color: #00c424;
}

.is-active .lp-navigationTab-button::before {
    content: none;
}

.lp-buttonConversion {
    display: inline-block;
    max-width: 100%;
    background: #e60012;
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion {
        font-size: 1.6rem;
    }
}

.lp-buttonConversion-body {
    display: flex;
    align-items: center;
    padding: 12px 8px 12px 24px;
}

@media only screen and (max-width: 640px) {
    .lp-buttonConversion-body {
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

.lp-buttonConversion-text {
    margin-right: 16px;
}

.lp-buttonConversion-image {
    margin: -22px 0;
    border: 1px solid #ccc;
}

.lp-buttonConversion-image > img {
    min-width: 42px;
    max-width: 60px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body, .lp-buttonConversion.of-anchor .lp-buttonConversion-body, .lp-buttonConversion.of-arrow .lp-buttonConversion-body, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before, .lp-buttonConversion.of-anchor .lp-buttonConversion-body::before, .lp-buttonConversion.of-arrow .lp-buttonConversion-body::before, .lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-download .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_dl.png") no-repeat center center;
}

.lp-buttonConversion.of-anchor .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_anc_03.png") no-repeat center center;
}

.lp-buttonConversion.of-arrow .lp-buttonConversion-body::before {
    left: 26px;
    height: 12px;
    border-width: 7px 0 7px 13px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.lp-buttonConversion.of-inquiry .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_inquiry_01.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body {
    position: relative;
    padding-left: 53px;
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before, .lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 24px;
    width: 19px;
    height: 18px;
    transform: translateY(-50%);
    content: "";
}

.lp-buttonConversion.of-priceIcon .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_usd.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-jpy .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_jpy.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-gbp .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_gbp.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-krw .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_krw.png") no-repeat center center;
}

.lp-buttonConversion.of-priceIcon-eur .lp-buttonConversion-body::before {
    background: url("../../img/landing_page/common/icon_btn_price_eur.png") no-repeat center center;
}

.lp-buttonConversion.of-primary {
    background: #129e83;
}

.lp-buttonConversion.of-secondary {
    background: #1a90db;
}

.lp-navigationSeries {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1240px;
    margin: 20px auto;
    padding: 4px 10px;
    border: 2px solid #e5e5e5;
    color: #999;
}

div#MainContent .lp-navigationSeries {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries {
        flex-direction: column;
        align-items: center;
    }
}

.lp-navigationSeries-title {
    max-width: 600px;
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.3;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title {
        width: 100%;
        max-width: none;
        margin-bottom: 3px;
        text-align: center;
    }
}

.lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-title + .lp-navigationSeries-linkList {
        margin-left: -10px;
    }
}

div#MainContent .lp-navigationSeries-title {
    margin-bottom: 0;
    color: #999;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
}

div#MainContent .lp-navigationSeries-title + .lp-navigationSeries-linkList {
    margin-left: 10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-seriesNameText, .lp-navigationSeries-seriesText {
        display: block;
    }
}

.lp-navigationSeries-linkList {
    display: flex;
    flex-wrap: wrap;
    margin: -3px 0 0 -10px;
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList {
    margin: -3px 0 0 -10px;
}

@media only screen and (max-width: 969px) {
    .lp-navigationSeries-linkList {
        justify-content: center;
        width: 100%;
    }
}

.lp-navigationSeries-linkList > li {
    display: flex;
    position: relative;
    margin-top: 3px;
    margin-left: 10px;
    background: none;
    font-size: 1.1rem;
    line-height: 1.3;
}

div#MainContent .lp-navigationSeries-linkList > li {
    margin: 3px 0 0 10px;
    padding: 0;
    background: none;
    font-size: 11px;
}

.lp-navigationSeries-linkList > li > a {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 9px;
    color: #999;
    line-height: 1.3;
    text-decoration: none;
}

.lp-navigationSeries-linkList > li > a::before {
    display: block;
    position: absolute;
    top: 4px;
    left: -2px;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    content: "";
}

div#MainContent .lp-navigationSeries-linkList > li > a:link {
    color: #999;
}

div#MainContent .lp-navigationSeries-linkList > li > a::before {
    top: 0.3em;
}

.lp-navigationSeries-linkList > li > a:hover, .lp-navigationSeries-linkList > li > a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 1279px) {
    .lp-figure {
        display: flex;
        flex-direction: column;
    }
}

.lp-figure-caption {
    display: none;
    width: 100%;
    margin-bottom: 0;
    padding: 20px;
    border-left: 0;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lp-figure-caption {
        font-size: 1.6rem;
    }
}

.lp-figure-caption > em {
    display: block;
    color: #00b723;
    font-size: 2.5vw;
}

@media only screen and (max-width: 767px) {
    .lp-figure-caption > em {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-figure-caption {
        display: block;
    }
}

.lp-figure-movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

@media only screen and (max-width: 1279px) {
    .lp-figure-movie {
        border: 1px solid #333;
    }
}

.lp-figure-movie > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp-figure-movie.of-primary {
    height: 100%;
    padding-top: 0;
}

.lp-utility-textAlign-center {
    text-align: center;
}

.lp-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1279px) {
    .lp-smallScreen-show {
        display: block;
    }
}

@media only screen and (max-width: 1279px) {
    .lp-smallScreen-hide {
        display: none;
    }
}

.lp-navigationSeries {
    margin: 0;
    padding: 0;
    border: 0;
}

@media only screen and (max-width: 1279px) {
    .lp-navigationSeries {
        width: 100%;
    }
}

.lp-navigationSeries-linkList {
    margin-left: -15px;
}

.lp-navigationSeries-linkList > li {
    margin-left: 15px;
    font-size: 1.2rem;
}

.lp-navigationSeries-linkList > li > a {
    color: #fff;
    line-height: 1;
}

.lp-navigationSeries-linkList > li > a::before {
    border-top-color: #fff;
    border-right-color: #fff;
}
