@charset "utf-8";

/*--- smartPhone -----*/

@media only screen and (max-width: 768px) {
    input[type="submit"],
    input[type="button"] {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
    }

    input[type="submit"]::-webkit-search-decoration,
    input[type="button"]::-webkit-search-decoration {
        display: none;
    }

    input[type="submit"]::focus,
    input[type="button"]::focus {
        outline-offset: -2px;
    }


    /* ---portrait---- */
    @media screen and (orientation: portrait) {
        /* ---navigation----- */
        #navi a, h1, #navi ul {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        #navi {
            color: #fff;
        }

        #navi h1 {
            user-select: none;
            display: block;
            width: 100vw;
            height: 10vh;
            padding: 1vw 0;
            z-index: 98;
            position: fixed;
            background: #fff;
            top: 0;
            left: 0;
            box-shadow: 0 .2vh .6vh rgba(0, 0, 0, 0.4);
        }

        #navi h1 a {
            background-image: url(../img/h_logo.png);
            background-size: auto 100%;
            background-position: center;
            background-repeat: no-repeat;
            display: block;
            width: 25vw;
            height: 8vh;
            margin: 1vh 37.5vw;
        }

        h1 :link, h1 :visited {
            color: rgba(0, 0, 0, 0);
        }

        button {
            display: block;
            background: none;
            border: none;
            width: 13vw;
            color: #333;
            letter-spacing: 0.1em;
            cursor: pointer;
            position: fixed;
            left: 84vw;
            top: 3vh;
            z-index: 99;
            text-align: center;
            outline: none;
        }

        /*   ハンバーガーボタン3本線   */
        button span.bar {
            display: block;
            height: 0.5vw;
            background-color: #333;
            margin: 0 0 3vw;
            transition: all 0.2s;
            transform-origin: left top;
        }

        button.active span.bar {
            width: 10vw;
            margin-left: 2vw;
        }

        button.active .bar1 {

            transform: rotate(45deg);
        }

        button.active .bar2 {
            opacity: 0;
        }

        button.active .bar3 {
            transform: rotate(-45deg);
        }

        #navi ul {
            display: inline-block;
            padding: 13vh 0 3vh;
            margin-top: -100vh;
            background: #111;
            width: 100vw;
            height: auto;
            z-index: 90;
            position: fixed;
        }

        #navi li {
            text-align: center;
            width: 100%;
            font-size: 5vw;
            line-height: 12vw;
            font-family: 'M PLUS 1p', sans-serif;
        }

        #navi li :link:hover, #navi li :visited:hover {
            color: #3366ff;
        }

        .sc_navi, sc_navi h1 {
            background: #111;
        }

        .sc_navi h1 a {
            background-image: url(../img/bk_logo.png);
            background-size: auto 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        .sc_navi ul {
            z-index: 90;
            position: fixed;
            top: -100vh;
            left: 0;
        }

        .sc_navi:hover > h1 {
            background: #fff;
        }

        .sc_navi:hover > h1 a {
            background-image: url(../img/h_logo.png);
        }

        .sc_navi:hover > ul {
            top: 0;
        }

        /* ---roading----*/
        #container {
            margin: 60vh 0 0 33vw;
            width: 34vw;
            height: 8px;
        }

        #indexCoverWH, #indexCoverLB, #indexCoverBL {
            display: inline-block;
            height: 100vh;
            width: 100vw;
            position: fixed;
            top: 0;
            left: 0;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
        }

        #indexCoverLB {
            z-index: 499;
            background: #aeddf0;
        }

        #indexCoverBL {
            z-index: 498;
            background: #ccc;
        }

        #indexCoverWH {
            z-index: 500;
            background: #ffffff;
            background-image: url(../img/h_logo.png);
            background-size: auto 30vw;
            background-position: center;
            background-repeat: no-repeat;
        }


        /* ---maintxt----*/
        #main_txt {
        }

        .main_txt {
        }

        /* ---index----- */
        #main_txtI {
            display: inline-block;
            width: 100%;
            height: 105vh;
            overflow-x: hidden;
            overflow-y: hidden;
            background: var(--Index-back);
            background: #111;
        }

        #indexComment {
            color: #fff;
            font-size: 5vw;
            display: inline-block;
            width: 100vw;
            position: absolute;
            z-index: 50;
            top: 9vw;
            left: 0;
            text-align: left;
            line-height: 10vw;
            font-family: 'Sawarabi Gothic', sans-serif;
            margin: 35vh 0 0 1vw;
            text-shadow: 0 .5vh .5vh rgba(0, 0, 0, 0.4);
        }

        #back1, #back2, #back3, #back4, #back5 {
            background: #fff;
            display: inline-block;
            background-size: auto 100%;
            background-position: center;
            background-repeat: no-repeat;
            margin-bottom: 3vh;
            box-shadow: 0 .5vh .5vh rgba(0, 0, 0, 0.4);
            height: 50vh;
            width: 60vw;
            opacity: .8;
        }

        #back1 {
            background-image: url(../img/main_visual.jpg);
            background-size: auto 100%;
            background-position: right top;
        }

        #back2 {
            background-image: url(../img/regal_shop.jpg);
        }

        #back3 {
            background-image: url(../img/museum.jpg);
            background-size: auto 100%;
            background-position: right center;
        }

        #back4 {
            background-image: url(../img/godiva_shop.png);
            background-position: right center;
        }

        #back5 {
            background-image: url(../img/lasud_shop.png);
        }

        .loop {
            display: inline-block;
            top: -75vh;
            left: -60vw;
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(-20deg);
            -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
        }

        .loopUp, .loopDown {
            display: inline-block;
            width: 60vw;
            height: 265vh;
            position: fixed;
            z-index: 2;
            top: 0;
            font-size: 0;
        }

        .loopUp {
            left: 0;
        }

        .Down1 {
            left: -60vw;
            margin-left: -3vh;
        }

        .Down2 {
            left: 60vw;
            margin-left: 3vh;
        }

        .loopUp div, .loopDown div {
            display: inline-block;
            width: 100%;
            height: 265vh;
        }

        .loopUp div:first-child {
            -webkit-animation: loopUp 100s -50s linear infinite;
            animation: loopUp 100s -50s linear infinite;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            will-change: transform;
        }

        .loopUp div + div {
            -webkit-animation: loopUp2 100s linear infinite;
            animation: loopUp2 100s linear infinite;
        }

        @-webkit-keyframes loopUp {
            0% {
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
            }
            100% {
                -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                transform: translateY(-100%);
            }
        }

        @keyframes loopUp {
            0% {
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
            }
            100% {
                -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                transform: translateY(-100%);
            }
        }

        @-webkit-keyframes loopUp2 {
            0% {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
            100% {
                -webkit-transform: translateY(-200%);
                -ms-transform: translateY(-200%);
                transform: translateY(-200%);
            }
        }

        @keyframes loopUp2 {
            0% {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
            100% {
                -webkit-transform: translateY(-200%);
                -ms-transform: translateY(-200%);
                transform: translateY(-200%);
            }
        }
        .loopDown div:first-child {
            -webkit-animation: loopDown 100s -50s linear infinite;
            animation: loopDown 100s -50s linear infinite;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            will-change: transform;
        }

        .loopDown div + div {
            -webkit-animation: loopDown2 100s linear infinite;
            animation: loopDown2 100s linear infinite;
        }

        @-webkit-keyframes loopDown {
            0% {
                -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                transform: translateY(-100%);
            }
            100% {
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
            }
        }

        @keyframes loopDown {
            0% {
                -webkit-transform: translateY(-100%);
                -ms-transform: translateY(-100%);
                transform: translateY(-100%);
            }
            100% {
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%);
            }
        }

        @-webkit-keyframes loopDown2 {
            0% {
                -webkit-transform: translateY(-200%);
                -ms-transform: translateY(-200%);
                transform: translateY(-200%);
            }
            100% {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
        }

        @keyframes loopDown2 {
            0% {
                -webkit-transform: translateY(-200%);
                -ms-transform: translateY(-200%);
                transform: translateY(-200%);
            }
            100% {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }
        }


        #blogBox {
            position: fixed;
            z-index: 200;
            top: 77vh;
            left: 0;
            display: inline-block;
            width: 100vw;
            height: 23vh;
            background: rgba(0, 0, 0, .7);
            color: #fff;
        }

        #blogBox p {
            display: inline-block;
            margin: 5vh 5% 0;
            line-height: 3vh;
            font-size: 2vh;
            width: 90%;
        }

        #blogBox a {
            display: inline-block;
            margin: 0vh 0 0 30vw;
            vertical-align: top;
            background: #3366ff;
            text-decoration: none;
            text-align: center;
            width: 40vw;
            height: 4.5vh;
            line-height: 4.5vh;
            font-size: 2vh;
            font-weight: bold;
            border-radius: 2.3vh;
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
        }

        #blogBox :link, #blogBox :visited {
            color: #fff;
        }

        #blogBox .blogCancel {
            display: inline-block;
            position: absolute;
            margin: 1vh 0 0 1vh;
            cursor: pointer;
            opacity: 1;
            width: 3.2vh;
            height: 3vh;
            background: rgba(255, 255, 255, .1);
            border-radius: 0.5vh;
        }

        #blogBox .blogCancelButton {
            display: inline-block;
            padding: 0;
            width: 0.5vh;
            height: 2.5vh;
            margin-left: 1.4vh;
            border-radius: 0.3vh;
            background: #fff;
            transform: rotate(45deg);
        }

        #blogBox .blogCancelButton:before {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            width: 2.5vh;
            height: 0.5vh;
            border-radius: 0.3vh;
            margin-left: -1vh;
            margin-top: -0.3vh;
            background: #fff;
        }


        /* ---intro----- */
        .main_txtN {
            padding: 12vh 0 5vw;
            background: var(--Iback-color);
        }

        #onestop {
            color: var(--Itext-color);
        }

        .stop_txt {
            color: var(--Iback-color);
            display: inline-block;
            margin: 2vh 0 0 10%;
            padding: 5vh 0 0 0;
            vertical-align: top;
            width: 80%;
            background: var(--Itext-color);
            box-shadow: 0 1vh 1vh rgba(0, 0, 0, 0.3);
        }

        .stop_txt h2 {
            display: inline-block;
            text-align: center;
            font-weight: 600;
            font-size: 8vw;
            line-height: 9vw;
            width: 100%;
            font-family: 'Raleway', sans-serif;
        }

        .stop_txt div {
            display: inline-block;
            padding-bottom: 8vh;
            margin-left: 10%;
            width: 80%;
            vertical-align: top;
        }

        .stop_txt div p {
            margin: 2vh 0 3vh;
            width: auto;
            font-weight: 500;
            font-size: 4vw;
            line-height: 5vw;
            text-align: left;
            font-family: 'Noto Sans SC', sans-serif;
        }

        .stop_txt a {
            display: none;
        }

        #stop_img2 {
            display: inline-block;
            margin: -5vh 0 0 20vw;
            width: 60vw;
            box-shadow: 0 2vh 2vh rgba(0, 0, 0, 0.3);
        }

        #stop_img1 {
            display: none;
        }

        #introCategory {
            display: block;
            width: 98vw;
            padding-top: 10vh;
            margin-top: -10vh;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        #introCategory div {
            position: relative;
            display: block;
            width: 100%;
        }

        #introCategory div h2 {
            margin-top: 5vh;
            display: inline-block;
            text-align: center;
            width: 100%;
            color: var(--Itext-color);
            font-size: 3vh;
            line-height: 3vh;
            font-family: 'Kosugi Maru', sans-serif;
        }

        #introCategory div p {
            display: inline-block;
            width: 70%;
            padding: 5vh 5% 0;
            height: 40vh;
            margin: 0 0 5vh 10%;
            border: solid 2px var(--Itext-color);
            border-radius: 3px;
            color: var(--Itext-color);
            font-size: 5vw;
            line-height: 7vw;
            font-family: 'Noto Sans SC', sans-serif;
        }

        #introCategory a {
            display: inline-block;
            width: 85%;
            line-height: 10vw;
            font-size: 4.5vw;
            margin: 0 0 3vh 7.5vw;
            text-align: center;
            border-radius: 5vw;
            text-decoration: none;
            font-family: 'Noto Sans SC', sans-serif;
            background: var(--Ilbtn-color);
            color: var(--Ilbtt-color);
        }

        #introCategory div a {
            position: absolute;
            display: block;
            width: 60%;
            line-height: 8vw;
            font-size: 4vw;
            border-radius: 4vw;
            background: var(--Isbtn-color);
            color: var(--Isbtt-color);
            margin: 0 0 0 10vw;
            top: 45vh;
            left: 10vw;
        }


        /* ---work----- */
        .main_txtW {
            padding-top: 10vh;
            color: var(--Wtext-color);
            background: var(--Wback-color);
        }

        #ankerInk, #ankerLED, #ankerSign {
            padding-top: 10vh;
            display: block;
            height: 5vh;
            width: 100%;
            margin-top: -10vh;
        }

        .workTile {
            position: relative;
            padding: 3vw 0 0 7vw;
            border-top: solid 1px var(--Wtext-color);
            height: 85vh;
        }

        .workTile h2 {
            display: inline-block;
            position: absolute;
            text-align: center;
            font-size: 4vw;
            line-height: 4vw;
            height: 3.5vw;
            top: -2vw;
        }

        #workLED {
            padding-bottom: 7vh;
        }

        #workInk h2 {
            width: 70vw;
            margin: 0 30vw 0 8vw;
            background: var(--Wback-color);
        }

        #workMuseum h2 {
            width: 70vw;
            margin: 0 30vw 0 8vw;
            background: var(--Wback-color);
        }

        #workLED h2 {
            width: 67vw;
            margin: 0 30vw 0 9.5vw;
            background: var(--Wback-color);
        }

        #workSign h2 {
            width: 34vw;
            margin: 0 30vw 0 26vw;
            background: var(--Wback-color);
        }

        .workTile a {
            display: inline-block;
            width: 100%;
            height: 100%;
        }

        .workTile img {
            display: inline-block;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

        /* ---image--- */
        #workInk div {
            position: absolute;
            background-size: 100% auto;
            background-position: center;
            background-repeat: no-repeat;
        }

        #workInk .img_box1 {
            background-size: 100% auto;
            display: inline-block;
            width: 43vw;
            height: 51vh;
            left: 5vw;
            background-image: url(../img/ex/01.jpg);
        }

        #workInk .img_box2 {
            display: inline-block;
            width: 45vw;
            height: 16vh;
            left: 50vw;
            background-image: url(../img/ex/03.jpg);
        }

        #workInk .img_box3 {
            display: inline-block;
            width: 45vw;
            height: 16vh;
            margin-top: 3vw;
            top: 17vh;
            left: 50vw;
            background-image: url(../img/ex/04.jpg);
        }

        #workInk .img_box4 {
            display: inline-block;
            width: 45vw;
            height: 16vh;
            margin-top: 3vw;
            top: 34vh;
            left: 50vw;
            background-image: url(../img/ex/05.jpg);
        }

        #workInk .img_box5 {
            display: inline-block;
            width: 44vw;
            height: 15vh;
            left: 5vw;
            margin-top: 3vw;
            top: 52vh;
            background-image: url(../img/ex/02.jpg);
        }

        #workInk .img_box6 {
            display: inline-block;
            width: 44vw;
            height: 15vh;
            margin-top: 3vw;
            top: 52vh;
            left: 51vw;
            background-image: url(../img/ex/06.jpg);
        }

        #workInk p {
            position: absolute;
            display: inline-block;
            width: 90%;
            padding: 0 5%;
            margin-top: 3vw;
            top: 70vh;
            left: 0;
            color: var(--Wtext-color);
            text-align: left;
            font-size: 3vw;
            line-height: 4vw;
            font-weight: 550;
            vertical-align: top;
        }

        #workMuseum div {
            position: absolute;
            background-size: 100% auto;
            background-position: center;
            background-repeat: no-repeat;
        }

        #workMuseum .img_box1 {
            background-size: 100% auto;
            display: inline-block;
            width: 44vw;
            height: 16vh;
            left: 5vw;
            background-image: url(../img/ex/m1.jpg);
        }

        #workMuseum .img_box2 {
            display: inline-block;
            width: 44vw;
            height: 16vh;
            left: 51vw;
            background-image: url(../img/ex/m2.jpg);
        }

        #workMuseum .img_box3 {
            display: inline-block;
            width: 44vw;
            height: 16vh;
            margin-top: 3vw;
            top: 17vh;
            left: 5vw;
            background-image: url(../img/ex/m3.jpg);
        }

        #workMuseum .img_box4 {
            display: inline-block;
            width: 44vw;
            height: 16vh;
            margin-top: 3vw;
            top: 17vh;
            left: 51vw;
            background-image: url(../img/ex/m4.jpg);
        }

        #workMuseum .img_box5 {
            display: inline-block;
            width: 44vw;
            height: 16vh;
            left: 5vw;
            margin-top: 3vw;
            top: 34vh;
            background-image: url(../img/ex/m5.jpg);
        }

        #workMuseum .img_box6 {
            display: inline-block;
            width: 44vw;
            height: 16vh;
            margin-top: 3vw;
            top: 34vh;
            left: 51vw;
            background-image: url(../img/ex/m6.jpg);
        }

        #workMuseum .img_box7 {
            display: inline-block;
            width: 44vw;
            height: 16vh;
            left: 5vw;
            margin-top: 3vw;
            top: 51vh;
            background-image: url(../img/ex/m7.jpg);
        }

        #workMuseum .img_box8 {
            display: inline-block;
            width: 44vw;
            height: 16vh;
            margin-top: 3vw;
            top: 51vh;
            left: 51vw;
            background-image: url(../img/ex/m8.jpg);
        }

        #workMuseum p {
            position: absolute;
            display: inline-block;
            width: 90%;
            padding: 0 5%;
            margin-top: 3vw;
            top: 70vh;
            left: 0;
            color: var(--Wtext-color);
            text-align: left;
            font-size: 3vw;
            line-height: 4vw;
            font-weight: 550;
            vertical-align: top;
        }

        #workLED div {
            position: absolute;
            background-size: 100% auto;
            background-position: center;
            background-repeat: no-repeat;
        }

        #workLED .img_box1 {
            display: inline-block;
            width: 90vw;
            height: 20vh;
            left: 5vw;
            background-image: url(../img/ex/11.jpg);
        }

        #workLED .img_box2 {
            display: inline-block;
            width: 90vw;
            height: 20vh;
            margin-top: 3vw;
            top: 21vh;
            left: 5vw;
            background-image: url(../img/ex/12.jpg);
        }

        #workLED .img_box3 {
            display: inline-block;
            width: 90vw;
            height: 20vh;
            margin-top: 3vw;
            top: 42vh;
            left: 5vw;
            background-image: url(../img/ex/13.jpg);
        }

        #workLED .img_box4 {
            display: inline-block;
            width: 40vw;
            height: 20vh;
            margin-top: 3vw;
            top: 63vh;
            left: 5vw;
            background-image: url(../img/ex/14.jpg);
        }

        #workLED p {
            position: absolute;
            display: inline-block;
            width: 41vw;
            height: 20vh;
            padding: 5vh 2vw 0;
            margin-top: 3vw;
            top: 63vh;
            left: 50vw;
            color: var(--Wtext-color);
            text-align: left;
            font-size: 3vw;
            line-height: 4vw;
            font-weight: bold;
            vertical-align: top;
        }

        #workSign div {
            position: absolute;
            background-position: center center;
            background-size: auto 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

        #workSign .img_box1 {
            background-size: auto 120%;
            display: inline-block;
            width: 90vw;
            height: 35vh;
            left: 5vw;
            background-image: url(../img/ex/22.jpg);
        }

        #workSign .img_box2 {
            display: inline-block;
            width: 22vw;
            height: 34vh;
            margin-top: 3vw;
            top: 36vh;
            left: 5vw;
            background-image: url(../img/ex/23.jpg);
        }

        #workSign .img_box3 {
            display: inline-block;
            width: 22vw;
            height: 34vh;
            margin-top: 3vw;
            top: 36vh;
            left: 28vw;
            background-image: url(../img/ex/25.jpg);
        }

        #workSign .img_box4 {
            display: inline-block;
            width: 44vw;
            height: 16.5vh;
            margin-top: 3vw;
            top: 36vh;
            left: 51vw;
            background-image: url(../img/ex/24.jpg);
        }

        #workSign .img_box5 {
            display: inline-block;
            width: 44vw;
            height: 16.5vh;
            margin-top: 3vw;
            top: 53vh;
            left: 51vw;
            background-image: url(../img/ex/21.jpg);
        }

        #workSign p {
            position: absolute;
            display: inline-block;
            width: 90%;
            padding: 0 5%;
            margin-top: 3vw;
            top: 73vh;
            left: 0;
            color: var(--Wtext-color);
            text-align: left;
            font-size: 3vw;
            line-height: 4vw;
            font-weight: 550;
            vertical-align: top;
        }

        /* ---company--- */
        .main_txtC {
            width: 80vw;
            margin: 14vh 0 0 10vw;
            width: 80vw;
            padding-bottom: 5vw;
        }

        .main_txtC h2 {
            font-size: 6vw;
            border-left: solid 1px var(--Cacce-color);
            padding-left: 2vw;
            margin: 5vh 0 0 0;
        }

        /* ---table--- */
        #comp_list {
            font-size: 4vw;
            border-collapse: separate;
            border-spacing: 0 5vh;
        }

        #comp_list th {
            width: 22vw;
        }

        #comp_list tr {
            border-color: #444;
            border-style: solid;
            border-width: 2vh 0;
        }

        /* ---form------- */
        form {
            display: inline-block;
            width: 70vw;
            padding: 15vh 15vw 10vh;
            haight: 85vh;
        }

        .lead-form {
            text-align: center;
            font-size: 1.4vw;
        }

        .item {
            margin-bottom: 20px;
        }

        .label {
            display: inline-block;
            margin: 2vh 20px 1vh 0;
            width: 90%;
            border-left: solid 3px var(--Facce-color);
            padding-left: 10px;
        }

        .inputs {
            display: inline-block;
            width: 90%;
        }

        input[type="text"], input[type="email"] {
            border: solid 1px #aaa;
            border-radius: 5px;
            padding: 10px;
            font-size: 15px;
        }

        textarea {
            border: solid 1px #aaa;
            border-radius: 5px;
            padding: 10px;
            height: 160px;
            font-size: 15px;
        }

        .btn-area {
            text-align: center;
        }

        input[type="submit"] {
            background: var(--Fbtnb-color);
            border: none;
            color: #fff;
            font-size: 6vw;
            line-height: 10vw;
            border-radius: 10vw;
            font-weight: bold;
            padding: 0 5vw;
        }


        /* ---form result */
        #formResult div {
            display: inline-block;
            margin: 30vh 0 0 5vw;
            padding: 10vh 5vw;
            width: 80vw;
            border: 1px solid var(--Racce-color);
            border-radius: 1vw;
        }

        #formResult p {
            display: inline-block;
            width: 100%;
            text-align: left;
            margin-top: 2vh;
            font-size: 4vw;
            line-height: 5vw;
        }

        #formResult a {
            display: inline-block;
            text-align: center;
            width: 30vw;
            margin: 5vh 0 0 25vw;
            font-size: 4vw;
            line-height: 5vw;
        }

        /* ---footer----- */
        footer {
            background: #111;
            color: #fff;
        }

        footer ul {
            margin: 0 0 2vh;
            display: table;
            background: #111;
            height: 2vw;;
        }

        footer li {
            display: block;
            text-align: center;
            width: 35vw;
            margin-left: 32.5vw;
            font-size: 2.5vh;
            line-height: 5vh;
            border-bottom: solid #fff 1px;
            font-family: 'M PLUS 1p', sans-serif;
        }

        footer li :link, footer li :visited {
            color: #fff;
            text-decoration: none;
        }

        footer li :link:hover, footer li :visited:hover {
            color: #3366ff;
        }

        footer p {
            text-align: center;
            line-height: 4vh;
        }

        .footer_add {
        }
    }

}