@charset "UTF-8";
/* Reset
*********************************/
/* line 5, ../scss/common.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* line 6, ../scss/common.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 7, ../scss/common.scss */
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

/* line 8, ../scss/common.scss */
ol, ul {
    list-style: none;
}

/* line 9, ../scss/common.scss */
caption, th {
    text-align: left;
}

/* line 10, ../scss/common.scss */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
}

/* line 11, ../scss/common.scss */
q:before, q:after {
    content: '';
}

/* line 11, ../scss/common.scss */
fieldset, img, abbr, acronym {
    border: 0;
}

/* line 12, ../scss/common.scss */
.clearfix:before, .clearfix:after {
    display: block;
    clear: both;
    content: "";
}

/* line 15, ../scss/common.scss */
a img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/* line 20, ../scss/common.scss */
a:hover {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
/* line 27, ../scss/common.scss */
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/* background and width setting
******************************** */
/* line 39, ../scss/common.scss */
#wp {
    background: url(../../assets_160525/images/common/img-bg-1600x600.jpg) repeat-y 0 0;
    background-size: 100%;
    max-width: 100%;
    min-width: 1200px;
}

/* line 44, ../scss/common.scss */
#contents-wrap {
    background: url(../../assets_160525/images/common/img-bg-hdr.png) no-repeat 0 top, url(../../assets_160525/images/common/img-bg-ftr.png) no-repeat 0 bottom;
    background-size: 100%;
    max-width: 100%;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* line 54, ../scss/common.scss */
#contents {
    width: 1000px;
    background: none;
    position: relative;
    margin: 0 auto;
    color: #000;
    background-size: 100%;
}

/* line 62, ../scss/common.scss */
#inner {
    width: 980px;
    margin: 0 auto;
}

/*----------------------------------------------------
menu area
----------------------------------------------------*/
/* line 73, ../scss/common.scss */
#menu {
    width: 1000px;
}

/* line 76, ../scss/common.scss */
#menu.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
}

/* line 81, ../scss/common.scss */
.menu-inner {
    width: 964px;
    margin: -8px auto 0;
    background: url(../../assets_160525/images/common/img-menu-bg.png) no-repeat 0 -27px;
    font-size: 0;
    text-align: center;
}

/* line 88, ../scss/common.scss */
.menu-btn {
    display: inline-block;
    font-size: 1px;
    margin-right: 15px;
}
/* line 92, ../scss/common.scss */
.menu-btn:last-child {
    margin-right: 0;
}

/*----------------------------------------------------
excerpt top page style
----------------------------------------------------*/
/* line 99, ../scss/common.scss */
.dq-logo {
    text-align: center;
    margin: 18px 0 5px;
}

/*----------------------------------------------------
device area
----------------------------------------------------*/
/* line 107, ../scss/common.scss */
.device-ttl {
    margin: 0 auto;
    width: 409px;
    position: relative;
    top: -28px;
}

/* line 113, ../scss/common.scss */
#device-list {
    width: 896px;
    margin: 50px auto 0;
    padding-bottom: 30px;
}
/* line 117, ../scss/common.scss */
#device-list .list-wrap {
    background: url(../../assets_160525/images/device/img-device-frame-top.png) no-repeat 0 1px;
}
/* line 120, ../scss/common.scss */
#device-list .list-inner {
    background: url(../../assets_160525/images/device/img-device-frame-bottom.png) no-repeat -2px bottom;
    padding-bottom: 59px;
}
/* line 124, ../scss/common.scss */
#device-list .device-list {
    background: url(../../assets_160525/images/device/img-device-frame-mid.png) repeat-y 0 0;
}

/* line 128, ../scss/common.scss */
.lead {
    padding: 0 120px;
}
/* line 130, ../scss/common.scss */
.lead .lead-txt {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
}
/* line 135, ../scss/common.scss */
.lead .lead-txt:last-child {
    margin-bottom: 0;
}

/* line 140, ../scss/common.scss */
.os {
    display: inline-block;
    margin-right: 20px;
    color: #ff9000;
    font-size: 18px;
    margin-bottom: 30px;
}

/* line 147, ../scss/common.scss */
.company {
    color: #ffde00;
    font-size: 16px;
}

/* line 151, ../scss/common.scss */
.company:before {
    content: '・';
}

/* line 154, ../scss/common.scss */
.terminals {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

/* line 159, ../scss/common.scss */
.device-list {
    padding: 40px 120px 20px;
}
/* line 161, ../scss/common.scss */
.device-list .devises-list {
    margin: 0 0 30px 15px;
}
/* line 163, ../scss/common.scss */
.device-list .devises-list:last-child {
    margin-bottom: 0;
}
/* line 167, ../scss/common.scss */
.device-list .devices {
    color: #fff;
    font-size: 16px;
}

/*----------------------------------------------------
about
----------------------------------------------------*/
/* line 176, ../scss/common.scss */
.app-area {
    font-size: 0;
    text-align: center;
}
/* line 179, ../scss/common.scss */
.app-area .nowonplay {
    display: inline-block;
    margin-right: 5px;
}
/* line 183, ../scss/common.scss */
.app-area .apple-store {
    display: inline-block;
    margin-right: 5px;
}
/* line 187, ../scss/common.scss */
.app-area .google-play {
    display: inline-block;
}
/* line 190, ../scss/common.scss */
.app-area.bottom {
    margin-bottom: 20px;
}

/* line 194, ../scss/common.scss */
#about {
    width: 898px;
    margin: 50px auto 0;
    padding-bottom: 30px;
}
/* line 198, ../scss/common.scss */
#about .about-dq-star {
    background: url(../../assets_160525/images/about/img-about-bg-mid.png) no-repeat center;
    margin-bottom: 60px;
}
/* line 202, ../scss/common.scss */
#about .about-dq-star:last-child {
    margin-bottom: 0;
}
/* line 205, ../scss/common.scss */
#about .about-inner {
    background: url(../../assets_160525/images/about/img-about-bg-bottom.png) no-repeat 0 bottom;
}
/* line 209, ../scss/common.scss */
#about .about-contents {
    position: relative;
    background: url(../../assets_160525/images/about/img-about-bg-top.png) no-repeat 0 0;
    text-align: center;
}
/* line 213, ../scss/common.scss */
#about .about-contents .about-img {
    position: relative;
    top: -30px;
}
/* line 216, ../scss/common.scss */
#about .about-contents .about-img.first {
    height: 453px;
}
/* line 221, ../scss/common.scss */
#about .massage {
    position: relative;
    opacity: 1 !important;
}
/* line 225, ../scss/common.scss */
#about .massage:hover img {
    opacity: 1 !important;
}
/* line 229, ../scss/common.scss */
#about .massage .msg-btn {
    position: absolute;
    bottom: 10px;
    right: 5px;
}
/* line 233, ../scss/common.scss */
#about .massage .msg-btn:hover {
    opacity: 1 !important;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

/*----------------------------------------------------
modal
----------------------------------------------------*/
/* line 246, ../scss/common.scss */
.modal {
    position: relative;
    margin: 66px 0;
}
/* line 255, ../scss/common.scss */
.modal .close {
    position: absolute;
    top: -66px;
    right: 0;
}

/* line 261, ../scss/common.scss */
#cboxOverlay {
    background: rgba(0, 0, 0, 0.9) !important;
}

/* line 264, ../scss/common.scss */
#cboxContent {
    background: none;
}

/* line 269, ../scss/common.scss */
#kanahei {
    text-align: right;
}

/* line 272, ../scss/common.scss */
.goback {
    text-align: center;
    padding-bottom: 120px;
}

/*----------------------------------------------------
page top
----------------------------------------------------*/
/* line 279, ../scss/common.scss */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 90px;
    cursor: pointer;
    z-index: 9999;
}

/*----------------------------------------------------
footer
----------------------------------------------------*/
/* line 290, ../scss/common.scss */
div.sqex-footer-white div#sqex-footer-contents-inner {
    margin: 0 auto;
    min-width: 1200px;
    border-top: none;
}

/* line 295, ../scss/common.scss */
div#sqexFooter div.sqex-footer-logos {
    margin-left: -550px;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 50%;
}

/* line 302, ../scss/common.scss */
div#sqexFooter div.sqex-footer-shares-wrap {
    margin: 0 auto;
    padding: 10px 0;
    display: inline-block;
    min-width: 1200px;
    position: static;
    text-align: center;
}

/* line 310, ../scss/common.scss */
div#sqexFooter.sqex-footer-white {
    min-width: 1200px;
}

/* line 313, ../scss/common.scss */
div#sqexFooter.sqex-footer-white ul {
    margin: 0 auto;
    min-width: 1200px;
}

/* line 317, ../scss/common.scss */
div#sqexFooter p.sqex-footer-copyright {
    margin: 0 auto;
    width: 1200px;
}

/* line 321, ../scss/common.scss */
div#sqexFooter dl.sqex-footer-shares {
    width: auto;
}
