/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section
{
    display: block;
}

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

body
{
    font-family: Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', Roboto, 'Droid Sans', YuGothic, '游ゴシック', Meiryo, 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;

    width: 100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*
{
    box-sizing: border-box;
}

.page__footer__logo,
.page__content__subtitle,
.comment__title
{
    -webkit-font-smoothing: antialiased;
}

.page__footer__logo
{
    font-family: 'HelveticaNeue-Thin', 'Helvetica Neue Thin', 'Helvetica Neue', '.HiraKakuInterface-W1';
    font-weight: 100;
}

.page__content__subtitle
{
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', '.HiraKakuInterface-W2';
    font-weight: 300;
}

.comment__title
{
    font-family: 'HelveticaNeue-Bold', 'Helvetica Neue Bold', 'Helvetica Neue', 'ヒラギノ角ゴ Pro W6','Hiragino Kaku Gothic Pro';
    font-weight: 700;
}

/*
 *	page__header
 *	description
 */

.page__header
{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    left: 0;

    width: 100%;
    padding: 20px 15px;
}

.page__header__logo
{
    width: 238px;
    height: 56px;

    text-align: left;
}

.page__header__logo img
{
    width: 100%;
    height: auto;
}

.page__header__menu
{
    position: absolute;
    top: 20px;
    right: 15px;

    width: 44px;
    height: 44px;

    cursor: pointer;
}

.page__header__menu img
{
    width: 100%;
    height: auto;
}

/*
 *	page__footer
 *	description
 */

.page__footer
{
    margin-top: 30px;
    margin-bottom: 20px;
}

.page__footer__logo
{
    font-size: 18px;

    text-align: center;
    letter-spacing: 4.5px;
}

.page__footer__logo a
{
    text-decoration: none;

    color: #000;
}

.page__footer__copyright
{
    font-size: 10px;
    line-height: 1.2em;

    margin-top: 15px;

    text-align: center;
    letter-spacing: 1.43px;
}

#chika-comment-button
{
    margin-top: 10px;
}

#yuki-comment-button
{
    margin-top: 30px;
}

.page__content__button-black,
.page__content__button-white,
.page__content__button-clear
{
    display: block;
    overflow: hidden;

    width: 100%;
    height: auto;
    padding: 16px 24px 16px 24px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    border: none;
    border-radius: 100px;
    outline: none;
}

.page__content__button-clear
{
    border: 1px solid #000;
}

.page__content__button-black
{
    color: #fff;
    background: #000;
}

.page__content__button-white
{
    padding: 16px 24px;

    color: #000;
    border: 1px solid #000;
    background: #fff;
}

.comment
{
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;
    overflow: hidden;
    overflow-y: auto;

    width: 100%;
    height: 100%;
    padding: 30px;

    background: #000;

            overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.comment__inner
{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    margin-top: 64px;
}

.comment__close-button
{
    position: fixed;
    top: 20px;
    right: 15px;

    width: 44px;
    height: 44px;

    cursor: pointer;
}

.comment__close-button img
{
    width: 100%;
    height: auto;
}

.comment__title
{
    font-size: 12px;
    line-height: 1.2em;

    color: #fff;
}

.comment__text
{
    font-size: 12px;
    line-height: 1.8em;

    margin-top: 16px;

    color: #fff;
}

.comment__text p
{
    margin-bottom: 16px;
}

.commtent__text__name
{
    margin-top: 32px;
}

#loading-view
{
    font-size: 12px;

    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    color: #000;
    background: #fff;
}

#loading-view__inner
{
    position: relative;

    display: block;

    width: 100%;
    height: 100%;
}

#loading-view__animation-image
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 100px;
    height: 100px;
    margin-top: -80px;
    margin-left: -50px;
}

#loading-view__animation-image img
{
    width: 100%;
    height: auto;
}

#loading-view__text
{
    font-size: 12px;
    line-height: 1.5em;

    position: absolute;
    top: 50%;

    width: 80%;
    margin: 10%;
    margin-top: 32px;

    text-align: center;
    letter-spacing: 3.33px;
}

#loading-view__text p
{
    margin-bottom: 16px;
}

.loading-view__text__normal
{
    font-size: 12px;
}

.loading-view__text__mini
{
    font-size: 10px;

    color: #bfbfbf;
}

.page__content__btn-big:after,
.page__content__btn-big--new:after,
.page__content__button-black:after
{
    position: absolute;
    top: 50%;
    right: 16px;

    width: 7px;
    height: 20px;
    margin-top: -10px;

    content: '';

    background-repeat: no-repeat;
    background-size: 100% auto;
}

.page__content__subtitle
{
    font-size: 14px;

    margin-top: 34px;

    text-align: center;
}

.page__content__btn-big,
.page__content__btn-big--new
{
    font-size: 16px;
    line-height: 1.6;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: auto;
    margin-top: 10px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    color: #000;
    border: 1px solid #000;
    border-radius: 100px;
    outline: none;
    background: #fff;
}

.page__content__btn-big:after,
.page__content__btn-big--new:after
{
    background-image: url(../img/sp/lbl_right-arrow01_w@3x.png);
}

.page__content__btn-big
{
    padding: 24px 48px 24px 48px;
}

.page__content__btn-big--new
{
    padding: 44px 48px 24px 48px;
}

.page__content__btn-big--new:before
{
    position: absolute;
    top: 28px;
    left: 50%;

    display: block;
    overflow: hidden;

    width: 40px;
    height: 20px;
    margin-top: -10px;
    margin-left: -20px;

    content: '';

    background-image: url(../img/new_gif_w@2x.gif);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.top-content__yuki-img
{
    overflow: hidden;

    width: 100%;
    margin-top: 30px;

    border-radius: 40px;
}

.top-content__yuki-img img
{
    width: 100%;
    height: auto;
}

#transition-overlay
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    background: #fff;
}

*
{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    touch-callout: none;
}

.page
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;
    overflow-y: auto;

    margin: 0 auto;
    padding: 20px 3.6%;

            overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.page__content
{
    z-index: 1;

    display: block;

    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}

.page__content__yuki-15th
{
    width: 100%;
    height: auto;
}

.page__content__yuki-15th img
{
    display: block;

    width: 100%;
    height: auto;
}

/*
 *	button
 *	description
 */

#special-version-button
{
    margin-top: 20px;
}

#normal-version-button
{
    margin-top: 15px;
}

#chika-comment-button
{
    margin-top: 10px;
}

#yuki-comment-button
{
    margin-top: 30px;
}

.page__content__button-black,
.page__content__button-white
{
    line-height: 1.2em;

    display: block;
    overflow: hidden;

    width: 100%;
    height: auto;
    padding: 16px 16px 16px 16px;

    cursor: pointer;
    text-align: center;
    text-decoration: none;

    border: none;
    border-radius: 100px;
    outline: none;
}

.page__content__button-black
{
    position: relative;

    padding: 16px 24px;

    color: #fff;
    background: #000;
}

.page__content__button-black:after
{
    background-image: url(../img/sp/lbl_right-arrow01@3x.png);
}

.page__content__button-white
{
    color: #000;
    border: 1px solid #000;
    background: #fff;
}

.page__content__button__text-normal
{
    font-size: 14px;
}

.page__content__button__text
{
    font-size: 18px;
    font-weight: normal;

    letter-spacing: 4px;
}

.page__content__button__text-mini
{
    font-size: 12px;
    line-height: 1.2em;

    margin-top: 8px;
}
