/* stylelint-disable custom-property-empty-line-before */

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

    --color-grey: #969696;
    --color-light-grey: #f3f3f3;
    --color-blue: #614466;
    --color-red: #c26f19;
    --color-gold: #a88e50;
    --color-border: #e4e4e4;
    --color-border-dark: #bfbfbf;
}

/* stylelint-disable function-whitespace-after */

@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", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    --fontFamily-mincho: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, 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;
}

.-delay1200 {
    transition-delay: 1200ms;
}

.Footnotes {
    font-size: 2.4vw;
    line-height: 1.66667;

    max-width: 1280px;

    max-width: var(--max-width);
    padding: 0 4vw;
    margin: 0 auto 25px;
    color: #969696;
    color: var(--color-grey);
}

@media (min-width: 768px) {

.Footnotes {
        font-size: 1.2rem;

        line-height: 1.58333
}
    }

@media (min-width: 768px) {

.Footnotes {
        padding: 0 40px
}
    }

.-withBackground + .Footnotes {
        margin-top: 40px;
    }

.TwoupImageAndText {
    padding: 10vw 0;
}

@media (min-width: 768px) {

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

.TwoupImageAndText__heading,
.TwoupImageAndText__body,
.TwoupImageAndText__content,
.TwoupImageAndText__note {
    max-width: 1280px;
    max-width: var(--max-width);
    padding-right: 4vw;
    padding-left: 4vw;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {

.TwoupImageAndText__heading,
.TwoupImageAndText__body,
.TwoupImageAndText__content,
.TwoupImageAndText__note {
        padding-right: 40px;
        padding-left: 40px
}
    }

.TwoupImageAndText__heading {
    position: relative;
    padding-bottom: 0.9em;
    margin-bottom: 0.9em;
    text-align: center;
    font-size: 5.86667vw;
    line-height: 1.77273;

    text-align: center;
}

@media (min-width: 768px) {

.TwoupImageAndText__heading {
        padding-bottom: 1.07em;
        margin-bottom: 1.25em
}
    }

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

@media (min-width: 768px) {

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

.TwoupImageAndText__heading::before {
        background-color: #e87722;
        transform: translateX(-90%);
    }

.TwoupImageAndText__heading::after {
        background-color: #671e75;
    }

@media (min-width: 768px) {

.TwoupImageAndText__heading {
        font-size: 2.8rem;

        line-height: 1.57143
}
    }

.TwoupImageAndText__heading.-marginBottomCollapse {
      margin-bottom: 0;
    }

.TwoupImageAndText__body {
    font-size: 3.46667vw;
    line-height: 2.07692;

    padding-top: 1.5em;
    padding-bottom: 0;
    margin-bottom: 1.5em;
}

@media (min-width: 768px) {

.TwoupImageAndText__body {
        font-size: 1.4rem;

        line-height: 2.28571
}
    }

@media (min-width: 768px) {

.TwoupImageAndText__body {
        padding-top: 30px;
        padding-bottom: 0;
        margin-bottom: 30px;
        text-align: center;
	font-size:14pt;
}
    }

@media (min-width: 768px) {

.TwoupImageAndText__content {
        display: flex;
        align-items: center;
        justify-content: space-between
}
    }

.TwoupImageAndText__note {
    font-size: 2.4vw;
    line-height: 1.66667;

    max-width: 1280px;

    max-width: var(--max-width);
    padding-top: 1.5em;
    color: #969696;
    color: var(--color-grey);
}

@media (min-width: 768px) {

.TwoupImageAndText__note {
        font-size: 1.2rem;

        line-height: 1.58333
}
    }

@media (min-width: 768px) {

.TwoupImageAndText__note {
        padding-top: 30px
}
    }

.TwoupImageAndText__note.-isRight {
        text-align: right;
    }

.TwoupImageAndText__contentImage {
    display: block;
    width: 100%;
    height: auto;

    margin-bottom: 25px;
}

@media (min-width: 768px) {

.TwoupImageAndText__contentImage {
        width: 56.52%;
        margin: 0
}
    }

@media (min-width: 768px) {

.TwoupImageAndText__contentText {
        width: 38.48%
}
    }

.TwoupImageAndText__contentTextHeading {
    font-size: 4.26667vw;
}

@media (min-width: 768px) {

.TwoupImageAndText__contentTextHeading {
        font-size: 2rem;
}
    }

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

body {
    width: 100%;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-family: var(--fontFamily-base);
}

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

/*
.KeyVisual {
    position: relative;
    width: 100%;
    background: #535353;
}

.KeyVisual::before {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: calc(100% / 750 * 400);
    content: "";

    @media (--not-sp) {
        padding-top: calc(100% / 1280 * 400);
    }
}

.KeyVisual__line {
    position: absolute;
    left: 0;
    display: block;
    width: 3px;
    content: "";

    @media (--not-sp) {
        width: 1vw;
    }
}

.KeyVisual__line.-red {
    top: 0;
    height: 35%;
    background: #c26f19;

    @media (--not-sp) {
        height: 40%;
    }
}

.KeyVisual__line.-blue {
    top: 35%;
    height: 65%;
    background: #614466;

    @media (--not-sp) {
        top: 40%;
        height: 60%;
    }
}

.KeyVisual__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;

    @media (--not-sp) {
        right: 0;
        left: auto;
        width: 57.5%;
    }
}

.KeyVisual__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    padding: 0 6vw;
    color: #fff;
    transform: translate(-50%, -50%);

    @media (--not-sp) {
        padding: 0 40px;
        margin: auto;
    }
}

.KeyVisual__header {
    font-size: 5.357vw;
    line-height: 1;
    letter-spacing: 0.1em;

    @media (--not-sp) {
        margin-bottom: 1.5em;
        font-size: 3rem;
    }
}

.KeyVisual__statement {
    font-size: 2.946vw;
    line-height: 2.2;
    letter-spacing: 0.1em;

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

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

.Statement__inner {
    width: 100%;
    padding: 10vw;
}
.Breadcrumb__list {
    display: flex;
    padding: 1.8em 4vw;
    font-size: 2.679vw;
    line-height: 1;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {

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

.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: #e87722;
    transform: translateX(-90%);
}

.Credo__header::after {
    background: #671e75;
}

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

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

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

.Credo__white-box {
        max-width: 1020px;
        padding: 4em 0;
        margin: 2.5em auto auto;
        font-size: 1.4rem;
        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: #e87722;
    transform: translateX(-90%);
}

.Crowned__header::after {
    background: #671e75;
}

.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: 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__eyebrow {
    font-size: 3.46667vw;
    line-height: 2.07692;
}

@media (min-width: 768px) {

.Crowned__eyebrow {
        font-size: 1.4rem;

        line-height: 2.28571
}
    }

@media (min-width: 768px) {

.Crowned__eyebrow {
        text-align: center
}
    }

.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%;
}

.Crowned__oricon {
    width: 100%;
}

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

/*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: 3.482vw;
    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: #e87722;
    transform: translateX(-90%);
}

.Episodes__header::after {
    background: #671e75;
}

.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: 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: 3.482vw;
    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.4rem;
        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
}
}

.Episodes__go-to-detail {
    position: relative;
    display: block;
    width: 66.667vw;
    padding: 1.5em 0;
    margin: 7vw auto auto;
    overflow: hidden;
    font-size: 3.75vw;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    background: #614466;
    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.4rem;
        border: solid 2px #614466
}
    }

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

.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 100px
}
    }

.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: #e87722;
    transform: translateX(-90%);
}

.CmGallery__header::after {
    background: #671e75;
}

.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: 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%;
    margin-top: 1.5em;
    font-size: 3.482vw;
    line-height: 1.8;
    color: #000;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {

.CmGallery__image-caption {
        margin-top: 0;
        font-size: 1.4rem;
        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: 4.286vw;
    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: 3.482vw;
    line-height: 2;
    color: #000;
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {

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

.CmGallery__list {
    width: 100%;
    margin-top: 3em;
    font-size: 3.482vw;
}

@media (min-width: 768px) {

.CmGallery__list {
        display: flex;
        grid-area: CmGallery__list;
        justify-content: space-between;
        margin-top: 0;
        font-size: 1.4rem
}
    }

@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: 32.5%;
        margin-top: 0
}
    }

.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%);
}

.CmGallery__caption {
    width: 100%;
    margin-top: 0.8em;
}

@media (min-width: 768px) {

.CmGallery__caption {
        margin-top: 1.5em
}
    }

.ModalYouTube {
    position: fixed;
    top: 0;
    left: 0;
    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%;
}

.CrownedOnPurchase__bodyCopy {
    font-size: 4.3vw;
    line-height: 2.07692;

    padding: 1.5em 4vw 0;
}

@media (min-width: 768px) {

.CrownedOnPurchase__bodyCopy {
        font-size: 1.6rem;

        line-height: 2.28571
}
    }

@media (min-width: 768px) {

.CrownedOnPurchase__bodyCopy {
        padding: 30px 40px 0;
        text-align: center
}
    }

.Intro {
    padding-top: 4vw;
    background-color: #f3f3f3;
    background-color: var(--color-light-grey);
}



.Intro .TwoupImageAndText__contentText {
    font-size: 4.3vw;
    line-height: 2.07692;
}

@media (min-width: 768px) {

.Intro .TwoupImageAndText__contentText {
        font-size: 1.6rem;

        line-height: 2.28571;
}
    }

.Intro__contentTextStrong {
    font-size: 4.26667vw;

    margin: 0.75em 0 0.5em;
    line-height: 1.22;
}

@media (min-width: 768px) {

.Intro__contentTextStrong {
        font-size: 2rem
}
    }

@media (min-width: 768px) {

.Intro__contentTextStrong {
        margin: 40px 0 30px;
        line-height: 1.28
}
    }

.Intro__contentTextStrong em {
        font-size: 5.86667vw;

        margin: 0 0.5ex;
        color: #c26f19;
        color: var(--color-red);
    }

@media (min-width: 768px) {

.Intro__contentTextStrong em {
        font-size: 2.8rem;
    }
    }

.Example {
    max-width: 1280px;
    max-width: var(--max-width);
    padding: 10vw 4vw;
    margin: 0 auto;
}

@media (min-width: 768px) {

.Example {
        padding: 60px 40px 100px
}
    }

.Example__heading {
    position: relative;
    padding-bottom: 0.9em;
    margin-bottom: 0.9em;
    text-align: center;
    font-size: 5.86667vw;
    line-height: 1.77273;

    text-align: center;
}

@media (min-width: 768px) {

.Example__heading {
        padding-bottom: 1.07em;
        margin-bottom: 1.25em;
}
    }

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

@media (min-width: 768px) {

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

.Example__heading::before {
        background-color: #e87722;
        transform: translateX(-90%);
    }

.Example__heading::after {
        background-color: #671e75;
    }

@media (min-width: 768px) {

.Example__heading {
        font-size: 2.8rem;

        line-height: 1.57143;
}
    }

@media (min-width: 768px) {

.Example__content {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between
}
    }

.Example__contentItem {
    margin-bottom: 2em;
}

@media (max-width: 767px) {

.Example__contentItem:not(:last-child) {
            padding-bottom: 2em;
            border-bottom: 1px solid #e4e4e4;
            border-bottom: 1px solid var(--color-border)
    }
        }

@media (min-width: 768px) {

.Example__contentItem {
        width: 47.5%;
        margin-bottom: 60px
}
    }

.Example__contentHeading {
    font-size: 4.5vw;

    margin-bottom: 1em;
    line-height: 1.68;
}

@media (min-width: 768px) {

.Example__contentHeading {
        font-size: 2rem
}
    }

@media (min-width: 768px) {

.Example__contentHeading {
        line-height: 1.8
}
    }

.Example__contentImage {
    display: block;
    width: 100%;
    height: auto;

    margin-bottom: 1em;
}

.Example__contentText {
    font-size: 4.3vw;

    line-height: 1.84;
}

@media (min-width: 768px) {

.Example__contentText {
        font-size: 1.6rem
}
    }

@media (min-width: 768px) {

.Example__contentText {
        line-height: 2
}
    }

.Example__bottomLink {
    /* NOTE: blue background button */
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #614466;
    border: 1px solid #614466;
    transition-duration: 400ms;
    transition-property: color, background-color;
    position: relative;
    font-size: 4.3vw;

    display: block;
    width: 74.62%;
    padding: 1.3em 2em;
    margin: 30px auto 0;
    line-height: 1.3;
}

@media (min-width: 768px) {
        .Example__bottomLink:hover {
            color: #614466;
            background-color: #fff;
        }
    }

.Example__bottomLink svg {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 1;
        width: 0.4em;
        transform: rotate(0deg) translateY(-50%);
        transform-origin: top left;
    }

@media (min-width: 768px) {

.Example__bottomLink {
        font-size: 1.6rem
}
    }

@media (min-width: 768px) {

.Example__bottomLink {
        width: 50%;
        max-width: 360px;
        padding: 1.71em 2em;
        margin-top: 50px;
        line-height: 1.71
}
    }

.Pro {
    background-color: #f3f3f3;
    background-color: var(--color-light-grey);
}

.Pro .TwoupImageAndText__contentText {
    font-size: 4.26667vw;

    line-height: 1.56;
    text-align: center;
}

@media (min-width: 768px) {

.Pro .TwoupImageAndText__contentText {
        font-size: 2rem
}
    }

@media (min-width: 768px) {

.Pro .TwoupImageAndText__contentText {
        line-height: 1.6
}
    }

.Pro__image {
    display: block;
    width: 100%;
    height: auto;

    margin-bottom: 1em;
}

.Pro__link {
    /* NOTE: blue background button */
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #614466;
    border: 1px solid #614466;
    transition-duration: 400ms;
    transition-property: color, background-color;
    position: relative;
    font-size: 3.73333vw;

    display: block;
    width: 74.62%;
    padding: 1.3em 2em;
    margin: 1.5em auto 0;
    line-height: 1.3;
}

@media (min-width: 768px) {
        .Pro__link:hover {
            color: #614466;
            background-color: #fff;
        }
    }

.Pro__link svg {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 1;
        width: 0.4em;
        transform: rotate(0deg) translateY(-50%);
        transform-origin: top left;
    }

@media (min-width: 768px) {

.Pro__link {
        font-size: 1.6rem
}
    }

@media (min-width: 768px) {

.Pro__link {
        width: 80%;
        padding: 1.71em 2em;
        margin: 50px 0 0;
        line-height: 1.71
}
    }

.Support {
    background-color: #f3f3f3;
    background-color: var(--color-light-grey);
}

.Support .TwoupImageAndText__contentText {
    font-size: 4.3vw;
    line-height: 2.07692;
}

@media (min-width: 768px) {

.Support .TwoupImageAndText__contentText {
        font-size: 1.6rem;

        line-height: 2.28571;
}
    }

.Support__list {
    padding: 1em 0;
    margin: 1em 0;
    border-top: 1px solid #bfbfbf;
    border-top: 1px solid var(--color-border-dark);
    border-bottom: 1px solid #bfbfbf;
    border-bottom: 1px solid var(--color-border-dark);
}

@media (min-width: 768px) {

.Support__list {
        padding: 10px 0;
        margin: 10px 0;
        font-size: 1.5rem;
    letter-spacing: -1px;
}
    }

.Support__list p {
        font-size: 4.26667vw;
        line-height: 1.5625;
    }

@media (min-width: 768px) {

.Support__list p {
        font-size: 2rem;

        line-height: 2.4;
    }
    }

.Support__list dt::before {
        display: inline;
        content: "\30fb";
    }

.Support__list dd {
        padding-left: 1em;
    }

.Support__list dl {
        display: table;
        table-layout: fixed;
    }

@media (min-width: 768px) {

.Support__list dl {
            line-height: 2
    }
        }

.Support__list dl div {
            display: table-row;
        }

@media (min-width: 1125px) {
   .Support__list dl dt,
   .Support__list dl dd {
            display: table-cell; 
    }
}
.Support__link {
    /* NOTE: blue background button */
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #614466;
    border: 1px solid #614466;
    transition-duration: 400ms;
    transition-property: color, background-color;
    position: relative;
    font-size: 3.73333vw;

    display: block;
    width: 74.62%;
    padding: 1.3em 2em;
    margin: 1.5em auto 0;
    line-height: 1.3;
}

@media (min-width: 768px) {
        .Support__link:hover {
            color: #614466;
            background-color: #fff;
        }
    }

.Support__link svg {
        position: absolute;
        top: 50%;
        right: 1em;
        z-index: 1;
        width: 0.4em;
        transform: rotate(0deg) translateY(-50%);
        transform-origin: top left;
    }

@media (min-width: 768px) {

.Support__link {
        font-size: 1.4rem
}
    }

@media (min-width: 768px) {

.Support__link {
        width: 80%;
        padding: 1.71em 2em;
        margin: 40px 0 0;
        line-height: 1.71
}
    }

.Service {
    max-width: 1280px;
    max-width: var(--max-width);
    padding: 10vw 4vw;
    margin: 0 auto;
}

@media (min-width: 768px) {

.Service {
        padding: 60px 40px 80px
}
    }

.Service__heading {
    position: relative;
    padding-bottom: 0.9em;
    margin-bottom: 0.9em;
    text-align: center;
    font-size: 5.86667vw;
    line-height: 1.77273;

    text-align: center;
}

@media (min-width: 768px) {

.Service__heading {
        padding-bottom: 1.07em;
        margin-bottom: 1.25em;
}
    }

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

@media (min-width: 768px) {

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

.Service__heading::before {
        background-color: #e87722;
        transform: translateX(-90%);
    }

.Service__heading::after {
        background-color: #671e75;
    }

@media (min-width: 768px) {

.Service__heading {
        font-size: 2.8rem;

        line-height: 1.57143;
}
    }

.Service__bodyCopy {
    font-size: 4.3vw;
    line-height: 2.07692;
}

@media (min-width: 768px) {

.Service__bodyCopy {
        font-size: 1.6rem;

        line-height: 2.28571
}
    }

@media (min-width: 768px) {

.Service__bodyCopy {
        text-align: center
}
    }

.Service__list {
    max-width: 800px;
    padding-top: 2em;
    margin: 2em auto 0;
    border-top: 1px solid #e4e4e4;
    border-top: 1px solid var(--color-border);
}

@media (min-width: 768px) {

.Service__list {
        padding-top: 30px;
        margin-top: 35px
}
    }

.Service__listHeading {
    position: relative;
    padding-left: 2.25em;
    font-size: 4.26667vw;
    line-height: 1.0625;

    margin-bottom: 1em;
}

.Service__listHeading::before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 1.5em;
        height: 1px;
        content: "";
        background-color: #4c4a4b;
    }

@media (min-width: 768px) {

.Service__listHeading {
        padding-left: 2.5em
}

        .Service__listHeading::before {
            width: 1.75em;
        }
    }

@media (min-width: 768px) {

.Service__listHeading {
        font-size: 2.2rem;

        line-height: 1.18182
}
    }

@media (min-width: 768px) {

.Service__listHeading {
        margin-bottom: 30px
}
    }

.Service__listBody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.Service__listBody li {
        width: calc(50% - 3.5vw);
    }

@media (max-width: 767px) {
            .Service__listBody li:not(:nth-child(2n)) {
                margin-right: 7vw;
            }

            .Service__listBody li:not(:nth-child(-n+2)) {
                margin-top: 7vw;
            }
        }

@media (min-width: 768px) {

.Service__listBody li {
            width: 30.66667%
    }

            .Service__listBody li:not(:nth-child(3n)) {
                margin-right: 4%;
            }

            .Service__listBody li:not(:nth-child(-n+3)) {
                margin-top: 4%;
            }
        }

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

.Service__listBody p {
        font-size: 3.46667vw;
        line-height: 2.07692;

        margin-top: 0.7em;
    }

@media (min-width: 768px) {

.Service__listBody p {
        font-size: 1.4rem;

        line-height: 1.57143;
    }
    }
    

    @media (min-width: 768px) {
.TwoupImageAndText__note {
    font-size: 2.4vw;
    line-height: 1.66667;

    max-width: 1280px;

    max-width: var(--max-width);
    padding-top: 1.5em;
    color: #969696;
    color: var(--color-grey);
}
    
    .MatchingSystem__note {
    font-size: 2.4vw;
    line-height: 1.66667;

    max-width: 1280px;

    max-width: var(--max-width);
    margin-bottom: 10vw;
    color: #969696;
    color: var(--color-grey);
}
   }
    
    @media (min-width: 768px) {

.MatchingSystem__note {
        font-size: 1.2rem;

        line-height: 1.58333
}
    }

@media (min-width: 768px) {

.MatchingSystem__note {
        margin-bottom: 80px
}
    }
