@charset "UTF-8";

/**-----------------------------------------------
 * reset
 *---------------------------------------------- */

html {
    height: 100%;
    margin-bottom: 1px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
table,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    border: 0;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address,
ul,
dl,
ol,
th,
strong,
em {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

ul,
dl,
ol {
    list-style-type: none;
    list-style-position: outside;
    text-indent: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    line-height: 1.8em;
}

th,
td {
    text-align: left;
    vertical-align: top;
}

input,
select,
textarea {
    font-size: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
}

* {
    box-sizing: border-box;
}

/* RESET HTML5 */
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/**-----------------------------------------------
 * display
 *---------------------------------------------- */
@media screen and (max-width:768px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width:769px) {
    .sp {
        display: none;
    }
}

/**-----------------------------------------------
 * base
 *---------------------------------------------- */
html {
    font-size: 14px;
}

body {
    line-height: 1.7;
    /*font-family: Verdana, Roboto, "Droid Sans", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#container {
    width: 100%;
    line-height: 1.4;
    overflow: hidden;
    color: #070058;
    text-align: center;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

table {
    width: 100%;
}

a,
a:hover,
a:active,
a:link,
a:visited {
    color: #070058;
    text-decoration: none;
}

label {
    cursor: pointer;
}

i {
    font-style: normal;
}

/**-----------------------------------------------
 * style
 *---------------------------------------------- */

/* .social-button
--------------*/
.social-button {
    position: absolute;
    left: 5%;
    top: 0;
    width: 20%;
    padding: 5px 0 10px 0;
    text-align: left;
    margin: 1% 0 0 0;
    z-index: 1;
}

.social-button li {
    display: inline-block;
    margin: 0 0 5px 0;
}

/* #footer
--------------*/
#footer {
    background-image: url(../images/ripple_foot.png);
    background-repeat: repeat-y;
    background-position: 0 0;
    background-size: 100% auto;
    background-color: #080158;
}

#footer .appbox {
    position: relative;
    width: 88%;
    height: 88vw;
    padding: 10px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #aa941d;
    margin: 0 auto 20px auto;
}

#footer .appbox .title {
    font-size: 4vw;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: #080058;
}

#footer .appbox .app_icon {
    position: absolute;
    left: 10%;
    bottom: 27%;
    width: 23%;
    margin: 7% 0 0 0;
}

#footer .appbox .app_name {
    position: absolute;
    left: 36%;
    bottom: 28%;
    width: 52%;
    margin: 8% 0 0 0;
}

#footer .appbox .btn {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    margin: 34% 0 0 0;
}

#footer .appbox .btn img {
    width: 100%;
}

#footer .appbox .btn .iphone {
    display: inline-block;
    width: 38%;
    margin: 0 1% 0 0;
}

#footer .appbox .btn .android {
    display: inline-block;
    width: 47%;
    margin: 0 1% 0 0;
}

#footer .footNav {
    text-align: center;
    padding: 0 0 10px 0;
}

#footer .footNav .up {
    text-align: center;
    padding: 0 0 15px 0;
}

#footer .footNav .up a {
    display: inline-block;
    width: 27%;
}

#footer .footNav .up a img {
    width: 100%;
}

#footer .footNav .link {
    padding: 15px 0 15px 0;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 0 20px 0;
}

#footer .footNav .link a {
    font-weight: bold;
    color: #080158;
}

#footer .footNav .link .pipe {
    padding: 0 3% 0 3%;
    font-weight: bold;
}

#footer .footNav .exp {
    width: 95%;
    /*min-height: 9.5em;*/
    background-color: #080158;
    border-style: solid;
    border-width: 1px;
    border-color: #aa941d;
    margin: 0 auto 0 auto;
}

#footer .footNav .exp dl {
    width: 100%;
    padding: 7px;
    font-size: 2vw;
    line-height: 4vw;
    text-align: left;
    color: #aa941d;
}

#footer .footNav .exp dl dt {
    font-weight: bold;
}

#footer .footNav .exp dl dd {}

#footer .footNav .exp dl dd p {
    /*white-space: nowrap;*/
}

#footer .edge {
    text-align: center;
    padding: 10px 0 10px 0;
    background-color: #080158;
}

#footer .edge .logo {
    padding: 0 0 10px 0;
}

#footer .edge .logo img {
    width: 35%;
}

#footer .edge .copy {
    font-size: 10px;
    color: #ffffff;
}

/* onelumine
--------------*/
#onelumine h2 {
    text-align: center;
    margin-bottom: 40px;
}

#onelumine h2 img {
    text-align: center;
    width: 25%;
}

#onelumine .btn_onelumine {
    text-align: center;
    padding: 20px 0 15px 0;
    border-bottom: solid 1px #b2a418;
}

#onelumine .btn_onelumine img {
    width: 88%;
}


/* pagetop
--------------*/

#scroller {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 2%;
}

#scroller img {
    width: 45px;
    height: 45px;
}

/*qa*/

#qa_btn {
    display: none;
    z-index: 1;
    position: fixed;
    bottom: 140px;
    right: 0px;
}

#qa_btn img {
    width: 40px;
}



/**-----------------------------------------------
 * responsive
 *---------------------------------------------- */
/* PC */

@media screen and (min-width:769px) {

    a {
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }

    /* .social-button
--------------*/
    .social-button {
        left: 40px;
        top: 20px;
        white-space: nowrap;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    .social-button li {
        line-height: 1;
        margin: 0 5px 0 5px;
    }

    .social-button li iframe {
        vertical-align: bottom;
    }

    /* #footer
--------------*/
    #footer {
        background-position: 0 348px;
    }

    #footer .appbox {
        width: 910px;
        height: 550px;
        padding: 20px 0 0px 0;
        margin-bottom: 40px;
        border-width: 2px;
    }

    #footer .appbox .title {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin-top: 20px;
        color: #080058;
    }

    #footer .appbox .app_icon {
        left: 70px;
        top: 310px;
        width: 190px;
        margin: 0 0 0 0;
    }

    #footer .appbox .app_name {
        left: 300px;
        top: 320px;
        width: 610px;
        margin: 0 0 0 0;
    }

    #footer .appbox .btn {
        left: 300px;
        top: 430px;
        width: 610px;
        text-align: left;
        margin: 0 0 0 0;
    }

    #footer .appbox .btn a:hover {
        opacity: 0.6;
    }

    #footer .appbox .btn img {
        width: 100%;
    }

    #footer .appbox .btn .iphone {
        width: 180px;
        margin: 0 0 0 0;
    }

    #footer .appbox .btn .android {
        width: 220px;
        margin: 0 0 0 20px;
    }

    #footer .footNav {
        text-align: center;
        padding: 0 0 40px 0;
    }

    #footer .footNav .up {
        text-align: center;
        padding: 0 0 50px 0;
    }

    #footer .footNav .up a {
        width: 210px;
    }

    #footer .footNav .up a:hover {
        opacity: 0.6;
    }

    #footer .footNav .up a img {
        width: 100%;
    }

    #footer .footNav .link {
        padding: 28px 0 25px 0;
        font-size: 22px;
        margin: 0 0 40px 0;
    }

    #footer .footNav .link a {
        font-weight: bold;
    }

    #footer .footNav .link a:hover {
        opacity: 0.4;
    }

    #footer .footNav .link .pipe {
        padding: 0 80px 0 80px;
        font-weight: bold;
    }

    #footer .footNav .exp {
        width: 910px;
        height: 155px;
        border-width: 2px;
        margin: 0 auto 0 auto;
    }

    #footer .footNav .exp dl {
        left: 0;
        top: 0;
        width: 1000px;
        padding: 20px 50px 20px 50px;
        line-height: 1.7;
        font-size: 11px;
        text-align: left;
        color: #aa941d;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    #footer .footNav .exp dl dt {
        font-weight: bold;
    }

    #footer .edge {
        text-align: center;
        padding: 20px 0 20px 0;
    }

    #footer .edge .logo {
        padding: 0 0 20px 0;
    }

    #footer .edge .logo img {
        width: 132px;
    }

    #footer .edge .copy {
        font-size: 10px;
    }

    /* onelumine
--------------*/
    #onelumine h2 {
        text-align: center;
        margin-bottom: 40px;
    }

    #onelumine h2 img {
        width: 180px;
    }

    #onelumine .btn_onelumine {
        text-align: center;
        padding: 20px 0 20px 0;
        margin: 0 20px 0 20px;
        border-bottom: solid 2px #b2a418;
    }

    #onelumine .btn_onelumine a:hover {
        opacity: 0.8;
    }

    #onelumine .btn_onelumine img {
        width: 590px;
    }

    /* pagetop
--------------*/
    #scroller {
        bottom: 30px;
        right: 30px;
    }

    #scroller img {
        width: 76px;
        height: 76px;
    }


}

/* end of media query */