@font-face {
    font-family: YuGothicM;
    src: local("Yu Gothic Medium");
}

:root {
    /*
     * z-index
     */
    --z-lv-1: 1;
    --z-lv-2: 10;
    --z-lv-3: 100;
    --z-lv-4: 1000;
    --z-lv-5: 10000;
    --z-lv-6: 100000;
    --z-lv-7: 1000000;
    --z-lv-8: 10000000;
    --z-lv-9: 100000000;
    --z-lv-10: 1000000000;
    --z-behindLv-1: -1;
    --z-behindLv-2: -10;
    --z-behindLv-3: -100;
    --z-behindLv-4: -1000;
    --z-behindLv-5: -10000;
    --z-behindLv-6: -100000;
    --z-behindLv-7: -1000000;
    --z-behindLv-8: -10000000;
    --z-behindLv-9: -100000000;
    --z-behindLv-10: -1000000000;

    /*
     * font
     * http://mw-s.jp/2017css-font-win-mac/
     * http://silight.hatenablog.jp/entry/2015/07/02/214601
     */
    --fontFamily-base: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ai??e￣‰i??a???i??i?´a?c1?i?≫a??a?i??i?￡ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", a?!a??a?aa?a, Meiryo, sans-serif;
    --fontFamily-mincho: Georgia, ai??e￣‰i??a????a??, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGSa??a??E, a?!a??a?aa?a, Meiryo, serif;
    --fontFamily-mono: monospace, serif;
    --fontWeight-thin: 100;
    --fontWeight-extraLight: 200;
    --fontWeight-light: 300;
    --fontWeight-normal: 400;
    --fontWeight-medium: 500;
    --fontWeight-semiBold: 600;
    --fontWeight-bold: 700;
    --fontWeight-extraBold: 800;
    --fontWeight-black: 900;

    /*
     * easing
     */
    --easeIn-sine: cubic-bezier(0.47, 0, 0.745, 0.715);         /* http://easings.net/ja#easeInSine */
    --easeOut-sine: cubic-bezier(0.39, 0.575, 0.565, 1);        /* http://easings.net/ja#easeOutSine */
    --easeInOut-sine: cubic-bezier(0.445, 0.05, 0.55, 0.95);    /* http://easings.net/ja#easeInOutSine */
    --easeIn-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);       /* http://easings.net/ja#easeInQuad */
    --easeOut-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);       /* http://easings.net/ja#easeOutQuad */
    --easeInOut-quad: cubic-bezier(0.455, 0.03, 0.515, 0.955);  /* http://easings.net/ja#easeInOutQuad */
    --easeIn-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);     /* http://easings.net/ja#easeInCubic */
    --easeOut-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);       /* http://easings.net/ja#easeOutCubic */
    --easeInOut-cubic: cubic-bezier(0.645, 0.045, 0.355, 1);    /* http://easings.net/ja#easeInOutCubic */
    --easeIn-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);     /* http://easings.net/ja#easeInQuart */
    --easeOut-quart: cubic-bezier(0.165, 0.84, 0.44, 1);        /* http://easings.net/ja#easeOutQuart */
    --easeInOut-quart: cubic-bezier(0.77, 0, 0.175, 1);         /* http://easings.net/ja#easeInOutQuart */
    --easeIn-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);     /* http://easings.net/ja#easeInQuint */
    --easeOut-quint: cubic-bezier(0.23, 1, 0.32, 1);            /* http://easings.net/ja#easeOutQuint */
    --easeInOut-quint: cubic-bezier(0.86, 0, 0.07, 1);          /* http://easings.net/ja#easeInOutQuint */
    --easeIn-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);      /* http://easings.net/ja#easeInExpo */
    --easeOut-expo: cubic-bezier(0.19, 1, 0.22, 1);             /* http://easings.net/ja#easeOutExpo */
    --easeInOut-expo: cubic-bezier(1, 0, 0, 1);                 /* http://easings.net/ja#easeInOutExpo */
    --easeIn-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);        /* http://easings.net/ja#easeInCirc */
    --easeOut-circ: cubic-bezier(0.075, 0.82, 0.165, 1);        /* http://easings.net/ja#easeOutCirc */
    --easeInOut-circ: cubic-bezier(0.785, 0.135, 0.15, 0.86);   /* http://easings.net/ja#easeInOutCirc */
    --easeIn-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);      /* http://easings.net/ja#easeInBack */
    --easeOut-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);    /* http://easings.net/ja#easeOutBack */
    --easeInOut-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);   /* http://easings.net/ja#easeInOutBack */

    /*
     * famous layouts
     */
    --size-ipad-long: 1024px;
    --size-ipad-short: 768px;
    --size-ipadPro10inch-long: 1112px;
    --size-ipadPro10inch-short: 834px;
}

/* major breakpoints */

@keyframes funyafunya {
    from {
        border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    }

    12.5% {
        border-radius: 80% 30% 50% 50%/50%;
    }

    25% {
        border-radius: 40% 40% 50%/30% 50% 50%;
    }

    37.5% {
        border-radius: 20% 30% 56% 70%/80% 50% 70% 20%;
    }

    50% {
        border-radius: 5%;
    }

    62.5% {
        border-radius: 3%;
    }

    75% {
        border-radius: 2%;
    }

    86.5% {
        border-radius: 1%;
    }

    to {
        border-radius: 0;
    }
}

:root {
    --max-width: 1280px;
}

.observer-fadein {
    opacity: 0;

    /*transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);*/
    transition: all 1s ease-out;
    transform: translate3d(0, 30px, 0);
}

.observer.-active.observer-fadein {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.-delay300 {
    transition-delay: 300ms;
}

:root {
    --max-width: 1280px;
}

body {
    width: 100%;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ai??e￣‰i??a???i??i?´a?c1?i?≫a??a?i??i?￡ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", a?!a??a?aa?a, Meiryo, sans-serif;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ai??e￣‰i??a???i??i?´a?c1?i?≫a??a?i??i?￡ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", a?!a??a?aa?a, Meiryo, sans-serif;
    font-family: var(--fontFamily-base);
}

.Main {
    width: 100%;
    overflow: hidden;
}

.Statement {
    width: 100%;
    font-size: 4.3vw;
    line-height: 2.2;
    color: #fff;
    letter-spacing: 0.1em;
    background: #535353;
}

.Statement__inner {
    width: 100%;
    padding: 10vw;
}

.Breadcrumb {
    width: 100%;
    /*background: #e6ebef;*/
}

.Breadcrumb__list {
    display: flex;
    padding: 1.8em 4vw;
    font-size: 4.3vw;
    line-height: 1;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {

    .Breadcrumb__list {
        padding: 1.8em 40px;
        font-size: 1.6rem;
    }
}

.Breadcrumb__cell {
    position: relative;
    display: inline-block;
    color: #a1a1a1;
}

.Breadcrumb__cell:not(:first-child) {
    margin-left: 2em;
}

.Breadcrumb__cell:not(:first-child)::before {
    position: absolute;
    top: 50%;
    left: -1em;
    content: "/";
    transform: translate(-50%, -50%);
}

.Breadcrumb__link {
    display: block;
    color: #000;
    text-decoration: none;
}

.Credo {
    width: 100%;
    padding: 10vw 0;
    background: #e6ebef;
}

@media (min-width: 768px) {

    .Credo {
        padding: 60px 0 100px
    }
}

.Credo__header {
    position: relative;
    width: 100%;
    padding: 0 0 0.8em;
    font-size: 5.893vw;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {

    .Credo__header {
        font-size: 2.8rem
    }
}

.Credo__header::before,
.Credo__header::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0.45em;
    height: 2px;
    content: "";
}

@media (min-width: 768px) {

    .Credo__header::before,
    .Credo__header::after {
        width: 0.35em;
        height: 3px
    }
}

.Credo__header::before {
    background: #b10510;
    transform: translateX(-90%);
}

.Credo__header::after {
    background: #004066;
}

.Credo__inner {
    width: 100%;
    padding: 0 4vw;
    color: #000;
}

.Credo__desc {
    width: 100%;
    margin-top: 1em;
    font-size: 4.3vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {

    .Credo__desc {
        margin-top: 2em;
        font-size: 1.6rem;
        line-height: 2.2;
        text-align: center;
    }
}

.Credo__white-box {
    width: 100%;
    padding: 2em 0;
    margin-top: 1.5em;
    font-size: 4.3vw;
    line-height: 2.6;
    color: #000;
    text-align: center;
    background: #fff;
}

@media (min-width: 768px) {

    .Credo__white-box {
        max-width: 1020px;
        padding: 4em 0;
        margin: 2.5em auto auto;
        font-size: 1.6rem;
        line-height: 2.6;
        text-align: center;
    }
}

.Credo__logo-image {
    display: inline-block;
    width: 40vw;
    margin-top: 2em;
}

@media (min-width: 768px) {

    .Credo__logo-image {
        width: 193px;
        margin-top: 4em
    }
}

.Crowned {
    width: 100%;
    padding: 10vw 0;
}

@media (min-width: 768px) {

    .Crowned {
        padding: 60px 0 100px
    }
}

.Crowned__header {
    position: relative;
    width: 100%;
    padding: 0 0 0.8em;
    font-size: 5.893vw;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {

    .Crowned__header {
        font-size: 2.8rem
    }
}

.Crowned__header::before,
.Crowned__header::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0.45em;
    height: 2px;
    content: "";
}

@media (min-width: 768px) {

    .Crowned__header::before,
    .Crowned__header::after {
        width: 0.35em;
        height: 3px
    }
}

.Crowned__header::before {
    background: #b10510;
    transform: translateX(-90%);
}

.Crowned__header::after {
    background: #004066;
}

.Crowned__inner {
    width: 100%;
    padding: 0 4vw;

    /*
        @media (--not-sp) {
            display: grid;
            grid-template:
                "Crowned__oricon Crowned__desc" auto /
                60% 35%;
            max-width: var(--max-width);
            padding: 0 40px;
            margin: auto;
            gap: 0 5%;
        }
    */
}

@media (min-width: 768px) {

    .Crowned__inner {
        max-width: 1280px;
        max-width: 1280px;
        max-width: var(--max-width);
        padding: 0 40px;
        margin: auto
    }
}

.Crowned__wrap {
    padding: 5%;
    margin-top: 4%;
    margin-right: auto;
    margin-left: auto;

    /*box-shadow:0px 0px 45px 3px #f3f3f3 inset;*/
    box-shadow: 0 0 110px 30px #efefef inset;
}

@media (max-width: 767px) {

    .Crowned__wrap {
        padding: 10% 8%;
        margin-top: 5.5vw
    }
}

.Crowned__copy {
    font-size: 5.614vw;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {

    .Crowned__copy {
        font-size: 2.8rem
    }
}

.Crowned__copySub {
    font-size: 4.812vw;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {

    .Crowned__copySub {
        font-size: 2.4rem
    }
}

.Crowned__innerBody {
    margin-top: 20px;
}

@media (min-width: 768px) {

    .Crowned__innerBody {
        margin-top: 40px
    }
}

@media (min-width: 768px) {

    .Crowned__innerBody.-flex {
        display: flex;
        align-items: flex-end;
        justify-content: space-between
    }
}

@media (min-width: 768px) {

    .Crowned__innerBody .-left {
        width: 45.5%
    }
}

@media (min-width: 768px) {

    .Crowned__innerBody .-right {
        width: 47.1%
    }
}

@media (max-width: 767px) {

    .Crowned__innerBody .-right {
        margin-top: 34px
    }
}

.Crowned__innerBody img {
    max-width: 100%;
}

.SalesStaffSupport__contentImage {
    display: block;
    width: 100%;
    height: auto;
}

.Crowned__oricon {
    width: 100%;
}

/*margin-top: 5.5vw;*/

@media (min-width: 768px) {

    .Crowned__oricon {
        grid-area: Crowned__oricon

        /*margin-top: 35px;*/
    }
}

.Crowned__oricon-image {
    width: 100%;
}

.Crowned__desc {
    margin-top: 1.5em;
    font-size: 4.3vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

@media (min-width: 768px) {

    .Crowned__desc {
        margin-top: 35px;
        font-size: 1.6rem
    }
}

@media (max-width: 767px) {

    .Crowned__desc {
        padding-top: 1em;
        border-top: 1px solid #ccc
    }
}

/*
.Crowned__desc {
    width: 100%;
    margin-top: 1.5em;
    font-size: 4.286vw;
    line-height: 1.8;
    letter-spacing: 0.05em;

    @media (--not-sp) {
        display: flex;
        flex-direction: column;
        grid-area: Crowned__desc;
        justify-content: center;
        margin-top: 35px;
        font-size: 2rem;
    }
}

.Crowned__desc .-annotation {
    display: block;
    margin-top: 1em;
    font-size: 3.482vw;
    color: #000;

    @media (--not-sp) {
        font-size: 1.4rem;
        line-height: 2.2;
    }
}
*/

.Episodes {
    width: 100%;
    padding: 10vw 0;
    background: #f3f3f3;
}

@media (min-width: 768px) {

    .Episodes {
        padding: 60px 0 100px
    }
}

.Episodes__header {
    position: relative;
    width: 100%;
    padding: 0 0 0.8em;
    font-size: 5.893vw;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {

    .Episodes__header {
        font-size: 2.8rem
    }
}

.Episodes__header::before,
.Episodes__header::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0.45em;
    height: 2px;
    content: "";
}

@media (min-width: 768px) {

    .Episodes__header::before,
    .Episodes__header::after {
        width: 0.35em;
        height: 3px
    }
}

.Episodes__header::before {
    background: #b10510;
    transform: translateX(-90%);
}

.Episodes__header::after {
    background: #004066;
}

.Episodes__inner {
    width: 100%;
    padding: 0 4vw;
    color: #000;
}

@media (min-width: 768px) {

    .Episodes__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 60% 5% 35%;
        grid-template:
            "Episodes__image-parent Episodes__text" auto /
            60% 35%;
        max-width: 1280px;
        max-width: 1280px;
        max-width: var(--max-width);
        padding: 0 40px;
        margin: auto;
        gap: 0 5%
    }
}

.Episodes__image-parent {
    width: 100%;
    margin-top: 5.5vw;
}

@media (min-width: 768px) {

    .Episodes__image-parent {
        grid-area: Episodes__image-parent;
        margin-top: 35px
    }
}

.Episodes__image {
    width: 100%;
}

@media (min-width: 768px) {

    .Episodes__texts {
        display: flex;
        flex-direction: column;
        grid-area: Episodes__text;
        justify-content: center
    }
}

.Episodes__text {
    width: 100%;
    margin-top: 1em;
    font-size: 4.3vw;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {

    .Episodes__text {
        grid-area: Episodes__text;
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 2.2;
    }
}

@media (min-width: 768px) {

    .Episodes__image-parent {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .Episodes__texts {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .Episodes__text {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
}

@media (min-width: 768px) {

    .Episodes__image-parent {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .Episodes__texts {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .Episodes__text {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }
}

.Episodes__go-to-detail {
    position: relative;
    display: block;
    width: 66.667vw;
    padding: 1.5em 0;
    margin: 7vw auto auto;
    overflow: hidden;
    font-size: 4.3vw;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    background: #003761;
    transition: all 400ms;
}

@media (min-width: 768px) {

    .Episodes__go-to-detail {
        display: inline-block;
        width: 19.25em;
        padding: 1.8em 0;
        margin: 4em 0 0;
        font-size: 1.6rem;
        border: solid 2px #003761
    }
}

@media (min-width: 768px) {
    .Episodes__go-to-detail:hover {
        color: #003761;
        background: #fff;
        border-color: #003761;
    }
}

.Episodes__go-to-detail-text {
    position: relative;
    z-index: 1;
}

.Episodes__go-to-detail svg {
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 1;
    width: 0.4em;
    transform: translateY(-50%);
}

.CmGallery {
    width: 100%;
    padding: 10vw 0;
}

@media (min-width: 768px) {

    .CmGallery {
        padding: 60px 0 30px
    }
}

.CmGallery__header {
    position: relative;
    width: 100%;
    padding: 0 0 0.8em;
    font-size: 5.893vw;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {

    .CmGallery__header {
        font-size: 2.8rem
    }
}

.CmGallery__header::before,
.CmGallery__header::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0.45em;
    height: 2px;
    content: "";
}

@media (min-width: 768px) {

    .CmGallery__header::before,
    .CmGallery__header::after {
        width: 0.35em;
        height: 3px
    }
}

.CmGallery__header::before {
    background: #b10510;
    transform: translateX(-90%);
}

.CmGallery__header::after {
    background: #004066;
}

.CmGallery__inner {
    width: 100%;
    padding: 0 4vw;
    color: #000;
}

@media (min-width: 768px) {

    .CmGallery__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 60px auto;
        -ms-grid-columns: 43% 7% 50%;
        grid-template:
            "CmGallery__image-parent CmGallery__info" auto
            "CmGallery__list         CmGallery__list" auto /
            43% 50%;
        max-width: 1280px;
        max-width: 1280px;
        max-width: var(--max-width);
        padding: 35px 40px 0;
        margin: auto;
        gap: 60px 7%
    }
}

.CmGallery__image-parent {
    width: 100%;
    margin-top: 5.5vw;
}

@media (min-width: 768px) {

    .CmGallery__image-parent {
        grid-area: CmGallery__image-parent;
        margin-top: 0
    }
}

.CmGallery__image {
    width: 100%;
}

.CmGallery__image-caption {
    width: 100%;
    font-size: 4.3vw;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .CmGallery__image-caption {
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 2.2;
    }
}

@media (min-width: 768px) {

    .CmGallery__info {
        display: flex;
        flex-direction: column;
        grid-area: CmGallery__info;
        justify-content: center
    }
}

.CmGallery__text-header {
    width: 100%;
    margin-top: 1.5em;
    font-size: 5vw;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {

    .CmGallery__text-header {
        font-size: 2.2rem;
        line-height: 2.2
    }
}

.CmGallery__text {
    width: 100%;
    margin-top: 1em;
    font-size: 4.3vw;
    line-height: 2;
    color: #000;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {

    .CmGallery__text {
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 2.2;
    }
}

.CmGallery__list {
    width: 100%;
    margin-top: 0;
    font-size: 4.3vw;
}

@media (min-width: 768px) {

    .CmGallery__list {
        display: flex;
        flex-wrap: wrap;
        grid-area: CmGallery__list;
        justify-content: center;
        margin-top: 0;
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {

    .CmGallery__image-parent {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .CmGallery__info {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .CmGallery__list {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

@media (min-width: 768px) {

    .CmGallery__image-parent {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .CmGallery__info {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .CmGallery__list {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3
    }
}

.CmGallery__cell {
    width: 100%;
    margin-top: 1.5em;
}

@media (min-width: 768px) {

    .CmGallery__cell {
        width: 50%;
        margin: 0 0.25em 3.5em;
    }
}

.CmGallery__button {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.CmGallery__thumbnail {
    width: 100%;
    transition: transform 400ms;
    transform-origin: center;
}

/* stylelint-disable-next-line selector-max-specificity */

body:not(.-ios) .CmGallery__button:hover .CmGallery__thumbnail {
    transform: scale3d(1.1, 1.1, 1);
}

.CmGallery__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .CmGallery__captionWrap {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.CmGallery__subCaption {
    font-size: 1.8rem;
    line-height: 1.5;
}

.CmGallery__caption {
    font-size: 2.0rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .CmGallery__subCaption {
        font-size: 1.6rem;
        order: 2;
    }
    .CmGallery__caption {
        font-size: 1.8rem;
        order: 1;
    }
}

@media (min-width: 768px) {
    .CmGallery__caption {
        margin-top: 12px;
        width: 100%;
    }
    .CmGallery__subCaption {
        margin-top: 30px;
        width: 100%;
    }
}

.ModalYouTube {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    z-index: 1000000000;
    z-index: var(--z-lv-10);
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: opacity 400ms;
}

.ModalYouTube.-visually-hidden {
    pointer-events: none;
    opacity: 0;
}

.ModalYouTube[hidden] {
    display: none;
}

.ModalYouTube__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(0,0,0,0.8);
}

.ModalYouTube__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 800px;
    height: auto;
    transform: translate(-50%, -50%);
}

.ModalYouTube__inner::before {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    content: "";
}

.ModalYouTube__cross {
    position: absolute;
    top: -1.5em;
    right: 0.5em;
    display: block;
    width: 1em;
    height: 1em;
    font-size: 6vw;
    color: #fff;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {

    .ModalYouTube__cross {
        right: 0;
        font-size: 20px
    }
}

.ModalYouTube__cross::before,
.ModalYouTube__cross::after {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background: currentColor;
    transform-origin: center;
}

.ModalYouTube__cross::before {
    transform: translateY(-50%) rotate(45deg);
}

.ModalYouTube__cross::after {
    transform: translateY(-50%) rotate(-45deg);
}

.ModalYouTube__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
