﻿/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

h1, h3, h4, p, ul, figure {
    margin: 0
}

ul {
    list-style: none;
    padding: 0
}

ol {
    padding: 0
}

a {
    text-decoration: none
}

.overview, .common, .firmware-update, .faq, .retailer, .contact, .corporation, .gallery, .eqsharing {
    padding-top: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #bbbbbb inset
}

    .overview:after, .common:after, .firmware-update:after, .faq:after, .retailer:after, .contact:after, .corporation:after, .gallery:after, .eqsharing:after {
        height: 3em
    }

@media screen and (max-width: 1024px) {
    .overview:after, .common:after, .firmware-update:after, .faq:after, .retailer:after, .contact:after, .corporation:after, .gallery:after, .eqsharing:after {
        height: 1em
    }
}

.common a, .firmware-update a, .firmware-update .changelog-enter, .faq a, .retailer a {
    text-decoration: underline;
    color: #22d
}

    .common a:hover, .firmware-update a:hover, .firmware-update .changelog-enter:hover, .faq a:hover, .retailer a:hover {
        color: #a7a7f1
    }

.faq-item {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 720px;
    height: auto;
    overflow: hidden;
    margin: 18px auto;
    font-size: 12px;
    text-align: left;
    box-shadow: 0 0 8px 0 #cccccc
}

    .faq-item .icon {
        float: left;
        width: 60px;
        height: 40px;
        box-sizing: border-box;
        font-size: 24px;
        text-align: center;
        text-shadow: 4px 4px 10px #cccccc
    }

        .faq-item .icon .inner {
            position: absolute;
            top: 50%;
            left: 30px;
            transform: translate(-50%, -50%)
        }

    .faq-item .text {
        float: left;
        width: calc(100% - 60px);
        box-sizing: border-box
    }

    .faq-item .q {
        width: 100%;
        position: relative;
        background-color: #f4f4f4;
        border-bottom: 1px solid #dddddd;
        transition: all 0.2s;
        cursor: pointer
    }

        .faq-item .q:hover {
            background-color: #eaeaea
        }

        .faq-item .q .icon {
            color: #555555;
            padding-top: 2px
        }

        .faq-item .q .text {
            padding: 10px 10px 10px 0;
            color: #666;
            font-weight: 600;
            transition: all 0.4s
        }

            .faq-item .q .text:hover {
                color: #1a1a1a
            }

    .faq-item .a {
        width: 100%;
        height: 100%;
        position: relative
    }

        .faq-item .a .icon {
            color: #aaaaaa
        }

            .faq-item .a .icon .inner {
                opacity: 0
            }

        .faq-item .a .text {
            padding: 10px 0;
            color: #777777
        }

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

@media screen\0 {
    html {
        overflow: hidden;
        height: 100%
    }

    body {
        overflow: auto;
        height: 100%
    }
}

@supports (-ms-ime-align: auto) {
    html {
        overflow: hidden;
        height: 100%
    }

    body {
        overflow: auto;
        height: 100%
    }
}

main {
    position: relative
}

    main section {
        position: relative
    }

        main section:after {
            content: "";
            display: block;
            position: relative;
            width: 100%
        }

        main section:nth-child(3):after {
            background: url("../img/bk_ovo_gold.jpg") no-repeat fixed center center/cover
        }

        main section:nth-child(4):after {
            background: url("../img/bk_ovo_green.jpg") no-repeat fixed center center/cover
        }

        main section:nth-child(5):after {
            background: url("../img/bk_ovo_white.jpg") no-repeat fixed center center/cover
        }

        main section:nth-child(6):after {
            background: url("../img/bk_ovo_blue.jpg") no-repeat fixed center center/cover
        }

        main section:nth-child(7):after {
            background: url("../img/bk_ovo_silver.jpg") no-repeat fixed center center/cover
        }

        main section:nth-child(8):after {
            background: url("../img/bk_ovo_red.jpg") no-repeat fixed center center/cover
        }

    main p, main li, main th, main td, main figcaption {
        font-size: 14px;
        color: #444444
    }

body {
    width: 100%;
    position: relative;
    height: 100%
}

h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 24px 0;
    color: #555555;
    text-shadow: 0px 0px 12px #eeeeee;
    font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
    background: url("../img/ovo_logo_heading_1_.png") center center no-repeat
}

h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #444444;
    font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif
}

h4 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #444444;
    font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif
}

figure {
    text-align: center
}

.constricted {
    width: calc(100% - 248px);
    margin-left: 208px;
    position: relative;
    margin-bottom: 60px
}

@media screen and (max-width: 960px) {
    .constricted {
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px)
    }
}

.cancel-layer {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(32,32,32,0.4);
    z-index: 64;
    display: none;
    opacity: 0
}

.btn-general {
    display: none;
    position: fixed;
    z-index: 32;
    width: 40px;
    height: 36px;
    top: 13px;
    right: 10px;
    padding-top: 3px;
    border-radius: 2px;
    background-color: #eee
}

@media screen and (max-width: 960px) {
    .btn-general {
        display: block
    }
}

.btn-general .btn-inner {
    position: absolute;
    transition: all 0.4s
}

.btn-general .bar {
    height: 3px;
    border-radius: 2px;
    background-color: #a2a2a2
}

.btn-general .btn-enter {
    opacity: 1
}

    .btn-general .btn-enter .bar {
        width: 30px;
        margin: 6px 5px
    }

.btn-general .btn-exit {
    opacity: 0;
    display: none
}

    .btn-general .btn-exit .bar {
        width: 30px
    }

    .btn-general .btn-exit .bar-1 {
        transform: rotate(45deg);
        margin: 16px 0 0 5px
    }

    .btn-general .btn-exit .bar-2 {
        transform: rotate(-45deg);
        margin: -3px 0 0 5px
    }

.btn-form {
    width: 140px;
    height: 52px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #aaaaaa;
    text-align: center;
    font-size: 16px;
    line-height: 3;
    cursor: pointer
}

@media screen and (max-width: 414px) {
    .btn-form {
        width: 112px;
        height: 41.6px;
        font-size: 14px
    }
}

.btn-to-confirm {
    background-color: #c59352;
    margin: 0 auto
}

.btn-cancel {
    margin: 0 auto
}

.btn-decide {
    margin: 0 auto;
    background-color: #c59352
}

.navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 168px;
    height: 100%;
    color: #444;
    font-size: 13px;
    z-index: 16;
    transition: all 0.4s;
    display: block
}

@media screen and (max-width: 960px) {
    .navi {
        left: -168px;
        width: 100%;
        display: none;
        opacity: 0
    }
}

.navi .logo {
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.2s;
    box-sizing: border-box;
    background-color: #ffffff
}

    .navi .logo img {
        width: 168px
    }

    .navi .logo a {
        display: block;
        width: 168px
    }

.navi nav {
    width: 168px;
    height: calc(100% - 67px);
    transition: all 0.4s;
    background-color: #eee
}

@media screen and (max-width: 960px) {
    .navi nav {
        display: none;
        opacity: 0;
        width: 100vw;
        height: calc(100vh - 67px);
        overflow-y: scroll
    }
}

.navi ul {
    cursor: pointer;
    padding-left: 0
}

    .navi ul .to {
        min-height: 28px;
        transition: background-color 0.2s, height 0.4s;
        padding: 12px 0 0
    }

    .navi ul .to-item a {
        display: block;
        height: 100%;
        width: calc(100% - 25px);
        padding: 0 0 0 20px;
        color: #444444
    }

    .navi ul .to-item img.ext_link {
        width: 14px;
        height: 14px;
        vertical-align: middle
    }

    .navi ul .to-item:hover {
        background-color: #fff;
        color: #000
    }

    .navi ul .subitem {
        padding: 0 0 0 10px;
        margin: 0;
        min-height: 28px
    }

    .navi ul .border {
        border-bottom: 1px solid #bbb;
        margin: 0 20px
    }

    .navi ul #navi_icon {
        opacity: 0;
        margin-right: 5px;
        transform: rotate(0);
        transition: all 0.4s
    }

.menu-accordion {
    position: relative
}

    .menu-accordion:after {
        position: absolute;
        left: 10px;
        bottom: 0;
        width: calc(100% - 20px);
        height: 1px;
        content: '';
        border-bottom: 1px solid #bbbbbb
    }

    .menu-accordion a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box
    }

    .menu-accordion .inner {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        line-height: 40px
    }

    .menu-accordion .parent {
        height: 40px;
        transition: all 0.4s
    }

        .menu-accordion .parent:hover {
            background-color: #ffffff
        }

        .menu-accordion .parent a {
            padding-left: 20px;
            color: #222222
        }

    .menu-accordion .children {
        overflow-y: hidden;
        height: 0;
        transition: all 0.4s
    }

    .menu-accordion .child {
        position: relative;
        height: 32px;
        line-height: 32px;
        transition: all 0.4s
    }

        .menu-accordion .child:hover {
            background-color: #ffffff
        }

        .menu-accordion .child:after {
            position: absolute;
            left: 30px;
            top: 0;
            width: calc(100% - 40px);
            height: 1px;
            content: '';
            border-top: 1px solid #cccccc
        }

        .menu-accordion .child a {
            padding-left: 40px;
            color: #666666
        }

    .menu-accordion .accordion-arrow {
        position: absolute;
        top: 9px;
        right: 21px;
        transition: all 0.4s
    }

        .menu-accordion .accordion-arrow.upside-down {
            transform: rotate(180deg)
        }

    .menu-accordion .with-link-icon {
        position: relative
    }

        .menu-accordion .with-link-icon:after {
            position: absolute;
            top: -4px;
            right: -22px;
            width: 20px;
            height: 20px;
            content: '';
            background-image: url("../img/ext_link.png");
            background-size: cover
        }

.kv-img {
    width: 100%;
    height: 100vh
}

    .kv-img:after {
        position: fixed;
        z-index: -1;
        background: url("../img/kv_wide.jpg") no-repeat;
        height: 100vh;
        background-size: cover;
        background-position: center center
    }

@media screen and (max-width: 1024px) {
    .kv-img:after {
        background-size: cover
    }
}

@media screen and (max-width: 823px) {
    .kv-img:after {
        background: url("../img/kv.jpg") no-repeat
    }
}

@media screen and (max-width: 823px) and (orientation: portrait) {
    .kv-img:after {
        background-size: cover;
        background-position: center bottom 1%
    }
}

@media screen and (max-width: 823px) and (orientation: landscape) {
    .kv-img:after {
        background-position: center bottom 10%;
        background-size: 220%
    }
}

@media screen and (max-width: 414px) {
    .kv-img:after {
        background-size: cover
    }
}

.kv {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0)
}

.kv-description {
    position: fixed;
    margin: auto;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 640px;
    background: url("../img/curve_tl_w.png") no-repeat,url("../img/curve_tr_w.png") no-repeat,url("../img/curve_bl_w.png") no-repeat,url("../img/curve_br_w.png") no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 32px;
    text-align: center;
    padding: 2%
}

@media screen and (max-width: 960px) {
    .kv-description {
        background-size: 4%
    }
}

@media screen and (max-width: 414px) {
    .kv-description {
        width: 80%;
        top: 32%
    }
}

.kv-description .catch1 {
    padding: 4% 0 0
}

    .kv-description .catch1 img {
        width: 100%;
        max-width: 825px
    }

.kv-description .catch2 img {
    width: 80%;
    max-width: 1140px
}

.kv-description .logo img {
    width: 56%;
    max-width: 620px
}

.overview .description {
    width: 80%;
    margin: 0 auto 40px
}

@media screen and (max-width: 768px) {
    .overview .description {
        width: 90%
    }
}

.overview .inner {
    width: 80%;
    margin: 0 auto;
    border-radius: 4px
}

@media screen and (max-width: 768px) {
    .overview .inner {
        width: 90%
    }
}

.overview .inner .specification {
    margin-bottom: 20px
}

.overview .inner .notice {
    margin-bottom: 40px
}

    .overview .inner .notice p {
        color: #888886;
        font-size: 12px;
        line-height: 16px
    }

.overview .inner .appendix .appendix-inner {
    margin-left: 10px
}

    .overview .inner .appendix .appendix-inner .appendix-left {
        width: 220px
    }

    .overview .inner .appendix .appendix-inner .appendix-right {
        width: calc(100% - 220px)
    }

.overview .inner .appendix ul {
    float: left
}

@media screen and (max-width: 540px) {
    .overview .inner .appendix ul {
        float: none
    }

    .overview .inner .appendix .appendix-inner .appendix-left {
        width: 100%
    }

    .overview .inner .appendix .appendix-inner .appendix-right {
        width: 100%
    }
}

.overview .inner label {
    display: block;
    margin-bottom: 4px
}

.overview .inner table {
    width: 100%;
    text-align: left;
    border-collapse: collapse
}

.overview .inner tr {
    border-top: 1px solid #ccccca
}

    .overview .inner tr:last-child {
        border-bottom: 1px solid #ccccca
    }

.overview .inner th {
    background-color: #f8f8f8;
    padding: 10px;
    color: #888886;
    font-weight: 300;
    min-width: 130px
}

@media screen and (max-width: 414px) {
    .overview .inner th {
        min-width: 100px
    }
}

.overview .inner td {
    background-color: #f8f8f8;
    padding: 10px 4px;
    color: #888886
}

.overview .inner ul li {
    color: #888886
}

    .overview .inner ul li .header {
        display: block;
        width: 135px;
        float: left
    }

    .overview .inner ul li .body {
        display: block;
        width: calc(100% - 160px);
        float: left
    }

.overview .inner .decoration {
    position: relative;
    display: block;
    width: 100%;
    padding: 1px 0 0 10px;
    box-sizing: border-box;
    border-left: 1px solid #ccccca
}

.common p, .common ul li, .firmware-update ul .common li, .faq ul .common li {
    margin-bottom: 8px
}

.common p {
    margin-left: 20px
}

.common ul {
    margin: 0 0 20px 20px
}

    .common ul li div {
        margin-left: 20px
    }

.common section {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 40px
}

.common .strong {
    font-size: 20px
}

.common .description-wrapper {
    margin-bottom: 40px
}

    .common .description-wrapper .description {
        margin-bottom: 20px
    }

.common .download_info {
    margin-left: 40px;
    font-size: 80%;
    color: #777777
}

.common ul .firmware-update li, .firmware-update p, .firmware-update ul li, .faq ul .firmware-update li {
    margin-bottom: 8px;
    font-size: 12px;
    color: #444444
}

.firmware-update p {
    margin-left: 20px
}

.firmware-update ul {
    margin-left: 20px
}

    .firmware-update ul li div {
        margin-left: 20px
    }

.firmware-update section {
    width: 100%;
    max-width: 720px;
    margin: 0 auto 40px
}

.firmware-update .btn-changelog-enter-wrapper .btn-changelog-enter {
    margin: 0 auto;
    width: 80px;
    height: 40px;
    border-radius: 4px;
    background-color: #aaaaaa;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
    box-sizing: border-box;
    padding-top: 10px;
    box-shadow: 0 2px 0px 1px #969696
}

.firmware-update .download_info {
    margin-left: 40px;
    font-size: 80%;
    color: #777777
}

.firmware-update .strong {
    font-size: 20px
}

.firmware-update .notice {
    margin-top: 5px;
    margin-bottom: 20px
}

.common ul .faq li, .firmware-update ul .faq li, .faq p, .faq ul li {
    margin-bottom: 8px;
    font-size: 12px;
    color: #777777
}

.faq ul {
    list-style: disc;
    margin-left: 20px
}

    .faq ul li div {
        margin-left: 20px
    }

.retailer .inner {
    margin: 0 auto 50px;
    width: 720px
}

@media screen and (max-width: 960px) {
    .retailer .inner {
        width: 100%
    }
}

.retailer p {
    margin: 5px 0 20px 20px
}

.retailer .retailer-inner {
    margin-bottom: 30px
}

.retailer .online-shops {
    overflow: hidden;
    width: 100%
}

    .retailer .online-shops .item {
        float: left;
        width: calc(50% - 20px);
        margin-bottom: 20px;
        box-sizing: border-box;
        margin: 10px;
        padding: 10px 0 4px 10px;
        background-color: #f8f8f8;
        border: 1px solid #cccccc;
        float: none;
        width: calc(100% - 10px);
        margin: 10px 5px
    }

        .retailer .online-shops .item .icon {
            float: left;
            width: 120px
        }

            .retailer .online-shops .item .icon img {
                box-shadow: 1px 1px 2px rgba(0,0,0,0.1)
            }

        .retailer .online-shops .item .description {
            float: left;
            width: calc(100% - 120px);
            height: 100%;
            padding: 0 20px;
            margin-top: -4px;
            box-sizing: border-box
        }

        .retailer .online-shops .item .icon-otai a {
            margin-left: 20px
        }

        .retailer .online-shops .item .description {
            padding-top: 10px
        }

@media screen and (max-width: 520px) {
    .retailer .online-shops .item .description {
        padding-top: 0
    }
}

@media screen and (max-width: 374px) {
    .retailer .online-shops .item {
        padding-left: 0
    }

        .retailer .online-shops .item .icon {
            float: none;
            width: 100%;
            text-align: center
        }

        .retailer .online-shops .item .description {
            float: none;
            width: 100%;
            margin-top: auto;
            padding: 0 10px;
            text-align: center
        }

        .retailer .online-shops .item .icon-otai a {
            margin-left: 0
        }
}

.retailer .online-shops span {
    font-size: 12px;
    line-height: 18px
}

.retailer table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    word-break: break-all
}

    .retailer table tr {
        border-top: 1px solid #ccccca
    }

        .retailer table tr:last-child {
            border-bottom: 1px solid #ccccca
        }

    .retailer table th {
        padding: 8px;
        padding-right: 0;
        text-align: center;
        font-weight: 300
    }

    .retailer table td {
        padding: 8px;
        padding-right: 0;
        text-align: left
    }

    .retailer table .location {
        padding-top: 9px
    }

@media screen and (max-width: 480px) {
    .retailer table .retailer-contact {
        width: 40%
    }
}

.retailer .decoration {
    position: relative;
    display: block;
    width: 100%;
    padding: 1px 8px 0 10px;
    box-sizing: border-box;
    border-left: 1px solid #ccccca;
    border-right: 1px solid #ccccca
}

.contact {
    padding-bottom: 0
}

    .contact .inner {
        width: 80%;
        margin: 0 auto
    }

    .contact .constricted .info {
        width: 440px;
        margin: 0 auto 40px
    }

@media screen and (max-width: 414px) {
    .contact .constricted .info {
        width: auto
    }
}

.contact .newsletter-wrapper {
    width: 466px;
    margin: 0 auto 40px
}

@media screen and (max-width: 414px) {
    .contact .newsletter-wrapper {
        width: 100%;
        margin: 0
    }
}

.contact .coorperation-wrapper {
    width: 466px;
    margin: 0 auto 50px
}

@media screen and (max-width: 414px) {
    .contact .coorperation-wrapper {
        width: 100%;
        margin: 0
    }
}

.contact .newsletter {
    margin-bottom: 20px
}

.contact form {
    margin-bottom: 20px;
    text-align: center
}

.led-mark {
    margin: 0 auto;
    width: 700px;
    font-size: 18px;
    margin-bottom: 4px;
    margin: 0 auto
}

    .led-mark .num {
        text-align: center;
        display: inline-block;
        width: 87px
    }

@media screen and (max-width: 960px) {
    .led-mark {
        width: auto;
        margin-left: 4%
    }

        .led-mark .num {
            width: 12%
        }
}

@media screen and (max-width: 414px) {
    .led-mark {
        font-size: 12px;
        margin-bottom: 0;
        margin-left: 2%
    }

        .led-mark .num {
            width: 12.3%
        }
}

.led-figure {
    position: relative;
    margin: 0 auto;
    width: 700px;
    background: url(../img/ovo_led.png) 0px 0px/cover no-repeat;
    height: 44px;
    margin-bottom: 40px
}

@media screen and (max-width: 960px) {
    .led-figure {
        background: url(../img/ovo_led_fixed.png) center center/contain no-repeat;
        width: 100%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 414px) {
    .led-figure {
        height: 24px
    }
}

.changelog {
    position: fixed;
    display: none;
    opacity: 0;
    width: 96vw;
    height: 96vh;
    left: 2vw;
    top: 2vh;
    padding: 20px;
    box-sizing: border-box;
    z-index: 64;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 0 24px 8px #888888
}

    .changelog h3 {
        text-align: center;
        margin-bottom: 20px
    }

    .changelog .versions-wrapper {
        height: 100%;
        overflow: scroll
    }

    .changelog .version {
        padding: 20px 0;
        border-top: 1px solid #cccccc
    }

        .changelog .version h4.minor {
            font-size: 90%
        }

        .changelog .version:last-child {
            border-bottom: 1px solid #cccccc
        }

        .changelog .version ul {
            padding-left: 40px
        }

            .changelog .version ul li {
                list-style: disc
            }

    .changelog .cancel-btn {
        color: #ffffff;
        text-align: center;
        font-size: 28px;
        line-height: 1.3
    }

    .changelog .btn-general {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        background-color: #bbbbbb;
        border-radius: 4px;
        padding-top: 0
    }

        .changelog .btn-general .btn-exit {
            width: 40px;
            height: 40px;
            display: block;
            opacity: 1;
            padding-top: 3px
        }

    .changelog .bar {
        background-color: #ffffff
    }

.corporation {
    box-shadow: none
}

    .corporation .inner {
        width: 80%;
        max-width: 980px;
        margin: 0 auto
    }

@media screen and (max-width: 414px) {
    .corporation .inner {
        width: 100%;
        margin: 0
    }

        .corporation .inner br {
            display: none
        }
}

.corporation .inner .description-wrapper {
    margin-bottom: 40px
}

    .corporation .inner .description-wrapper .description {
        margin-bottom: 20px
    }

.corporation .inner table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f8f8f8
}

    .corporation .inner table tr {
        border-top: 1px solid #ccccca;
        height: 80px
    }

        .corporation .inner table tr:last-child {
            border-bottom: 1px solid #ccccca
        }

    .corporation .inner table th {
        padding: 10px;
        color: #888886;
        font-weight: 300;
        width: 130px
    }

    .corporation .inner table td {
        width: calc(100% - 130px)
    }

.corporation .inner input[type=text] {
    width: 98%;
    border-radius: 6px
}

@media screen and (max-width: 768px) {
    .corporation .inner input[type=text] {
        width: 90%
    }
}

.corporation .btn-dummy {
    display: none;
    opacity: 0
}

.dialog-corporation {
    position: fixed;
    top: 20px;
    left: 20px;
    height: calc(100vh - 40px);
    width: calc(100vw - 40px);
    display: none;
    opacity: 0;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all 0.2s;
    z-index: 128;
    box-shadow: 0 0 40px 20px #999999
}

.dialog-confirm .confirm-description {
    height: 80px;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box
}

.dialog-confirm .confirm-table-wrapper {
    width: 80%;
    max-width: 980px;
    margin: 0 auto
}

@media screen and (max-width: 768px) {
    .dialog-confirm .confirm-table-wrapper {
        width: 96%
    }
}

.dialog-confirm .confirm-table-wrapper table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f8f8f8
}

    .dialog-confirm .confirm-table-wrapper table tr {
        border-top: 1px solid #ccccca
    }

        .dialog-confirm .confirm-table-wrapper table tr:last-child {
            border-bottom: 1px solid #ccccca
        }

    .dialog-confirm .confirm-table-wrapper table th {
        padding: 10px;
        color: #888886;
        font-weight: 300;
        width: 170px;
        box-sizing: border-box
    }

    .dialog-confirm .confirm-table-wrapper table td {
        width: calc(100% - 130px)
    }

.dialog-confirm .btn-form-wrapper {
    width: 80%;
    max-width: 980px;
    margin: 0 auto
}

.dialog-confirm .btn-form-inner {
    float: left;
    width: 50%
}

@media screen and (max-width: 768px) and (orientation: landscape) {
    .dialog-confirm .confirm-description {
        height: auto;
        padding-top: 4px;
        padding-bottom: 4px
    }

    .dialog-confirm .confirm-table-wrapper table {
        margin-bottom: 8px
    }
}

.dialog-processing .processing-description {
    height: 80px;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box
}

.dialog-finished .finished-description {
    height: 80px;
    padding-top: 20px;
    text-align: center;
    box-sizing: border-box
}

.dialog-finished .btn-form {
    margin: 40px auto 0
}

.marker-required {
    margin-left: 12px;
    margin-top: -1px;
    padding: 2px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #a84040;
    border: 2px solid #a84040;
    font-size: 9px
}

#processing_field {
    display: none;
    opacity: 1;
    transition: all 0.2s;
    z-index: 128;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(32,32,32,0.4)
}

    #processing_field #processing_message {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff
    }

    #processing_field #processing_animation_wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

        #processing_field #processing_animation_wrapper #processing_animation {
            position: absolute;
            color: #ffffff;
            font-size: 90px;
            text-indent: -9999em;
            overflow: hidden;
            width: 1em;
            height: 1em;
            border-radius: 50%;
            margin: 72px auto;
            position: relative;
            -webkit-transform: translateZ(0);
            -ms-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-animation: processing 1.7s infinite ease, round 1.7s infinite ease;
            animation: processing 1.7s infinite ease, round 1.7s infinite ease
        }

@-webkit-keyframes processing {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em
    }
}

@keyframes processing {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em,-0.087em -0.825em 0 -0.42em,-0.173em -0.812em 0 -0.44em,-0.256em -0.789em 0 -0.46em,-0.297em -0.775em 0 -0.477em
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em,-0.338em -0.758em 0 -0.42em,-0.555em -0.617em 0 -0.44em,-0.671em -0.488em 0 -0.46em,-0.749em -0.34em 0 -0.477em
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em,-0.377em -0.74em 0 -0.42em,-0.645em -0.522em 0 -0.44em,-0.775em -0.297em 0 -0.46em,-0.82em -0.09em 0 -0.477em
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em,0 -0.83em 0 -0.42em,0 -0.83em 0 -0.44em,0 -0.83em 0 -0.46em,0 -0.83em 0 -0.477em
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.gallery, .eqsharing {
    box-shadow: none;
    margin-bottom: 0
}

    .gallery .constricted, .eqsharing .constricted {
        margin-bottom: 0
    }

    .gallery h2, .eqsharing h2 {
        margin-bottom: 30px !important;
        padding: 24px 0 !important
    }

    .gallery .inner, .eqsharing .inner {
        height: 100%;
        margin: 0 auto
    }

@media screen and (max-width: 414px) {
    .gallery .inner, .eqsharing .inner {
        width: 100%;
        margin: 0
    }

        .gallery .inner br, .eqsharing .inner br {
            display: none
        }
}

.gallery .inner .description-wrapper, .eqsharing .inner .description-wrapper {
    margin-bottom: 40px
}

    .gallery .inner .description-wrapper .description, .eqsharing .inner .description-wrapper .description {
        margin-bottom: 20px
    }

.gallery .inner table, .eqsharing .inner table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #f8f8f8
}

    .gallery .inner table tr, .eqsharing .inner table tr {
        border-top: 1px solid #ccccca;
        height: 80px
    }

        .gallery .inner table tr:last-child, .eqsharing .inner table tr:last-child {
            border-bottom: 1px solid #ccccca
        }

    .gallery .inner table th, .eqsharing .inner table th {
        padding: 10px;
        color: #888886;
        font-weight: 300;
        width: 130px
    }

    .gallery .inner table td, .eqsharing .inner table td {
        width: calc(100% - 130px)
    }

.gallery .inner input[type=text], .eqsharing .inner input[type=text] {
    width: 98%;
    border-radius: 6px
}

@media screen and (max-width: 768px) {
    .gallery .inner input[type=text], .eqsharing .inner input[type=text] {
        width: 90%
    }
}

.gallery .item-container, .eqsharing .item-container {
    width: 100%
}

.gallery .column, .eqsharing .column {
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box
}

    .gallery .column ::last-child, .eqsharing .column ::last-child {
        margin-right: 0
    }

    .gallery .column iframe, .eqsharing .column iframe {
        width: calc(100% - 2px) !important
    }

@media screen and (max-width: 414px) {
    .gallery .column iframe, .eqsharing .column iframe {
        width: calc(100vw - 45px) !important
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    .gallery .column iframe, .eqsharing .column iframe {
        width: calc((100vw - 40px) / 2 - 13px) !important
    }
}

.gallery .item, .eqsharing .item {
    display: inline-block;
    opacity: 0;
    transition: all 0.4s;
    width: 20%;
    margin-bottom: 20px
}

    .gallery .item img, .eqsharing .item img {
        height: auto;
        max-width: 80%
    }

.gallery .twitter-tweet-rendered, .eqsharing .twitter-tweet-rendered {
    margin-top: 0 !important;
    margin-bottom: 28px !important
}

.gallery .instagram-media, .eqsharing .instagram-media {
    max-width: 100vw !important;
    overflow: hidden
}

.gallery .instagram-media-rendered, .eqsharing .instagram-media-rendered {
    min-width: 0 !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    max-width: 100vw !important
}

.gallery .debug, .eqsharing .debug {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #efefef;
    z-index: 1
}

.invisible-yard {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    display: none
}

.invisible {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    display: none
}

#flash {
    position: fixed;
    display: none;
    opacity: 0;
    z-index: 50;
    left: 0;
    top: calc(50% - 50px);
    width: 100%;
    height: 100px;
    padding-top: 36px;
    margin: auto 0;
    background-color: #b7ab67;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    box-sizing: border-box
}

.Embed {
    max-width: 100vw !important
}

.alert-main {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s
}

    .alert-main.show {
        opacity: 1;
        z-index: 1
    }

.alert-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(63,63,63,0.5)
}

.alert-popup {
    position: absolute;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-color: #eeeeee;
    box-shadow: 0 0 10px 0px #8e8e8e
}

@media screen and (max-width: 768px) {
    .alert-popup {
        width: 80%
    }
}

.alert-popup.failure {
    background-color: #ffc8c8
}

    .alert-popup.failure .alert-msg {
        color: #000000
    }

.alert-msg {
    width: 100%;
    height: calc(100% - 100px);
    padding: 20px;
    color: #666b6b;
    font-size: 14px;
    box-sizing: border-box
}

.alert-btn-wrapper {
    position: relative;
    width: 100%;
    height: 60px
}

.alert-btn {
    position: absolute;
    width: 60px;
    height: 40px;
    top: 0;
    right: 20px;
    border-radius: 4px;
    background-color: #afada1;
    text-align: center;
    padding: 1px 16px;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    line-height: 2.8;
    cursor: pointer;
    transition: all 0.2s
}

.pl0 {
    padding-left: 0 !important
}

.w100 {
    width: 100px !important
}

.brn {
    border-right: none !important
}

ul.collab_list {
    text-align: center;
    margin: 0 auto 3em
}

    ul.collab_list li {
        display: inline
    }

        ul.collab_list li img {
            width: 320px
        }
/*# sourceMappingURL=index.css.map */
