@charset "UTF-8";

/* ===================================================================
CSS information
 file name  :share.css
 style info :共通のcss (スタイルのノーマライズ及び共通スタイル)
=================================================================== */

/* Foundation
========================================================== */

/* normalize.css v3.0.2 | MIT License | git.io/normalize
---------------------------------------------------------- */
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,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}
audio,
canvas,
progress,
video
{
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
[hidden],
template
{
    display: none;
}
a
{
    background-color: transparent;
}
a:active,
a:hover
{
    outline: 0;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b,
strong
{
    font-weight: bold;
}
dfn
{
    font-style: italic;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
mark
{
    color: #000;
    background: #ff0;
}
small
{
    font-size: 80%;
}
sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
img
{
    border: 0;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea
{
    font: inherit;
    margin: 0;
    color: inherit;
}
button
{
    overflow: visible;
}
button,
select
{
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer;
    -webkit-appearance: button;
}
button[disabled],
html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;
    border: 0;
}
input
{
    line-height: normal;
}
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
input[type='search']
{
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid #c0c0c0;
}
legend
{
    padding: 0;
    border: 0;
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: bold;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th
{
    padding: 0;
}

/* Basic style
---------------------------------------------------------- */
html
{
    background-color: #000;
}
body
{
    background-image: url('../images/bg.jpg');
    background-position: 50% 0;
    background-size: 50px 50px;
}
h1,
h2,
h3,
p,
ul,
li
{
    line-height: 1;
    margin: 0;
    padding: 0;
}
img
{
    max-width: 100%;
    vertical-align: top;
}

/* Layout
========================================================== */

/* #container
---------------------------------------------------------- */
#container
{
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}
#container.page-home
{
    background-image: url('../images/home/bg_header.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

/* Component
========================================================== */

/* colorbox
---------------------------------------------------------- */
#cboxOverlay,
#colorbox
{
    z-index: 50;
}
#cboxOverlay:focus,
#colorbox:focus
{
    border: none;
    outline: none;
}
#cboxOverlay
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
#cboxContent
{
    position: relative;
    top: 30px;
}
#cboxCurrent,
#cboxPrevious,
#cboxNext
{
    display: none !important;
}
#cboxClose
{
    position: absolute;
    top: -30px;
    right: 0;
    overflow: hidden;
    width: 91px;
    height: 31px;
    padding-top: 31px;
    border: none;
    background-color: transparent;
    background-image: url('../images/icon_close.png');
    background-size: contain;
}
body#characters #cboxContent:after
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 320px;
    height: 416px;
    margin-top: -216px;
    margin-left: -160px;
    content: '';
    background-image: url('../images/characters/frame_character.png');
    background-size: contain;
}
body#characters #cboxClose
{
    top: -60px;
}

/* Download (App Store & Google play)
---------------------------------------------------------- */
.c-download:after
{
    display: block;
    clear: both;
    content: '';
}
.c-download a
{
    display: block;
    float: left;
    width: 50%;
}

/* Project
========================================================== */

/* 共通フッター
---------------------------------------------------------- */
.p-footer
{
    margin-top: 30px;
}
.p-footer ul
{
    padding: 0;
    list-style: none;
}
.p-footer img
{
    width: auto;
}
.p-footer__bottom__share
{
    margin-bottom: 30px;
    text-align: center;
}
.p-footer__bottom__share__item
{
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
}
.p-footer__info
{
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.p-footer__official
{
    padding-right: 10px;
    padding-left: 10px;
}
.p-footer__inner
{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(255,255,255,.6);
    background-color: rgba(0,0,0,.2);
}
.p-footer__bottom
{
    margin-top: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url('../images/bg_footer.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.p-footer__bottom a
{
    text-decoration: none;
    color: #fff;
}
.p-footer__bottom__nav
{
    font-size: 10px;
    margin-bottom: 20px;
}
.p-footer__bottom__nav__item
{
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 1px solid #fff;
}
.p-footer__bottom__nav__item:last-child
{
    border-right: 1px solid #fff;
}

/* Utillity
========================================================== */
.u-clearfix:after
{
    display: block;
    clear: both;
    content: '';
}
.u-text--center
{
    text-align: center;
}
.u-text--right
{
    text-align: right;
}
.u-text--left
{
    text-align: left;
}
