@charset "UTF-8";
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
    overflow: hidden;
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 18.2vw;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

@media screen and (max-width: 1200px) {
    .modaal-inner-wrapper {
        padding: 80px 10vw;
    }
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
    outline: none;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 2px;
    height: 40px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    transform: rotate(-45deg);
}

.modaal-close:after {
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

.modaal-video-wrap {
    margin: auto 0;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
        background: #fff;
    }
    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }
    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner > div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner > div > div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
    -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .12s;
    -moz-animation-delay: .12s;
    -webkit-animation-delay: .12s;
    -o-animation-delay: .12s;
    animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
    -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
    -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .37s;
    -moz-animation-delay: .37s;
    -webkit-animation-delay: .37s;
    -o-animation-delay: .37s;
    animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
    -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
    -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .62s;
    -moz-animation-delay: .62s;
    -webkit-animation-delay: .62s;
    -o-animation-delay: .62s;
    animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
    -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .75s;
    -moz-animation-delay: .75s;
    -webkit-animation-delay: .75s;
    -o-animation-delay: .75s;
    animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
    -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -ms-animation-delay: .87s;
    -moz-animation-delay: .87s;
    -webkit-animation-delay: .87s;
    -o-animation-delay: .87s;
    animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
    -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* reset */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

body {
    overflow-x: hidden !important;
}

/* shared */
.nb96 {
    display: inline-block;
}

@media screen and (max-width: 959px) {
    .nb96 {
        display: none;
    }
}

.center {
    text-align: center;
}

.inner, .intro-row, .movie-list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
}

@media screen and (max-width: 639px) {
    .inner, .intro-row, .movie-list {
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {
    .rx-tcc-logo-absolute {
        position: static !important;
    }
    .rx-tcc-logo-absolute img {
        margin: 0 auto;
    }
}

/* main style */
main {
    color: #000;
}

/*@media screen and (min-width: 1920px) {
    .s5-breadcrumbs {
        background: #fff;
        padding: 10px 30px 25px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .s5-breadcrumbs::before {
        content: '';
        width: 300%;
        height: 100%;
        top: 0;
        left: -100%;
        position: absolute;
        background: #fff;
        z-index: 0;
    }
    .s5-breadcrumbs__item {
        position: relative;
        z-index: 2;
    }
    .cs-container {
        border-top-width: 0.5px;
    }
}*/

.mainvisual img {
    width: 100%;
}

.mainvisual h1 span {
    display: none;
}

@media screen and (min-width: 1920px) {
    .mainvisual {
        position: relative;
        height: 563px;
    }
    .mainvisual h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        height: auto;
        min-width: inherit;
        min-height: 100%;
        max-width: inherit;
    }
    .mainvisual h1 img {
        width: auto;
    }
}

@media screen and (min-width: 1920px) and (-ms-high-contrast: none) {
    .mainvisual {
        background-image: url(../img/mv_big.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .mainvisual h1 img {
        display: none;
        opacity: 0;
    }
    .mainvisual h1 span {
        display: block;
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        width: 1px;
        height: 1px;
    }
}

.intro-text {
    line-height: 3.125;
    margin-top: 40px;
}

@media screen and (max-width: 639px) {
    .intro-text {
        margin-top: 30px;
        line-height: 2;
		text-align:left;
    }
}

.intro-row {
    margin-top: 120px;
}

@media screen and (max-width: 959px) {
    .intro-row {
        margin-top: 80px;
    }
}

@media screen and (max-width: 639px) {
    .intro-row {
        padding: 0 20px;
        margin-top: 60px;
    }
}

.intro-square {
    position: relative;
    padding: 40px 96px 60px;
    transform: skewX(-20deg);
    background: linear-gradient(50deg, #6f6cb7 20%, #8785c0, #a5a3ca);
    margin: 0 100px 0 -118px;
    max-width: 768px;
}

@media screen and (max-width: 959px) {
    .intro-square {
        transform: skewX(0);
        margin: 0 auto;
        padding: 30px 30px 160px;
        margin-bottom: 400px;
    }
}

@media screen and (max-width: 639px) {
    .intro-square {
        padding: 20px 20px 25vw;
        margin-bottom: 80vw;
    }
}

.intro-square-inner {
    transform: skewX(20deg);
    color: #fff;
    padding-left: 60px;
}

.intro-square-inner h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0;
}

.intro-square-inner p {
    font-size: 1.25rem;
    line-height: 2.4;
    margin: 15px 0 0;
}

@media screen and (max-width: 959px) {
    .intro-square-inner {
        transform: skewX(0);
        padding: 0;
    }
    .intro-square-inner h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 639px) {
    .intro-square-inner h2 {
        font-size: 1.5rem;
    }
    .intro-square-inner p {
        margin: 20px 0 0;
        font-size: 1rem;
    }
}

.intro-img {
    position: absolute;
    top: 0;
    right: -500px;
    max-width: 558px;
}

@media screen and (max-width: 1259px) {
    .intro-img {
        left: 56vw;
        right: unset;
        width: 460px;
    }
    .intro-img img {
        width: 100%;
    }
}

@media screen and (max-width: 959px) {
    .intro-img {
        top: 110%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 639px) {
    .intro-img {
        width: 100%;
    }
}

.section-title {
    background: #726fb8;
    text-align: center;
    padding: 10px 30px;
}

.section-title img {
    max-width: 100%;
}

@media screen and (max-width: 639px) {
    .section-title {
        padding: 10px 20px;
    }
}

.section-subtitle {
    text-align: center;
    margin-top: 60px;
    padding: 0 30px;
}

.section-subtitle img {
    max-width: 100%;
}

@media screen and (max-width: 639px) {
    .section-subtitle {
        padding: 0 20px;
        margin-top: 40px;
    }
}

/* s1 */
.s1 {
    margin-top: 200px;
}

@media screen and (max-width: 959px) {
    .s1 {
        margin-top: 120px;
    }
}

@media screen and (max-width: 639px) {
    .s1 {
        margin-top: 60px;
    }
}

.movie-list {
    display: flex;
	justify-content: center;
    list-style: none;
    margin-top: 70px;
}

@media screen and (max-width: 639px) {
    .movie-list {
        margin-top: 40px;
        display: block;
    }
}

.movie-item {
    flex: 0 0 59%;
    line-height: 1.25;
}

.movie-item img {
    width: 100%;
}

/*.movie-item:nth-of-type(n+2) {
    margin-left: 2%;
}*/

.movie-item.comingsoon{
	padding:0 10px;
}

.movie-item.comingsoon p{
	background:#999;
	color:#CCC;
	font-size:1.5rem;
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
}


.movie-item h3 {
    /*margin-top: 20px;*/
    font-size: 1.25rem;
}

@media screen and (max-width: 639px) {
	
	.movie-item.comingsoon{
		padding:0;
	}
	
	.movie-item.comingsoon p{
		padding:22% 0;
	}
	
    .movie-item h3 {
        margin-top: 10px;
    }
}

.movie-item .modal-inline {
    margin-top: 10px;
    color: #316be0;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.875rem;
}

@media screen and (max-width: 639px) {
    .movie-item .modal-inline {
        margin-top: 0;
    }
}

.movie-item .modal-inline::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #316be0;
    margin-right: .2em;
}

@media screen and (max-width: 639px) {
    .movie-item:nth-of-type(n+2) {
        margin: 40px 0 0;
    }
}

.modal-movie,
.modal-movie-comingsoon {
    display: block;
    box-shadow: 8px 8px 0px 3px rgba(114, 110, 184, 0.5);
}

.modal-movie img,
.modal-movie-comingsoon img {
    display: block;
}

.movie-text {
    padding: 0 20px;
    margin-top: 40px;
}

.movie-text.jet {
    margin-top: 10px;
}

@media screen and (max-width: 639px) {
    .movie-text {
        line-height: 1.67;
    }
}

/* modal */
.modal-content {
    display: none;
}

.modaal-wrapper .modaal-close {
    border-radius: 50%;
    bottom: calc(100% + 10px);
    right: 0;
    /*top: unset;*/
	top: auto;
    position: absolute;
}

.modaal-wrapper .modaal-close::before, .modaal-wrapper .modaal-close::after {
    background: #726fb8;
    top: 5px;
}

.modaal-wrapper .modaal-close:hover, .modaal-wrapper .modaal-close:focus {
    opacity: .7;
}

.modal-profile-inner {
    padding: 40px;
    display: flex;
    align-items: center;
}

.modal-profile-inner .img-box {
    flex: 0 0 34%;
}

.modal-profile-inner .img-box img {
    max-width: 289px;
    width: 100%;
}

.modal-profile-inner .text-box {
    flex: 0 1 auto;
    margin-left: 70px;
}

.modal-profile-inner .title-row {
    display: block;
    align-items: center;
}

.modal-profile-inner .title-row p {
    margin-top: 1rem;
}

.modal-profile-inner .title-row + p {
    margin-top: 30px;
    font-size: 1.125rem;
    line-height: 1.8;
}

.modal-profile-inner h3 {
    font-size: 1.875rem;
}

@media screen and (max-width: 959px) {
    .modal-profile-inner {
        padding: 0;
    }
    .modal-profile-inner .text-box {
        margin-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .modal-profile-inner {
        display: block;
    }
    .modal-profile-inner .img-box {
        text-align: center;
    }
    .modal-profile-inner .img-box img {
        width: 50%;
    }
    .modal-profile-inner .text-box {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 479px) {
    .modal-profile-inner .title-row {
        display: block;
        text-align: center;
    }
    .modal-profile-inner .title-row p {
        margin: 20px 0 0;
    }
    .modal-profile-inner .title-row + p {
        margin-top: 20px;
    }
    .modal-profile-inner .img-box img {
        width: 70%;
    }
}

@media screen and (max-width: 639px) {
    .modaal-inner-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .modaal-video-wrap {
        margin: 0 auto;
    }
}

/* s2 */
.s2 {
    margin-top: 120px;
}

@media screen and (max-width: 959px) {
    .s2 {
        margin-top: 120px;
    }
}

@media screen and (max-width: 639px) {
    .s2 {
        margin-top: 60px;
    }
}

.attraction-list {
    list-style: none;
    margin: 80px 0 0;
    padding: 0;
}

@media screen and (max-width: 959px) {
    .attraction-list {
        margin: 60px 0 0;
    }
}

@media screen and (max-width: 639px) {
    .attraction-list {
        margin: 40px 0 0;
    }
}

.attraction-list .subtitle img {
    max-width: 100%;
}

.attraction-list h4 {
    color: #54519e;
}

.attraction_l-img,
.attraction_r-img {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .attraction_l-img,
    .attraction_r-img {
        display: block;
    }
}

.attraction_l-img .img-box,
.attraction_l-img .text-box,
.attraction_r-img .img-box,
.attraction_r-img .text-box {
    height: 481px;
}

@media screen and (max-width: 959px) {
    .attraction_l-img .img-box,
    .attraction_l-img .text-box,
    .attraction_r-img .img-box,
    .attraction_r-img .text-box {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .attraction_l-img .img-box,
    .attraction_l-img .text-box,
    .attraction_r-img .img-box,
    .attraction_r-img .text-box {
        height: auto;
    }
}

.attraction_l-img .img-box,
.attraction_r-img .img-box {
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    flex: 0 0 750px;
}

.attraction_l-img .img-box .sp,
.attraction_r-img .img-box .sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .attraction_l-img .img-box .sp,
    .attraction_r-img .img-box .sp {
        background: none;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 1399px) {
    .attraction_l-img .img-box,
    .attraction_r-img .img-box {
        flex: 0 0 53%;
    }
}

.attraction_l-img .subtitle,
.attraction_r-img .subtitle {
    position: absolute;
}

@media screen and (max-width: 959px) {
    .attraction_l-img .subtitle,
    .attraction_r-img .subtitle {
        transform-origin: bottom center;
        transform: scale(0.6);
    }
}

@media screen and (max-width: 639px) {
    .attraction_l-img .subtitle,
    .attraction_r-img .subtitle {
        transform: scale(0.5);
    }
}

@media screen and (max-width: 479px) {
    .attraction_l-img .subtitle,
    .attraction_r-img .subtitle {
        transform: scale(0.4);
    }
}

.attraction_l-img .text-box,
.attraction_r-img .text-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 50px;
    flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
    .attraction_l-img .text-box,
    .attraction_r-img .text-box {
        padding: 50px 30px !important;
    }
}

@media screen and (max-width: 639px) {
    .attraction_l-img .text-box,
    .attraction_r-img .text-box {
        padding: 40px 20px !important;
    }
}

.attraction_l-img .text-box-inner,
.attraction_r-img .text-box-inner {
    max-width: 500px;
}

@media screen and (max-width: 767px) {
    .attraction_l-img .text-box-inner,
    .attraction_r-img .text-box-inner {
        max-width: 100%;
    }
}

.attraction_l-img h4,
.attraction_r-img h4 {
    font-size: 1.5rem;
    line-height: 1.25;
}

@media screen and (max-width: 959px) {
    .attraction_l-img h4,
    .attraction_r-img h4 {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}

.attraction_l-img p,
.attraction_r-img p {
    line-height: 1.5;
    margin-top: 20px;
}

.attraction_l-img .img-box {
    justify-content: flex-end;
}

@media screen and (max-width: 767px) {
    .attraction_l-img {
        background: #d5d5eb;
    }
}

@media screen and (max-width: 767px) {
    .attraction_r-img {
        background: #fff;
    }
}

.attraction-02 .subtitle,
.attraction-03 .subtitle,
.attraction-04 .subtitle,
.attraction-05 .subtitle {
    bottom: 20px;
}

@media screen and (max-width: 959px) {
    .attraction-01 .text-box,
    .attraction-03 .text-box,
    .attraction-05 .text-box {
        padding: 0 50px 0 0;
    }
}

.attraction-02 .img-box,
.attraction-04 .img-box {
    order: 2;
}

.attraction-02 .text-box,
.attraction-04 .text-box {
    order: 1;
    justify-content: flex-end;
}

@media screen and (max-width: 959px) {
    .attraction-02 .text-box,
    .attraction-04 .text-box {
        padding: 0 0 0 50px;
    }
}

.attraction-01 {
    background-image: url(../img/02-01.jpg);
}

.attraction-01 .subtitle {
    top: 20px;
    right: 10%;
    max-width: 397px;
}

@media screen and (max-width: 959px) {
    .attraction-01 .subtitle {
        transform-origin: top center;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .attraction-01 {
        background-image: url(../img/02-01@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .attraction-01 {
        background-image: none;
    }
}

@media screen and (max-width: 639px) {
    .attraction-01 .subtitle {
        top: 20px;
        right: 20px;
        transform-origin: top right;
    }
}

.attraction-02 {
    background-image: url(../img/02-02.jpg);
}

.attraction-02 .subtitle {
    left: 12%;
    max-width: 403px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .attraction-02 {
        background-image: url(../img/02-02@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .attraction-02 {
        background-image: none;
    }
}

@media screen and (max-width: 639px) {
    .attraction-02 .subtitle {
        left: 20px;
        bottom: 20px;
        transform-origin: bottom left;
    }
}

.attraction-03 {
    background-image: url(../img/02-03.jpg);
}

.attraction-03 .subtitle {
    left: 10%;
    max-width: 264px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .attraction-03 {
        background-image: url(../img/02-03@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .attraction-03 {
        background-image: none;
    }
}

@media screen and (max-width: 639px) {
    .attraction-03 .subtitle {
        left: 20px;
        bottom: 20px;
        transform-origin: bottom left;
    }
}

.attraction-04 {
    background-image: url(../img/02-04.jpg);
}

.attraction-04 .subtitle {
    right: 10%;
    max-width: 379px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .attraction-04 {
        background-image: url(../img/02-04@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .attraction-04 {
        background-image: none;
    }
}

@media screen and (max-width: 639px) {
    .attraction-04 .subtitle {
        left: 20px;
        bottom: 20px;
        transform-origin: bottom left;
    }
}

.attraction-05 {
    background-image: url(../img/02-05.jpg);
}

.attraction-05 .subtitle {
    left: 10%;
    max-width: 255px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .attraction-05 {
        background-image: url(../img/02-05@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .attraction-05 {
        background-image: none;
    }
}

@media screen and (max-width: 639px) {
    .attraction-05 .subtitle {
        left: 20px;
        bottom: 20px;
        transform-origin: bottom left;
    }
}

/* footer_product */
.footer_product {
    padding: 100px 0;
}

@media screen and (max-width: 959px) {
    .footer_product {
        padding: 80px 0;
    }
}

@media screen and (max-width: 639px) {
    .footer_product {
        padding: 60px 0;
    }
}

.footer_product ol {
    margin: 60px 0 0 30px;
    padding-left: 1.5em;
    counter-reset: number;
    list-style-type: none;
}

.footer_product ol li {
    font-size: 0.75rem;
    line-height: 1.5;
}

.footer_product ol li::before {
    counter-increment: number;
    content: "＊" counter(number);
    display: inline-block;
    margin-right: .5em;
}

@media screen and (max-width: 767px) {
    .footer_product ol {
        margin: 40px auto 0;
        padding: 0;
    }
}

.product-flex-box {
    display: flex;
}

.product-flex-box p {
    font-size: 1.375rem;
    line-height: 1.37;
    margin-top: 30px;
    font-weight: bold;
}

.product-flex-box h2 {
    display: block;
    width: 300px;
    margin: 30px auto 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .product-flex-box h2 {
        width: auto;
    }
}

.product-flex-box a {
    display: inline-block;
    padding: 16px 45px;
    background: #5787f4;
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    text-decoration: none;
    margin-top: 36px;
}

.product-flex-box a::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #fff;
    margin: 0 .5em 3px 0;
}

@media screen and (max-width: 767px) {
    .product-flex-box {
        display: block;
    }
}

@media screen and (max-width: 639px) {
    .product-flex-box a {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 479px) {
    .product-flex-box .b120 {
        display: none;
    }
    .product-flex-box p {
        font-size: 1.25rem;
    }
}

.product-flex-box .img-box,
.product-flex-box .text-box {
    flex: 0 1 50%;
    text-align: center;
}

.product-flex-box .img-box {
    padding: 0 20px;
}

.product-flex-box .img-box .camera {
    max-width: 360px;
    width: 100%;
}

.product-flex-box .img-box .logo {
    max-width: 300px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .product-flex-box .img-box {
        padding: 0;
    }
}

@media screen and (max-width: 639px) {
    .product-flex-box .img-box .camera,
    .product-flex-box .img-box .logo {
        width: 70%;
    }
}

.product-flex-box .text-box ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.product-flex-box .text-box li {
    flex: 0 0 32%;
    margin-left: 2%;
    height: 82px;
    background: #d4d7d5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.0825rem;
    font-weight: bold;
    line-height: 1.25;
    border-radius: 5px;
}

.product-flex-box .text-box li:nth-of-type(3n+1) {
    margin-left: 0;
}

.product-flex-box .text-box li:nth-of-type(n+4) {
    margin-top: 2%;
}

@media screen and (max-width: 1259px) {
    .product-flex-box .text-box li {
        height: 6.5vw;
        font-size: 1.2vw;
    }
}

.product-flex-box .text-box h3 {
    text-align: left;
    margin: 30px 0 16px;
}

@media screen and (max-width: 767px) {
    .product-flex-box .text-box {
        margin-top: 40px;
        /* 1カラムにした場合のスタイル */
        /* ul {
				display: block;
			}
			li {
				@include fs(16);
				height: auto;
				padding: 5px 16px;

				&:nth-of-type(n+2) {
					margin: 10px 0 0 !important;
				}

				br {
					display: none;
				}
			} */
        /* 1カラムここまで */
        /* 3カラムの場合のスタイル */
    }
    .product-flex-box .text-box li {
        height: 8vw;
        font-size: 1.8vw;
    }
}

@media screen and (max-width: 479px) {
    .product-flex-box .text-box {
        /* 1カラムにした時のスタイル */
        /* li {
				@include fs(14);
			} */
        /* 3カラムの場合のスタイル */
    }
    .product-flex-box .text-box li {
        height: 15vw;
        font-size: 2.7vw;
    }
}

/* firefox対策 */
@-moz-document url-prefix() {
    .intro-square {
        box-sizing: content-box;
    }
    .product-flex-box {
        box-sizing: content-box;
    }
    .product-flex-box .img-box {
        padding-left: 0;
        flex: 0 1 54%;
        font-size: 1.25rem;
    }
}

p.note{
	font-size:0.75rem;
	margin-top:1rem;
	color:#989898;
	}
	
/* バナー追加 */
.link-banner{
	max-width: 1100px;
    margin:50px auto 0;
    padding: 0 30px;
    box-sizing: content-box;
	text-align:center;
    position: relative;
}

.link-banner img{
	width:100%;
}

.link-banner .s5-icon-window {
    position: absolute;
    top: 1rem;
    right: 2.5rem;
}
@media screen and (max-width: 639px) {
	.link-banner{
		padding: 0 20px;
	}

}
