@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", "a，，a?´a?・a??a?￣ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", a?!a??a?aa?a, Meiryo, sans-serif;
    --fontFamily-mincho: Georgia, a，，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", "a，，a?´a?・a??a?￣ Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", a?!a??a?aa?a, Meiryo, sans-serif;
    font-family: var(--fontFamily-base);
}

body.-ie {
    overflow-y: scroll;
}

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

.KeyVisualTop {
    width: 100%;
}

.KeyVisualTop__inner {
    width: 100%;
}

.KeyVisualTop__visual {
    position: relative;
    width: 100%;
}

.KeyVisualTop__visual::before {
    position: relative;
    display: block;
    width: 100%;
    height: 0;

    /*padding-top: calc(100% / 750 * 860);*/
    padding-top: 118.266%;
    content: "";
}

@media (min-width: 768px) {

.KeyVisualTop__visual::before {
        /*padding-top: calc(100% / 3200 * 1120);*/
        padding-top: 43.75%
}
    }

.KeyVisualTop__image-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.KeyVisualTop__image-cell {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    transition: opacity 400ms;
}

.KeyVisualTop__image-cell[hidden] {
    z-index: -1;
    opacity: 0;
}

.KeyVisualTop__image {
    width: 100%;
    transition: transform 5000ms 200ms linear;
}

.KeyVisualTop__image-cell:nth-child(2n) .KeyVisualTop__image {
    transform: none;
}

.KeyVisualTop__image-cell:not(:nth-child(2n)) .KeyVisualTop__image {
    transform: scale3d(1.05, 1.05, 1);
}

@media (min-width: 768px) {

.KeyVisualTop__image-cell:not(:nth-child(2n)) .KeyVisualTop__image {
        transform: scale3d(1.1, 1.1, 1)
}
    }

.KeyVisualTop__image-cell:nth-child(2n).-transform .KeyVisualTop__image {
    transform: scale3d(1.05, 1.05, 1);
}

@media (min-width: 768px) {

.KeyVisualTop__image-cell:nth-child(2n).-transform .KeyVisualTop__image {
        transform: scale3d(1.1, 1.1, 1)
}
    }

.KeyVisualTop__image-cell:not(:nth-child(2n)).-transform .KeyVisualTop__image {
    transform: none;
}

.KeyVisualTop__texts {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0;
    margin: 0;
    color: #fff;
}

/*
    top: 8vw;
    right: 6.667vw;
    bottom: 8vw;
    left: 6.667vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-content: flex-end;
    */

@media (min-width: 768px) {

.KeyVisualTop__texts {
        /*
        top: 50%;
        left: 50%;
        justify-content: space-around;
        transform: translate(-50%, -50%);
        padding: 2% 40px;
        padding: 2% 40px 4% 40px;
        transform: translate(-50%, -50%);
        max-width: var(--max-width);
         */
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        letter-spacing: 0.1em
}
    }

.KeyVisualTop__texts-wrap {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}

.KeyVisualTop__header {
}

@media (min-width: 768px) {

.KeyVisualTop__header {
        min-height: 0.1%;
        font-size: 3.8rem
}
    }

.KeyVisualTop__header-inner {
    position: absolute;
    top: 4%;
    left: 2.6%;
    display: block;
    padding: 0;
}

.KeyVisualTop__header-inner img {
    width: 41.5vw;
    vertical-align: top;
}

@media (max-width: 767px) {

.KeyVisualTop__header-inner {
    top: 3.38%;
    left: 5.33%;
}

.KeyVisualTop__header-inner img {
        width: 69.8%
}
    }

.KeyVisualTop__header-sub {
    position: absolute;
    top: 12.5%;
    left: 2.6%;
}

.KeyVisualTop__header-sub img {
    width: 37.5vw;
}

/*
    transform: translateY(100%) translateY(1.5em);
    */

@media (min-width: 768px) {

.KeyVisualTop__header-sub {
        min-height: 0.1%;
        font-size: 1.6rem;
        font-size: 1.3vw;
        line-height: 2.2;
        letter-spacing: 0.1em;
}
    }

@media (max-width: 767px) {

.KeyVisualTop__header-sub {
        top: 44.76%;
        left: 0;
}

.KeyVisualTop__header-sub img {
        width: 94.1%;
}
    }

.KeyVisualTop__link-parent {
    position: absolute;
}

@media (min-width: 768px) {

.KeyVisualTop__link-parent {
    position: absolute;
    top: 24.5%;
    right: 50%;
    transform: translate(-20px, 0);
}
}

@media (max-width: 767px) {

.KeyVisualTop__link-parent {
        top: auto;
        bottom: 2.93%;
        left: 4.53%;
        right: auto;
        transform: none;
}
    }

.KeyVisualTop__link {
    position: relative;
    display: inline-block;
    border: solid 1px currentColor;
    transition: background 400ms;
}

@media (min-width: 768px) {

.KeyVisualTop__link {
        background: #7e000c;
        padding: .7vw 3.8vw;
        font-size: .9vw;
}
    }

@media (max-width: 767px) {

.KeyVisualTop__link {
        background: #002c48;
        padding: 2.4vw 8vw;
        font-size: 3.2vw;
}
    }

.KeyVisualTop__link,
    .KeyVisualTop__link:hover,
    .KeyVisualTop__link:active {
        text-decoration: none;
    }

.KeyVisualTop__link:hover {
    background: rgba(255,255,255,0.2);
}

.KeyVisualTop__link svg {
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 0.35em;
    transform: translateY(-50%);
}

.KeyVisualTop__link-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.KeyVisualTop__select-list {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 15.2vw;
    /*background: #f3f3f3;*/
}

@media (min-width: 768px) {

.KeyVisualTop__select-list {
        height: 3.75vw
}
    }

.KeyVisualTop__select-list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4vw;
    height: 100%;
    content: "";
    background: #fff;
}

@media (min-width: 768px) {

.KeyVisualTop__select-list::before {
        width: 30%
}
    }

.KeyVisualTop__select-cell {
    display: flex;
    width: 1em;
    height: 1em;
    font-size: 3.8vw;
}

@media (min-width: 768px) {

.KeyVisualTop__select-cell {
        font-size: 1.2rem
}
    }

.KeyVisualTop__select-cell:not(:first-child) {
    margin-left: 1.6em;
}

.KeyVisualTop__select-label {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #002150;
    cursor: pointer;
}

.KeyVisualTop__select-label::before,
.KeyVisualTop__select-label::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: opacity 300ms;
}

.KeyVisualTop__select-label::before {
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    background: currentColor;
    opacity: 0.4;
    transform: translate(-50%, -50%);
}

.KeyVisualTop__select-label::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px currentColor;
    opacity: 0;
}

.KeyVisualTop__select-radio:checked + .KeyVisualTop__select-label::before,
.KeyVisualTop__select-radio:checked + .KeyVisualTop__select-label::after {
    opacity: 1;
}

.icon-orikon {
    position: absolute;
}

@media (min-width: 768px) {

.icon-orikon {
        right: 4.56%;
        left: auto;
        width: 41.19%;
        bottom: 5%;
}
    }

@media (max-width: 767px) {

.icon-orikon {
        right: 2.53%;
        width: 45.47%;
        bottom: 2.14%;
}
    }

.icon-orikon img {
    width: 100%;
    height: auto;
}

.About {
    width: 100%;
    margin-top: 10vw;
}

@media (min-width: 768px) {

.About {
        margin-top: 80px
}
    }

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

@media (min-width: 768px) {

.About__header {
        font-size: 2.8rem
}
    }

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

@media (min-width: 768px) {

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

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

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

.About__header-en {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 3.214vw;
    font-weight: 500;
    font-weight: var(--fontWeight-medium);
    line-height: 1;
    color: #614466;
    letter-spacing: 0.2em;
    transform: translateX(-50%);
}

@media (min-width: 768px) {

.About__header-en {
        font-size: 1.5rem
}
    }

.About__inner {
    padding: 6vw 4vw 10vw;
}

@media (min-width: 768px) {

.About__inner {
        max-width: 1280px;
        max-width: var(--max-width);
        padding: 60px 40px 80px;
        margin: auto
}
    }

.About__article {
    width: 100%;
}

@media (min-width: 768px) {

.About__article {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 56.25% 5% 1fr;
            grid-template:
            "About__visual About__desc" auto /
            56.25% 1fr;
        gap: 0 5%
}
    }

.About__visual {
    width: 100%;
}

@media (min-width: 768px) {

.About__visual {
        grid-area: About__visual
}
    }

.About__visual-image {
    width: 100%;
}

.About__desc {
    width: 100%;
    margin-top: 7vw;
    color: #000;
}

@media (min-width: 768px) {

.About__desc {
        grid-area: About__desc;
        margin: auto
}
    }

@media (min-width: 768px) {

.About__visual {
        -ms-grid-row: 1;
        -ms-grid-column: 1
}

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

.About__text {
    width: 100%;
    font-size: 4.3vw;
    line-height: 2;
}

@media (min-width: 768px) {

.About__text {
    letter-spacing: 0;
    font-size: 1.6rem;
}
    }

.About__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: #614466;
    transition: all 300ms;
}

@media (min-width: 768px) {
        
    }

@media (min-width: 768px) {

.About__go-to-detail {
        display: inline-block;
        /*
        width: auto;
        padding: 1.5em 6.5em;
        */
        width: 100%;
        max-width: 360px;
        padding: 1.5em 5.5em;
        margin-top: 4em;
        font-size: 1.6rem;
        border: solid 1px #614466
}
    }

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

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

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

.Service {
    width: 100%;
    padding-top: 10vw;
    background: #f3f3f3;
}

@media (min-width: 768px) {

.Service {
        padding-top: 80px
}
    }

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

@media (min-width: 768px) {

.Service__header {
        font-size: 2.8rem
}
    }

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

@media (min-width: 768px) {

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

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

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

.Service__header-en {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 3.214vw;
    font-weight: 500;
    font-weight: var(--fontWeight-medium);
    line-height: 1;
    color: #614466;
    letter-spacing: 0.2em;
    transform: translateX(-50%);
}

@media (min-width: 768px) {

.Service__header-en {
        font-size: 1.5rem
}
    }

.Service__inner {
    padding: 6vw 4vw 10vw;
}

@media (min-width: 768px) {

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

.Service__desc {
    width: 100%;
    font-size: 4.3vw;
    line-height: 2;
    color: #000;
}

@media (min-width: 768px) {

.Service__desc {
        font-size: 1.6rem;
        text-align: center;
}
    }

.Service__desc br.-show-ipadShort {
            display: none;
        }

@media (min-width: 768px) and (max-width: 1024px) {

.Service__desc br.-show-ipadShort {
                display: block
        }
            }

.Service__list {
    width: 100%;
}

@media (min-width: 768px) {

.Service__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
        /*margin-top: -30px;*/
}
    }

.ServiceDetail {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 0.8em auto 0.8em auto 0.8em 2.2em;
    -ms-grid-columns: auto;
        grid-template:
        "ServiceDetail__title" auto
        "ServiceDetail__image" auto
        "ServiceDetail__desc" auto
        "ServiceDetail__link-parent" 2.2em /
        auto;
    width: 100%;
    font-size: 4.286vw;
    gap: 0.8em 0;
}

@media (min-width: 768px) {

.ServiceDetail {
        -ms-grid-rows: auto 1.3em auto 1.3em 2.2em;
        -ms-grid-columns: 2fr 0 1.3fr;
            grid-template:
            "ServiceDetail__title ServiceDetail__title" auto
            "ServiceDetail__image ServiceDetail__image" auto
            "ServiceDetail__desc  ServiceDetail__link-parent" 2.2em /
            2fr 1.3fr;
        width: 47%;
        font-size: 2.2rem;
        gap: 1.3em 0
}
    }

@media (min-width: 768px) and (max-width: 1024px) {

.ServiceDetail {
        -ms-grid-rows: auto 1em auto 1em 2.2em;
        -ms-grid-columns: 2fr 0 1.1fr;
            grid-template:
            "ServiceDetail__title ServiceDetail__title" auto
            "ServiceDetail__image ServiceDetail__image" auto
            "ServiceDetail__desc  ServiceDetail__link-parent" 2.2em /
            2fr 1.1fr;
        width: 48%;
        font-size: 2rem;
        gap: 1em 0
}
    }

.ServiceDetail__fltLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    display: block;
}

.ServiceDetail__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    display: flex;
    grid-area: ServiceDetail__title;
    align-items: center;
    margin: 2.5em 0 0;
    letter-spacing: 0.1em;
    font-size: 5vw;
}

.ServiceDetail__title::before {
    position: relative;
    display: block;
    width: 1.2em;
    height: 1px;
    margin-right: 0.8em;
    content: "";
    background: #4c4a4b;
}

.ServiceDetail__image {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: ServiceDetail__image;
    width: 100%;
    transition: opacity 300ms;

    
}

.ServiceDetail__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: ServiceDetail__desc;
    padding-right: 1em;
    margin: -0.4em 0;
    font-size: 4.3vw;
    line-height: 2;
    color: #000;
    text-decoration: none;
}

@media (min-width: 768px) {

.ServiceDetail__desc {
        font-size: 1.6rem;
}
    }

@media (min-width: 768px) and (max-width: 1024px) {

.ServiceDetail__desc {
        font-size: 1.5rem
}
    }

@media (min-width: 768px) and (max-width: 1024px) {

.ServiceDetail__desc br {
            display: none
    }
        }

.ServiceDetail__link-parent {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    grid-area: ServiceDetail__link-parent;
    text-align: center;
}

@media (min-width: 768px) {

.ServiceDetail__title {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        font-size: 2rem;
}

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

.ServiceDetail__desc {
        -ms-grid-row: 5;
        -ms-grid-column: 1
}

.ServiceDetail__link-parent {
        -ms-grid-row: 5;
        -ms-grid-column: 3
}
}

@media (min-width: 768px) and (max-width: 1024px) {

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

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

.ServiceDetail__desc {
        -ms-grid-row: 5;
        -ms-grid-column: 1
}

.ServiceDetail__link-parent {
        -ms-grid-row: 5;
        -ms-grid-column: 3
}
}

.ServiceDetail__link {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 1em 5em;
    margin: auto;
    font-size: 4.3vw;
    line-height: 1;
    color: #614466;
    text-decoration: none;
    letter-spacing: 0.1em;
    background: #fff;
    border: solid 1px #614466;
    transition: all 300ms;
}

@media (min-width: 768px) {

.ServiceDetail__link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.2em;
        padding: 0;
        font-size: 1.6rem
}
    }

@media (min-width: 768px) and (max-width: 1024px) {

.ServiceDetail__link {
        font-size: 1.2rem
}
    }

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

    .ServiceDetail:hover .ServiceDetail__image {
        opacity: 0.9;
    }
    .ServiceDetail:hover .ServiceDetail__desc {
        text-decoration: underline;
    }
    .ServiceDetail:hover .ServiceDetail__link {
        color: #fff;
        background: #614466;
        border-color: #614466;
    }
}

.ServiceDetail__link svg {
    position: absolute;
    top: 50%;
    right: 1.2em;
    width: 0.35em;
    transform: translateY(-50%);
}

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

@media (min-width: 768px) {

.Service__go-to-detail {
        width: 360px;
        padding: 1.8em 0;
        margin-top: 5em;
        font-size: 1.6rem;
        border: solid 1px #614466
    
}
    }

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

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

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

.Shop {
    width: 100%;
    margin-top: 10vw;
}

@media (min-width: 768px) {

.Shop {
        margin-top: 80px
}
    }

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

@media (min-width: 768px) {

.Shop__header {
        font-size: 2.8rem
}
    }

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

@media (min-width: 768px) {

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

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

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

.Shop__header-en {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 3.214vw;
    font-weight: 500;
    font-weight: var(--fontWeight-medium);
    line-height: 1;
    color: #614466;
    letter-spacing: 0.2em;
    transform: translateX(-50%);
}

@media (min-width: 768px) {

.Shop__header-en {
        font-size: 1.5rem
}
    }

.Shop__inner {
    padding: 6vw 4vw 10vw;
}

@media (min-width: 768px) {

.Shop__inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 0 auto;
        -ms-grid-columns: 56.25% 5% 1fr;
            grid-template:
            "Shop__visual Shop__desc" auto
            "Shop__visual ShopGuide" auto /
            56.25% 1fr;
        max-width: 1280px;
        max-width: var(--max-width);
        padding: 40px 40px 100px;
        margin: auto;
        font-size: 2.2rem;
        gap: 0 5%
}
    }

.Shop__visual {
    width: 100%;
}

@media (min-width: 768px) {

.Shop__visual {
        grid-area: Shop__visual
}
    }

.Shop__visual-image {
    width: 100%;
}

.Shop__desc {
    width: 100%;
    margin-top: 1.8em;
    font-size: 4.3vw;
    line-height: 2;
    color: #000;
}

@media (min-width: 768px) {

.Shop__desc {
        grid-area: Shop__desc;
        margin-top: 2.5em;
        font-size: 1.6rem;
}
    }

@media (min-width: 768px) and (max-width: 1024px) {

.Shop__desc {
        margin-top: 1.8em
}
    }

.ShopGuide {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1.5em auto;
    -ms-grid-columns: 2fr 0 1.3fr;
        grid-template:
        "ShopGuide__header ShopGuide__header-link" auto
        "ShopGuide__list ShopGuide__list" auto /
        1.7fr 1.4fr;
    width: 100%;
    padding: 1.5em 0;
    margin: 2em 0;
    font-size: 4.286vw;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    gap: 1.5em 0;
}

@media (min-width: 768px) {

.ShopGuide {
        grid-area: ShopGuide;
        margin: 0;
        margin-bottom: 2em;
        font-size: 2.2rem
}
    }

@media (min-width: 768px) {

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

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

.ShopGuide {
        -ms-grid-row: 3;
        -ms-grid-column: 3
}
}

.ShopGuide__header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: ShopGuide__header;
    margin: -0.2em 0;
    font-size: 4.3vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {

.ShopGuide__header {
        display: flex;
        align-items: center;
        margin: -0.6em 0;
        font-size: 2rem
}
        @media (min-width: 768px) and (max-width: 1024px) {

.ShopGuide__header {
            font-size: 1.8rem
}
        }
    }

@media (min-width: 768px) and (max-width: 1024px) {

.ShopGuide__header br {
            display: none
    }
        }

.ShopGuide__header br.-show-ipadShort {
            display: none;
        }

@media (min-width: 768px) and (max-width: 1024px) {

.ShopGuide__header br.-show-ipadShort {
                display: block
        }
            }

.ShopGuide__header-link {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    position: relative;
    display: inline-flex;
    grid-area: ShopGuide__header-link;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    font-size: 4vw;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    background: #614466;
    transition: all 400ms;
}

@media (min-width: 768px) {

.ShopGuide__header-link {
        font-size: 1.6rem;
        border: solid 2px #614466
}
    }

@media (min-width: 768px) and (max-width: 1024px) {

.ShopGuide__header-link {
        font-size: 1.2rem
}
    }

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

.ShopGuide__header-link-text {
    position: relative;
    z-index: 1;
}

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

@media (min-width: 768px) {

.ShopGuide__header-link svg {
        right: 0.5em;
        width: 0.3em
}
    }

.ShopGuide__list {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    display: flex;
    flex-wrap: wrap;
    grid-area: ShopGuide__list;
    font-size: 0;
    line-height: 1;
    color: #614466;
}

@media (min-width: 768px) {

.ShopGuide__list {
        align-items: center
}
    }

.ShopGuide__cell {
    position: relative;
    width: 24%;
    height: 3.6em;
    font-size: 4vw;
    color: #614466;
    text-align: center;
    letter-spacing: -1px;
}

@media (min-width: 768px) {

.ShopGuide__cell {
        height: 3.2em;
        font-size: 1.6rem
}
    }

@media (min-width: 768px) and (max-width: 1024px) {

.ShopGuide__cell {
        font-size: 1.1rem
}
    }

.ShopGuide__link {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1.2em 0;
    text-decoration: none;
    border: solid 1px currentColor;
    transition: all 300ms;
}

@media (min-width: 768px) {

.ShopGuide__link {
        padding: 1em 0
}
    }

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

.ShopGuide__cell:not(:nth-child(4n + 1)) {
    margin-left: 1%;
}

.ShopGuide__cell:nth-child(n) {
    margin-bottom: 1%;
}

.ShopGuide__link svg {
    position: absolute;
    top: 50%;
    right: 0.5em;
    width: 0.3em;
    transform: translateY(-50%);
}

.ProudMaster {
    width: 100%;
    padding-top: 10vw;
    background: #f3f3f3;
}

@media (min-width: 768px) {

.ProudMaster {
        padding-top: 80px
}
    }

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

@media (min-width: 768px) {

.ProudMaster__header {
        font-size: 2.8rem
}
    }

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

@media (min-width: 768px) {

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

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

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

.ProudMaster__header-en {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 3.214vw;
    font-weight: 500;
    font-weight: var(--fontWeight-medium);
    line-height: 1;
    color: #614466;
    letter-spacing: 0.2em;
    transform: translateX(-50%);
}

@media (min-width: 768px) {

.ProudMaster__header-en {
        font-size: 1.5rem
}
    }

.ProudMaster__inner {
    padding: 6vw 4vw 10vw;
}

@media (min-width: 768px) {

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

.ProudMaster__article {
    width: 100%;
}

@media (min-width: 768px) {

.ProudMaster__article {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto;
        -ms-grid-columns: 56.25% 5% 1fr;
            grid-template:
            "ProudMaster__visual ProudMaster__desc" auto /
            56.25% 1fr;
        gap: 0 5%
}
    }

.ProudMaster__visual {
    width: 100%;
}

@media (min-width: 768px) {

.ProudMaster__visual {
        grid-area: ProudMaster__visual
}
    }

.ProudMaster__visual-image {
    width: 100%;
}

.ProudMaster__desc {
    width: 100%;
    margin-top: 1.8em;
    font-size: 4.3vw;
    line-height: 2;
    color: #000;
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.ProudMaster__visual {
        -ms-grid-row: 1;
        -ms-grid-column: 1
}

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

.ProudMaster__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: #614466;
    transition: all 400ms;
}

@media (min-width: 768px) {

.ProudMaster__go-to-detail {
        display: inline-block;
        width: 100%;
        max-width: 360px;
        padding: 1.8em 0;
        margin: 4em 0 0;
        font-size: 1.6rem;
        border: solid 1px #614466
}
    }

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

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

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

@media (min-width: 768px) {

.ProudMaster__go-to-detail svg {
        right: 0.5em;
        width: 0.3em
}
    }

.NomuCom {
    width: 100%;
    padding: 8vw 4vw;
    background: #f3f3f3;
    background-image: url("/plus/images/sp_nomucom_bg.jpg");
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {

.NomuCom {
        padding: 70px 0;
        background-image: url("/plus/images/pc_nomucom_bg.jpg")
}
    }

.NomuCom__inner {
    padding: 8vw;
    background: #fff;
}

@media (min-width: 768px) {

.NomuCom__inner {
        max-width: 1200px;
        max-width: calc(var(--max-width) - 80px);
        padding: 60px 60px 30px;
        margin: auto
}
    }

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

@media (min-width: 768px) {

.NomuCom__header {
        font-size: 2.8rem
}
    }

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

@media (min-width: 768px) {

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

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

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

.NomuCom__header-en {
    position: absolute;
    top: 0;
    left: 50%;
    font-family: "Roboto", sans-serif;
    font-size: 3.214vw;
    font-weight: 500;
    font-weight: var(--fontWeight-medium);
    line-height: 1;
    color: #614466;
    letter-spacing: 0.2em;
    transform: translateX(-50%);
}

@media (min-width: 768px) {

.NomuCom__header-en {
        font-size: 1.5rem
}
    }

.NomuCom__article {
    width: 100%;
}

@media (min-width: 768px) {

.NomuCom__article {
        display: -ms-grid;
        display: grid;
        -ms-grid-rows: auto 3em auto;
        -ms-grid-columns: 47% 3% 50%;
            grid-template:
            "NomuCom__visual     NomuCom__desc" auto
            "NomuCom__annotation NomuCom__annotation" auto /
            47% 50%;
        gap: 3em 3%
}
    }

.NomuCom__visual {
    width: calc(100% + 16vw);
    transform: translateX(-8vw);
}

@media (min-width: 768px) {

.NomuCom__visual {
        grid-area: NomuCom__visual;
        width: auto;
        transform: none
}
    }

.NomuCom__visual-image {
    width: 100%;
}

.NomuCom__desc {
    width: 100%;
}

@media (min-width: 768px) {

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

.NomuCom__text {
    width: 100%;
    margin-top: 1.8em;
    font-size: 4.3vw;
    line-height: 2;
    color: #000;
}

@media (min-width: 768px) {

.NomuCom__text {
        margin: 0;
        font-size: 1.6rem;
}
    }

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

@media (min-width: 768px) {

.NomuCom__go-to-detail {
        display: inline-block;
        width: 100%;
        max-width: 360px;
        padding: 1.8em 0;
        margin: 4em 0 0;
        font-size: 1.6rem;
        border: solid 1px #614466
}
    }

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

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

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

@media (min-width: 768px) {

.NomuCom__go-to-detail svg {
        right: 0.5em;
        width: 0.3em
}
    }

.NomuCom__annotation {
    width: 100%;
    font-size: 4.2vw;
    line-height: 1.6;
    color: #969696;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {

.NomuCom__annotation {
        grid-area: NomuCom__annotation;
        font-size: 1.6rem;
}
    }

@media (min-width: 768px) {

.NomuCom__visual {
        -ms-grid-row: 1;
        -ms-grid-column: 1
}

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

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