@charset 'UTF-8';
/* --- foudation _mixin.scss --- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
    overflow: visible;
}

audio, canvas, progress, video {
    display: inline-block;
}

progress, sub, sup {
    vertical-align: baseline;
}

html {
    font-family: sans-serif;
    line-height: 1.15;

        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

menu, article, aside, details, footer, header, nav, section {
    display: block;
}

h1 {
    margin: 0.67em 0; 
    font-size: 2em;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0; 
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em; 
    font-family: monospace,monospace;
}

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: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative; 
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    margin: 0; 
    font-size: 100%;
    font-family: sans-serif;
    line-height: 1.15;
}

button, select {
    text-transform: none;
}

[type=submit], [type=reset], button, html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0; 
    border-style: none;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: ButtonText dotted 1px;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; 
    border: 1px solid silver;
}

legend {
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal; 
    box-sizing: border-box;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    padding: 0; 
    box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px; 

    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit; 

    -webkit-appearance: button;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}
/* --- foundation _text.scss --- */
/* --- foundation _base.scss --- */
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}
@media (min-width: 960px) {
    html.opening {
        overflow: hidden;
    }
    html.opening.is-op-completed {
        overflow: visible;
    }
}

body {
    background: #04001c url(../../images/official/common/bg_pc.png) 50% 0 no-repeat fixed;
    background-size: cover;
    color: #2f2a00;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'ヒラギノ角ゴ Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',Verdana, sans-serif;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
            font-smoothing: antialiased;
    -webkit-font-feature-settings: 'palt' 1;
            font-feature-settings: 'palt' 1;
    -webkit-tap-highlight-color: transparent;
}
@media (min-width: 960px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media (max-width: 959px) {
    body {
        background-image: none;
    }
    body:after {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -100; 
        width: 100%;
        height: 100%;
        background: #04001c url(../../images/official/common/bg_pc.png) 50% 0 no-repeat;
        background-size: cover;
        content: '';
    }
}
.fancybox-enabled body {
    margin-right: 0 !important;
}
body.open-menu {
    overflow: hidden; 
    height: 100vh;
}

a {
    text-decoration: none;
}
a:link {
    color: #fff;
}
a:visited {
    color: #fff;
}
a:hover {
    color: #fff;
}
a:focus {
    color: #fff;
}
a:active {
    color: #fff;
}

li {
    list-style-position: inside;
}

nav li {
    list-style-type: none;
}

img {
    vertical-align: bottom;
}
@media (max-width: 959px) {
    img {
        max-width: 100%;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

label, select, button, input[type='button'], input[type='reset'], input[type='submit'], input[type='radio'], input[type='checkbox'] {
    cursor: pointer;
}

ul, li, p, ol, section, table, dl, img, picture, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

ul {
    list-style: inside none;
}

a {
    color: #5e01dc;
    text-decoration: underline;
}
a:link {
    color: #5e01dc;
}
a:visited {
    color: #5e01dc;
}
a:hover {
    color: #5e01dc;
    text-decoration: none;
}
a:focus {
    color: #5e01dc;
}
a:active {
    color: #5e01dc;
}

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.hover-img:hover img {
    opacity: 0.8;
    -ms-filter: 'alpha(opacity=80)';
}

input, textarea, table {
    font-family: inherit;
}

@media (max-width: 959px) {
    img {
        width: 100%;
    }
}

.h1, .c-detail .detail-contents h1 {
    margin-bottom: 10px;
    color: #2f2a00;
    font-size: 160px;
    line-height: 1.75;
}
@media (max-width: 959px) {
    .h1, .c-detail .detail-contents h1 {
        font-size: 140%;
    }
}

.h2, .c-detail .detail-contents h2 {
    padding-bottom: 0.2em;
    border-bottom: 2px solid #2f2a00; 
    color: #2f2a00;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
@media (max-width: 959px) {
    .h2, .c-detail .detail-contents h2 {
        font-size: 140%;
    }
}

.h3, .c-detail .detail-contents h3, .page-terms .capt-terms {
    color: #2f2a00; 
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44;
}
@media (max-width: 959px) {
    .h3, .c-detail .detail-contents h3, .page-terms .capt-terms {
        font-size: 130%;
    }
}

.h4, .c-detail .detail-contents h4 {
    color: #2f2a00; 
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44;
}
@media (max-width: 959px) {
    .h4, .c-detail .detail-contents h4 {
        font-size: 130%;
    }
}

.h5, .c-detail .detail-contents h5 {
    color: #2f2a00; 
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
}
@media (max-width: 959px) {
    .h5, .c-detail .detail-contents h5 {
        font-size: 110%;
    }
}

.small, .c-detail .detail-contents small {
    color: #2f2a00;
    font-size: 12px;
    line-height: 1.35;
}
@media (max-width: 959px) {
    .small, .c-detail .detail-contents small {
        font-size: 80%;
    }
}

.strong-1, .c-detail .detail-contents strong {
    color: #dc015e; 
    font-weight: normal;
}

.strong-2 {
    color: #5e01dc; 
    font-weight: normal;
}

.link-1 {
    color: #5e01dc;
    text-decoration: underline;
}
.link-1:hover {
    color: #5e01dc;
    text-decoration: none;
}

.link-2 {
    color: #2f2a00;
    text-decoration: underline;
}
.link-2:hover {
    color: #2f2a00;
    text-decoration: none;
}

.figure, .c-detail .detail-contents figure {
    margin: 0 0 10px;
}
.figure figcaption, .c-detail .detail-contents figure figcaption {
    margin: 10px 0;
}
@media (max-width: 959px) {
    .figure, .c-detail .detail-contents figure {
        margin: 0 0 20px;
    }
}

.table, .c-detail .detail-contents table {
    max-width: 100%;
    border: 1px solid #2f2a00; 
    table-layout: fixed;
}
.table .col-xxs, .c-detail .detail-contents table .col-xxs {
    width: 10%;
}
.table .col-xs, .c-detail .detail-contents table .col-xs {
    width: 10%;
}
.table .col-s, .c-detail .detail-contents table .col-s {
    width: 20%;
}
.table .col-m, .c-detail .detail-contents table .col-m {
    width: 35%;
}
.table .col-l, .c-detail .detail-contents table .col-l {
    width: 50%;
}
.table .col-xl, .c-detail .detail-contents table .col-xl {
    width: 70%;
}
.table th, .c-detail .detail-contents table th, .table td, .c-detail .detail-contents table td {
    padding: 0.4em 1em;
    border-bottom: 1px solid #2f2a00; 
    border-left: 1px solid #2f2a00;
    text-align: left;
    font-weight: normal;
    font-size: inherit;
}
.table th, .c-detail .detail-contents table th {
    background-color: #2f2a00;
    color: #fff;
}
.table th + th, .c-detail .detail-contents table th + th {
    border-left-color: #f1f0e1;
}
@media (max-width: 959px) {
    .table .col-xxs, .c-detail .detail-contents table .col-xxs {
        width: 10%;
    }
    .table .col-xs, .c-detail .detail-contents table .col-xs {
        width: 15%;
    }
    .table .col-s, .c-detail .detail-contents table .col-s {
        width: 30%;
    }
    .table .col-m, .c-detail .detail-contents table .col-m {
        width: 40%;
    }
    .table .col-l, .c-detail .detail-contents table .col-l {
        width: 50%;
    }
    .table .col-xl, .c-detail .detail-contents table .col-xl {
        width: 70%;
    }
    .table th, .c-detail .detail-contents table th, .table td, .c-detail .detail-contents table td {
        padding: 0.4em 0.5em;
    }
}

.table-full {
    width: 100%;
}

/* --- layout _dmmheader.scss --- */
#dmm-olgnavi {
    padding: 0 12px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    font-size: 12px;
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana, sans-serif;
}
#dmm-olgnavi:after {
    display: block; 
    clear: both;
    content: '';
}
#dmm-olgnavi .dmm-btn {
    display: block;
    float: left;
    padding: 6px 0;
    text-decoration: none;
    line-height: 1;
}
#dmm-olgnavi .dmm-btn:hover {
    opacity: 0.8;
    -ms-filter: 'alpha(opacity=80)';
}
#dmm-olgnavi .dmm-logo {
    width: auto;
    height: 28px;
    border: none;
    vertical-align: middle;
}
#dmm-olgnavi .arrow {
    float: right;
    margin: 14px 0;
    padding-left: 14px;
    background: url(../../images/dmm_olgnavi/arrow_common.gif) no-repeat left center;
    color: #333;
    text-decoration: underline; 
    font-size: 12px;
}
#dmm-olgnavi .arrow:hover {
    text-decoration: none;
}

#dmm-olgnavi {
    position: relative;
    z-index: 9999;
}

/* --- layout _container.scss --- */
.l-container, .c-sect .sect-inner {
    position: relative;
    width: 100%;
}
.l-container:after, .c-sect .sect-inner:after {
    display: block;
    clear: both;
    content: '';
}
@media (max-width: 959px) {
    .l-container, .c-sect .sect-inner {
        padding-right: 2.666%; 
        padding-left: 2.666%;
    }
}
@media (min-width: 960px) {
    .l-container, .c-sect .sect-inner {
        max-width: 960px;
        margin: 0 auto;
    }
}
@media (min-width: 960px) {
    .l-container.is-full, .c-sect .is-full.sect-inner {
        max-width: 100%; 
        width: 100%;
    }
}
.l-container.is-static, .c-sect .is-static.sect-inner {
    width: 960px;
    margin: 0 auto;
}

/* --- layout _contents.scss --- */
.l-contents {
    position: relative;
    top: -40px;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    -webkit-transition: top 0.4s cubic-bezier(0.18, 0.91, 0.37, 1.5), opacity 0.2s;
            transition: top 0.4s cubic-bezier(0.18, 0.91, 0.37, 1.5), opacity 0.2s;
}
.loaded .l-contents, .no-csstranstions .l-contents, .is-top .l-contents {
    top: 0;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
}

/* --- layout _footer.scss --- */
.l-footer .chr-wrap {
    display: none;
}

.is-character .l-footer {
    margin-top: 0;
}

@media (max-width: 959px) {
    .l-footer {
        position: relative;
        z-index: 101;
        margin-top: 15vw;
    }
    .l-footer a {
        text-decoration: none;
    }
    .is-top .l-footer {
        margin-top: 0;
    }
    .is-top .l-footer .chr-wrap {
        display: block;
    }
    .l-footer .footer-inner {
        position: relative;
        margin-top: -1.5%;
        padding: 5% 0 3em;
        background: url(../../images/official/common/bg_footer_top.png) 0 0 no-repeat;
        background-color: #11003c;
        background-size: 100% auto; 
        color: #fff;
    }
    .l-footer a {
        color: #fff;
    }
    .l-footer .scrolltop {
        margin: 0 -3% 0;
        text-align: center;
    }
    .l-footer .chr-wrap {
        padding-top: 10%;
    }
    .l-footer .pic-footer-chr {
        position: relative;
        z-index: 1; 
        width: 100%;
        margin-bottom: -2.7%;
    }
    .l-footer .pic-footer-chr .pic-footer-pc {
        display: none;
    }
    .l-footer .pic-footer-chr img {
        width: 100%;
    }
    .l-footer .bg-hikari {
        position: absolute;
        top: 30%;
        left: 0;
        width: 100%;
    }
    .l-footer .bg-hikari .bg-hikari01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .l-footer .bg-hikari .bg-hikari02, .l-footer .bg-hikari .bg-hikari03 {
        display: none;
    }
    .l-footer .fnav {
        font-size: 1.3em;
    }
    .l-footer .fnav .fnav-menu-contents ul li {
        margin: 0;
        padding: 5vw;
        border-top: solid 2px #08001a;
        background: #1b0359; 
        box-shadow: 0 1px #250189 inset;
    }
    .l-footer .fnav .fnav-menu-contents ul li a {
        position: relative; 
        display: block;
    }
    .l-footer .fnav .fnav-menu-contents ul li a:after {
        position: absolute;
        right: 0;
        content: '>';
    }
    .l-footer .fnav .fnav-menu-banner {
        padding-bottom: 7vw;
        border-top: solid 2px #08001a;
        box-shadow: 0 1px #250189 inset; 
        text-align: center;
    }
    .l-footer .fnav .fnav-menu-banner .fnav-ttl {
        margin: 7vw auto 4vw; 
        font-weight: bold;
    }
    .l-footer .fnav .fnav-menu-banner .ico-appli {
        display: none;
    }
    .l-footer .fnav .fnav-menu-banner .list-banner-appli {
        display: inline-block;
        width: 90%;
    }
    .l-footer .fnav .fnav-menu-banner .list-banner-appli li {
        display: inline-block;
        width: 49%;
    }
    .l-footer .fnav .fnav-menu-regulation {
        clear: both;
        font-size: 0.9em;
    }
    .l-footer .fnav .fnav-menu-regulation ul {
        border-top: solid 2px #08001a;
        border-bottom: solid 2px #08001a;
        box-shadow: 1px 1px #250189;
    }
    .l-footer .fnav .fnav-menu-regulation ul li {
        width: 50%;
        margin: 0;
        padding: 5vw 0;
        border-collapse: collapse; 
        border-bottom: solid 2px #08001a;
        text-align: center;
    }
    .l-footer .fnav .fnav-menu-regulation ul li:nth-of-type(odd) {
        float: left;
        border-right: solid 3px #08001a;
        box-shadow: 1px 1px #250189 inset, 1px 1px #250189;
    }
    .l-footer .fnav .fnav-menu-regulation ul li:nth-of-type(even) {
        float: right;
        box-shadow: 1px 1px #250189 inset, 1px 1px #250189;
    }
    .l-footer .fnav .fnav-menu-regulation ul li:nth-child(5) {
        border-bottom: none;
        box-shadow: 0 0 #250189 inset, 1px 0 #250189;
    }
    .l-footer .fnav .list-fnav-social {
        margin: 10% 10% 5%;
        text-align: center;
        font-size: 0;
    }
    .l-footer .fnav .list-fnav-social li {
        display: inline-block;
        width: 33.333%;
        padding: 0 10%;
        font-size: 12px;
    }
    .l-footer .fnav .list-fnav-social li img {
        width: auto;
    }
    .l-footer .fnav .list-fnav-social .fnav-social-share {
        display: none;
    }
    .l-footer .copyright {
        margin: 2% 0 0;
        text-align: center; 
        font-size: 14px;
        font-size: 3vw;
    }
    .l-footer .copyright-logo {
        margin: 9% 20%;
    }
}

@media (min-width: 960px) {
    .l-footer {
        position: relative;
        margin: 100px -15px 0;
        padding-top: 20px;
    }
    .is-top .l-footer {
        margin-top: 670px;
    }
    .is-top .l-footer .chr-wrap {
        display: block;
    }
    .l-footer:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; 
        width: 100%;
        height: 100%;
        background: #11003c url(../../images/official/common/bg_footer_top.png) 0 0 repeat-x;
        content: '';
    }
    .l-footer a {
        color: #fff;
        text-decoration: none;
    }
    .l-footer a:hover {
        text-decoration: underline;
    }
    .l-footer .scrolltop {
        display: none;
    }
    .l-footer .footer-inner {
        position: relative;
        z-index: 100; 
        padding-top: 30px;
        padding-bottom: 20px;
        color: #fff;
    }
    .l-footer .chr-wrap.fn-onview .pic-footer-pc .footer-chara {
        -webkit-animation-name: blinkIn;
                animation-name: blinkIn;
    }
    .l-footer .chr-wrap.fn-onview .pic-footer-pc .footer-chara-silhouette {
        -webkit-animation-name: blinkInSilhouette;
                animation-name: blinkInSilhouette;
    }
    .l-footer .pic-footer-chr {
        position: absolute;
        top: -562px;
        z-index: 1; 
        width: 100%;
        text-align: center;
    }
    .l-footer .pic-footer-chr .pic-footer-sp {
        display: none;
    }
    .l-footer .pic-footer-chr .pic-footer-pc {
        position: relative;
        width: 944px;
        margin: 0 auto;
    }
    .l-footer .pic-footer-chr .pic-footer-pc img {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-animation-duration: 3s;
                animation-duration: 3s; 

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .ie9 .l-footer .pic-footer-chr .pic-footer-pc img {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .l-footer .pic-footer-chr .pic-footer-pc .pic-footer-img01 {
        -webkit-animation-delay: 0ms;
                animation-delay: 0ms;
    }
    .l-footer .pic-footer-chr .pic-footer-pc .pic-footer-img02 {
        -webkit-animation-delay: 300ms;
                animation-delay: 300ms;
    }
    .l-footer .pic-footer-chr .pic-footer-pc .pic-footer-img03 {
        -webkit-animation-delay: 600ms;
                animation-delay: 600ms;
    }
    .l-footer .pic-footer-chr .pic-footer-pc .pic-footer-img04 {
        -webkit-animation-delay: 900ms;
                animation-delay: 900ms;
    }
    .l-footer .bg-hikari {
        position: absolute;
        top: -350px;
        left: 0;
        overflow: hidden; 
        width: 100%;
        height: 350px;
    }
    .l-footer .bg-hikari div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .l-footer .bg-hikari .bg-hikari01 img {
        position: absolute;
        left: 50%;
        z-index: -1; 
        margin-left: -745px;
    }
    .l-footer .bg-hikari .bg-hikari02 img {
        position: absolute;
        top: -30px;
        left: -160px;
        z-index: -1; 
        -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                transform: rotate(30deg);
        -webkit-transform-origin: 50% 100%;
            -ms-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
    }
    .l-footer .bg-hikari .bg-hikari03 img {
        position: absolute;
        top: -10px;
        right: -160px;
        z-index: -1; 
        -webkit-transform: rotate(-30deg);
            -ms-transform: rotate(-30deg);
                transform: rotate(-30deg);
        -webkit-transform-origin: 20% 100%;
            -ms-transform-origin: 20% 100%;
                transform-origin: 20% 100%;
    }
    .l-footer .fnav {
        max-width: 960px;
        margin: 70px auto 0 auto;
    }
    .l-footer .fnav .fnav-column {
        display: inline-block;
        margin-right: 80px;
        vertical-align: top;
        font-size: 18px;
    }
    .l-footer .fnav .fnav-column .fnav-ttl {
        margin-bottom: 30px;
        font-weight: bold;
    }
    .l-footer .fnav .fnav-column ul li {
        margin: 0 0 20px 0;
    }
    .l-footer .fnav .fnav-column.fnav-menu-banner {
        clear: both;
        width: 475px;
    }
    .l-footer .fnav .fnav-column.fnav-menu-banner .fnav-ttl {
        font-size: 22px;
    }
    .l-footer .fnav .fnav-column.fnav-menu-banner .ico-appli {
        float: left;
        margin-right: 10px;
    }
    .l-footer .fnav .fnav-column.fnav-menu-banner .list-banner-appli li {
        float: left;
        margin-bottom: 5px;
    }
    .l-footer .fnav .fnav-column.fnav-menu-regulation {
        margin-right: 0;
    }
    .l-footer .fnav .list-fnav-social {
        position: relative;
        display: table; 
        width: 300px;
        margin: 30px auto;
        text-align: center;
    }
    .l-footer .fnav .list-fnav-social li {
        display: table-cell;
        vertical-align: middle;
    }
    .l-footer .fnav .list-fnav-social .fnav-social-twitter img, .l-footer .fnav .list-fnav-social .fnav-social-facebook img {
        width: 60%;
    }
    .l-footer .fnav .list-fnav-social .fnav-social-line {
        display: none;
    }
    .l-footer .copyright {
        position: relative;
        margin: 40px 0 0;
        text-align: center;
    }
    .l-footer .copyright small {
        font-size: 12px;
    }
    .l-footer .copyright .copyright-logo {
        margin: 0 auto 40px;
    }
}

@-webkit-keyframes blinkIn {
    0%, 20% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    10% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    60% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@keyframes blinkIn {
    0%, 20% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    10% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    60% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@-webkit-keyframes blinkInSilhouette {
    0%, 20% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    10% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    60% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
}

@keyframes blinkInSilhouette {
    0%, 20% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    10% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    60% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
}

/* --- layout _nav.scss --- */
@media (max-width: 959px) {
    .l-gnav .wrapper-menu {
        position: fixed;
        top: 45px;
        right: 2%;
        z-index: 999;
        width: 20%;
        -webkit-transition: top 0.2s;
                transition: top 0.2s;
    }
    .scroll .l-gnav .wrapper-menu {
        top: 10px;
    }
    .l-gnav .wrapper-menu .btn-menu {
        padding-top: 104.6%;
        background: url(../../images/official/common/btn_menu_off.png) no-repeat;
        background-size: 100% auto;
    }
    .open-menu .l-gnav .wrapper-menu .btn-menu {
        background: url(../../images/official/common/btn_menu_on.png) no-repeat;
        background-size: 100% auto;
    }
    .l-gnav .wrapper-menu.on-menu-anime .btn-menu {
        -webkit-transition: -webkit-transform 0.4s;
                transition: -webkit-transform 0.4s;
                transition:         transform 0.4s;
                transition:         transform 0.4s, -webkit-transform 0.4s; 
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
    .l-gnav .bg-gnav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 895; 
        visibility: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 115%;
        background: rgba(5, 0, 22, 0.9);
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
    }
    .scroll .l-gnav .bg-gnav .list-gnav {
        margin-top: 7px;
    }
    .open-menu .l-gnav .bg-gnav {
        visibility: visible;
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .l-gnav .bg-gnav ul {
        width: 90%;
    }
    .l-gnav .bg-gnav ul.list-gnav {
        margin: 42px auto 0 auto;
        padding-top: 22.5%;
    }
    .l-gnav .bg-gnav ul.list-gnav li {
        margin-top: 2%;
        border-top: solid 1px #250187;
        box-shadow: 0 -1px 0 #0b0016;
        text-align: center;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.1s linear;
                transition: all 0.1s linear; 
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px);
    }
    .l-gnav .bg-gnav ul.list-gnav li:first-child {
        margin-top: 0;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.13, 1.57);
                transition: all 0.3s cubic-bezier(0.17, 0.67, 0.13, 1.57); 
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item1 {
        -webkit-transition-delay: 200ms;
                transition-delay: 200ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item2 {
        -webkit-transition-delay: 275ms;
                transition-delay: 275ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item3 {
        -webkit-transition-delay: 350ms;
                transition-delay: 350ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item4 {
        -webkit-transition-delay: 425ms;
                transition-delay: 425ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item5 {
        -webkit-transition-delay: 500ms;
                transition-delay: 500ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item6 {
        -webkit-transition-delay: 575ms;
                transition-delay: 575ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item7 {
        -webkit-transition-delay: 650ms;
                transition-delay: 650ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item8 {
        -webkit-transition-delay: 725ms;
                transition-delay: 725ms;
    }
    .l-gnav .bg-gnav ul.list-gnav li .gnav-twitter, .l-gnav .bg-gnav ul.list-gnav li .gnav-facebook, .l-gnav .bg-gnav ul.list-gnav li .gnav-line {
        display: inline-block;
        width: 15%;
        height: auto;
        margin: 5%;
        vertical-align: middle;
    }
    .l-gnav .bg-gnav ul.list-banner {
        overflow: hidden; 
        margin: 0 auto;
        padding-bottom: 30%;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.1s linear;
                transition: all 0.1s linear;
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px);
    }
    .open-menu .l-gnav .bg-gnav ul.list-banner {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.13, 1.57);
                transition: all 0.3s cubic-bezier(0.17, 0.67, 0.13, 1.57);
        -webkit-transition-delay: 800ms;
                transition-delay: 800ms; 
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .l-gnav .bg-gnav ul.list-banner li {
        width: 50%;
    }
    .l-gnav .bg-gnav ul.list-banner li:nth-of-type(odd) {
        float: left;
    }
    .l-gnav .bg-gnav ul.list-banner li:nth-of-type(even) {
        float: right;
    }
}

@media (min-width: 960px) {
    .l-gnav .wrapper-menu {
        position: fixed;
        top: -10px;
        right: 20px;
        z-index: 995;
        width: 130px;
        height: 196px;
        background: url(../../images/official/common/nav_string01_pc.png) 50% 0 no-repeat;
        -webkit-transition: top 0.2s;
                transition: top 0.2s;
    }
    .scroll .l-gnav .wrapper-menu {
        top: -52px;
    }
    .l-gnav .wrapper-menu:after {
        position: absolute;
        bottom: -65px;
        left: 0;
        width: 130px;
        height: 100px;
        background: url(../../images/official/common/nav_deco01_pc.png) 50% 100% no-repeat; 
        content: '';
    }
    .l-gnav .wrapper-menu.on-menu-anime:after {
        -webkit-animation: 0.4s menuAnime cubic-bezier(0, 0.62, 0, 1);
                animation: 0.4s menuAnime cubic-bezier(0, 0.62, 0, 1);
    }
    .l-gnav .wrapper-menu .btn-menu {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 999; 
        width: 130px;
        height: 136px;
        cursor: pointer;
    }
    .l-gnav .wrapper-menu .btn-menu:before {
        position: absolute;
        width: 130px;
        height: 136px;
        background: url(../../images/official/common/btn_menu_off.png) no-repeat; 
        content: '';
    }
    .open-menu .l-gnav .wrapper-menu .btn-menu:before {
        background: url(../../images/official/common/btn_menu_on.png) no-repeat;
    }
    .l-gnav .wrapper-menu .btn-menu:hover:before {
        -webkit-transition: -webkit-transform 0.4s;
                transition: -webkit-transform 0.4s;
                transition:         transform 0.4s;
                transition:         transform 0.4s, -webkit-transform 0.4s; 
        -webkit-transform: rotateY(360deg);
                transform: rotateY(360deg);
    }
    .l-gnav .bg-gnav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 895; 
        visibility: hidden;
        width: 100%;
        height: 100%;
        padding: 60px 0 20px 20px;
        background: rgba(5, 0, 22, 0.9);
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
    }
    .open-menu .l-gnav .bg-gnav {
        visibility: visible;
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .l-gnav .bg-gnav ul {
        overflow: hidden; 
        width: 650px;
    }
    .l-gnav .bg-gnav ul.list-gnav {
        margin: 150px auto 0;
    }
    .l-gnav .bg-gnav ul.list-gnav li {
        position: relative;
        width: 300px;
        border-top: solid 1px #210389;
        box-shadow: 0 -1px 0 #0b0015;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.1s;
                transition: all 0.1s; 
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px);
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.13, 1.57);
                transition: all 0.3s cubic-bezier(0.17, 0.67, 0.13, 1.57); 
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item1, .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item2 {
        -webkit-transition-delay: 300ms;
                transition-delay: 300ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item3, .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item4 {
        -webkit-transition-delay: 400ms;
                transition-delay: 400ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item5, .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item6 {
        -webkit-transition-delay: 500ms;
                transition-delay: 500ms;
    }
    .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item7, .open-menu .l-gnav .bg-gnav ul.list-gnav li.gnav-item8 {
        -webkit-transition-delay: 600ms;
                transition-delay: 600ms;
    }
    .l-gnav .bg-gnav ul.list-gnav li:nth-of-type(odd) {
        float: left;
    }
    .l-gnav .bg-gnav ul.list-gnav li:nth-of-type(even) {
        float: right;
    }
    .l-gnav .bg-gnav ul.list-gnav li a:hover img {
        opacity: 0.6;
        -ms-filter: 'alpha(opacity=60)';
    }
    .l-gnav .bg-gnav ul.list-gnav li .gnav-twitter {
        position: absolute;
        top: 5px;
        right: 90px;
    }
    .l-gnav .bg-gnav ul.list-gnav li .gnav-facebook {
        position: absolute;
        top: 0;
        right: 53px;
    }
    .l-gnav .bg-gnav ul.list-gnav li .gnav-line {
        position: absolute;
        top: 0;
        right: 0;
    }
    .l-gnav .bg-gnav ul.list-banner {
        margin: 30px auto 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.1s;
                transition: all 0.1s; 
        -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
                transform: translateY(30px);
    }
    .open-menu .l-gnav .bg-gnav ul.list-banner {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transition: all 0.3s cubic-bezier(0.17, 0.67, 0.13, 1.57);
                transition: all 0.3s cubic-bezier(0.17, 0.67, 0.13, 1.57);
        -webkit-transition-delay: 700ms;
                transition-delay: 700ms; 
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .l-gnav .bg-gnav ul.list-banner li:nth-of-type(odd) {
        float: left;
    }
    .l-gnav .bg-gnav ul.list-banner li:nth-of-type(even) {
        float: right;
    }
    .l-gnav .bg-gnav ul.list-banner li a:hover img {
        opacity: 0.6;
        -ms-filter: 'alpha(opacity=60)';
    }
}

@-webkit-keyframes menuAnime {
    0% {
        bottom: -65px;
    }
    25% {
        bottom: -90px;
    }
    75% {
        bottom: -90px;
    }
    100% {
        bottom: -65px;
    }
}

@keyframes menuAnime {
    0% {
        bottom: -65px;
    }
    25% {
        bottom: -90px;
    }
    75% {
        bottom: -90px;
    }
    100% {
        bottom: -65px;
    }
}

/* --- layout _grid.scss --- */
.l-grid {
    margin: 0 -10px; 
    padding: 0;
}
.l-grid:after {
    display: block;
    clear: both;
    content: '';
}
.l-grid.is-adjust {
    margin: 0;
}
.l-grid.is-adjust [class*='l-grid-'] {
    padding: 0;
}
@media (min-width: 960px) {
    .l-grid {
        margin: 0 -10px;
    }
}

[class*='l-grid-'] {
    position: relative;
    float: left;
    min-height: 1px;
    width: 100%;
    padding: 0 10px;
}
@media (min-width: 960px) {
    [class*='l-grid-'] {
        padding: 0 10px;
    }
}

.l-grid-base-1 {
    width: 8.33333%;
}

.l-grid-base-offset-1 {
    margin-left: 8.33333%;
}

.l-grid-base-2 {
    width: 16.66667%;
}

.l-grid-base-offset-2 {
    margin-left: 16.66667%;
}

.l-grid-base-3 {
    width: 25%;
}

.l-grid-base-offset-3 {
    margin-left: 25%;
}

.l-grid-base-4 {
    width: 33.33333%;
}

.l-grid-base-offset-4 {
    margin-left: 33.33333%;
}

.l-grid-base-5 {
    width: 41.66667%;
}

.l-grid-base-offset-5 {
    margin-left: 41.66667%;
}

.l-grid-base-6 {
    width: 50%;
}

.l-grid-base-offset-6 {
    margin-left: 50%;
}

.l-grid-base-7 {
    width: 58.33333%;
}

.l-grid-base-offset-7 {
    margin-left: 58.33333%;
}

.l-grid-base-8 {
    width: 66.66667%;
}

.l-grid-base-offset-8 {
    margin-left: 66.66667%;
}

.l-grid-base-9 {
    width: 75%;
}

.l-grid-base-offset-9 {
    margin-left: 75%;
}

.l-grid-base-10 {
    width: 83.33333%;
}

.l-grid-base-offset-10 {
    margin-left: 83.33333%;
}

.l-grid-base-11 {
    width: 91.66667%;
}

.l-grid-base-offset-11 {
    margin-left: 91.66667%;
}

.l-grid-base-12 {
    width: 100%;
}

.l-grid-base-offset-12 {
    margin-left: 100%;
}

.l-grid-base-half {
    width: 50%;
    margin-left: 25%;
}

@media (min-width: 480px) {
    .l-grid-s-1 {
        width: 8.33333%;
    }
    .l-grid-s-offset-1 {
        margin-left: 8.33333%;
    }
    .l-grid-s-2 {
        width: 16.66667%;
    }
    .l-grid-s-offset-2 {
        margin-left: 16.66667%;
    }
    .l-grid-s-3 {
        width: 25%;
    }
    .l-grid-s-offset-3 {
        margin-left: 25%;
    }
    .l-grid-s-4 {
        width: 33.33333%;
    }
    .l-grid-s-offset-4 {
        margin-left: 33.33333%;
    }
    .l-grid-s-5 {
        width: 41.66667%;
    }
    .l-grid-s-offset-5 {
        margin-left: 41.66667%;
    }
    .l-grid-s-6 {
        width: 50%;
    }
    .l-grid-s-offset-6 {
        margin-left: 50%;
    }
    .l-grid-s-7 {
        width: 58.33333%;
    }
    .l-grid-s-offset-7 {
        margin-left: 58.33333%;
    }
    .l-grid-s-8 {
        width: 66.66667%;
    }
    .l-grid-s-offset-8 {
        margin-left: 66.66667%;
    }
    .l-grid-s-9 {
        width: 75%;
    }
    .l-grid-s-offset-9 {
        margin-left: 75%;
    }
    .l-grid-s-10 {
        width: 83.33333%;
    }
    .l-grid-s-offset-10 {
        margin-left: 83.33333%;
    }
    .l-grid-s-11 {
        width: 91.66667%;
    }
    .l-grid-s-offset-11 {
        margin-left: 91.66667%;
    }
    .l-grid-s-12 {
        width: 100%;
    }
    .l-grid-s-offset-12 {
        margin-left: 100%;
    }
    .l-grid-s-half {
        width: 50%;
        margin-left: 25%;
    }
}

@media (min-width: 640px) {
    .l-grid-m-1 {
        width: 8.33333%;
    }
    .l-grid-m-offset-1 {
        margin-left: 8.33333%;
    }
    .l-grid-m-2 {
        width: 16.66667%;
    }
    .l-grid-m-offset-2 {
        margin-left: 16.66667%;
    }
    .l-grid-m-3 {
        width: 25%;
    }
    .l-grid-m-offset-3 {
        margin-left: 25%;
    }
    .l-grid-m-4 {
        width: 33.33333%;
    }
    .l-grid-m-offset-4 {
        margin-left: 33.33333%;
    }
    .l-grid-m-5 {
        width: 41.66667%;
    }
    .l-grid-m-offset-5 {
        margin-left: 41.66667%;
    }
    .l-grid-m-6 {
        width: 50%;
    }
    .l-grid-m-offset-6 {
        margin-left: 50%;
    }
    .l-grid-m-7 {
        width: 58.33333%;
    }
    .l-grid-m-offset-7 {
        margin-left: 58.33333%;
    }
    .l-grid-m-8 {
        width: 66.66667%;
    }
    .l-grid-m-offset-8 {
        margin-left: 66.66667%;
    }
    .l-grid-m-9 {
        width: 75%;
    }
    .l-grid-m-offset-9 {
        margin-left: 75%;
    }
    .l-grid-m-10 {
        width: 83.33333%;
    }
    .l-grid-m-offset-10 {
        margin-left: 83.33333%;
    }
    .l-grid-m-11 {
        width: 91.66667%;
    }
    .l-grid-m-offset-11 {
        margin-left: 91.66667%;
    }
    .l-grid-m-12 {
        width: 100%;
    }
    .l-grid-m-offset-12 {
        margin-left: 100%;
    }
    .l-grid-m-half {
        width: 50%;
        margin-left: 25%;
    }
}

@media (min-width: 960px) {
    .l-grid-l-1 {
        width: 8.33333%;
    }
    .l-grid-l-offset-1 {
        margin-left: 8.33333%;
    }
    .l-grid-l-2 {
        width: 16.66667%;
    }
    .l-grid-l-offset-2 {
        margin-left: 16.66667%;
    }
    .l-grid-l-3 {
        width: 25%;
    }
    .l-grid-l-offset-3 {
        margin-left: 25%;
    }
    .l-grid-l-4 {
        width: 33.33333%;
    }
    .l-grid-l-offset-4 {
        margin-left: 33.33333%;
    }
    .l-grid-l-5 {
        width: 41.66667%;
    }
    .l-grid-l-offset-5 {
        margin-left: 41.66667%;
    }
    .l-grid-l-6 {
        width: 50%;
    }
    .l-grid-l-offset-6 {
        margin-left: 50%;
    }
    .l-grid-l-7 {
        width: 58.33333%;
    }
    .l-grid-l-offset-7 {
        margin-left: 58.33333%;
    }
    .l-grid-l-8 {
        width: 66.66667%;
    }
    .l-grid-l-offset-8 {
        margin-left: 66.66667%;
    }
    .l-grid-l-9 {
        width: 75%;
    }
    .l-grid-l-offset-9 {
        margin-left: 75%;
    }
    .l-grid-l-10 {
        width: 83.33333%;
    }
    .l-grid-l-offset-10 {
        margin-left: 83.33333%;
    }
    .l-grid-l-11 {
        width: 91.66667%;
    }
    .l-grid-l-offset-11 {
        margin-left: 91.66667%;
    }
    .l-grid-l-12 {
        width: 100%;
    }
    .l-grid-l-offset-12 {
        margin-left: 100%;
    }
    .l-grid-l-half {
        width: 50%;
        margin-left: 25%;
    }
}

/* --- layout _header.scss --- */
.l-header {
    position: relative;
}
.is-top .l-header, .is-character .l-header, .is-introduction .l-header {
    margin-bottom: 0;
}
@media (max-width: 959px) {
    .l-header {
        margin-bottom: 38%;
    }
}
@media (min-width: 960px) {
    .l-header {
        width: 100%;
        margin-bottom: 250px;
    }
}

/* --- layout _wrapper.scss --- */
.l-wrapper {
    position: relative;
    z-index: 0; 
    overflow: hidden;
}
.l-wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000; 
    width: 100%;
    height: 100%;
    background: #04001c;
    content: '';
}
.l-wrapper.ready:before {
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    -webkit-transition: opacity 0.5s linear;
            transition: opacity 0.5s linear;
}
.l-wrapper.loaded:before {
    display: none;
}

/* --- component _box.scss --- */
.c-box {
    position: relative;
}
.c-box:after {
    display: block;
    clear: both;
    content: '';
}
.c-box.is-attention {
    padding: 18px 20px;
    border: 1px solid #dc015e;
    background-color: #fff; 
    color: #dc015e;
    font-size: 16px;
}
@media (max-width: 959px) {
    .c-box.is-attention {
        padding: 2.66% 3.33%; 
        font-size: 14px;
    }
}

/* --- component _button.scss --- */
.c-button {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
    font-size: 18px;
    line-height: 1.4;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.c-button:link {
    color: #fff;
}
.c-button:visited {
    color: #fff;
}
.c-button:focus {
    outline: none;
}
@media (max-width: 959px) {
    .c-button {
        font-size: 16px;
    }
}
@media (min-width: 960px) {
    .c-button {
        font-size: 18px;
    }
}
.c-button.is-primary {
    padding: 15px;
    border: 4px solid #fff;
    border-radius: 50px;
    background: #6800c9;
    background: -webkit-linear-gradient(top, #bf00ff, #4900e7);
    background:         linear-gradient(to bottom, #bf00ff, #4900e7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); 
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
}
.c-button.is-primary:hover {
    background: #8200fc;
    background: -webkit-linear-gradient(top, #c3f, #6e33ed);
    background:         linear-gradient(to bottom, #c3f, #6e33ed);
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
}
@media (min-width: 960px) {
    .c-button.is-primary {
        min-height: 75px;
        padding: 20px;
    }
}
.c-button.is-secondary {
    padding: 16px 30px;
    border: 2px solid #2f2a00; 
    background: #2f2a00;
}
.c-button.is-secondary:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline;
    margin-top: -0.7em;
    color: inherit; 
    content: '>';
}
.c-button.is-secondary:hover {
    background: transparent; 
    color: #2f2a00;
}
.c-button.is-tertiary {
    padding: 16px 30px;
    border: 2px solid #5e01dc; 
    background: #977af6;
}
.c-button.is-tertiary:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline;
    margin-top: -0.7em;
    color: #fff; 
    content: '>';
}
.c-button.is-tertiary:hover {
    background: #653bed;
}
.c-button.is-flatWhite {
    border-color: #fff;
    background: #fff;
    box-shadow: none;
    color: #ff499a;
}
.c-button.is-flatWhite:hover {
    border-color: #fff; 
    color: #ff499a;
}
.c-button.is-inline {
    display: inline-block;
    min-width: 180px;
    max-width: 100%; 
    width: auto;
}
@media (max-width: 959px) {
    .c-button.is-inline {
        min-width: 100%;
    }
}
@media (min-width: 960px) {
    .c-button.is-inline {
        min-width: 260px;
    }
}
.c-button.is-nowrap {
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- component _chain.scss --- */
.c-chain {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../../images/official/common/bg_chain.png) 23% 100% no-repeat, url(../../images/official/common/bg_chain.png) 77% 100% no-repeat;
    background-size: 4% auto;
    content: '';
    pointer-events: none;
}
@media (max-width: 959px) {
    .c-sect .c-chain {
        margin-top: -9vw;
    }
}
@media (min-width: 960px) {
    .c-chain {
        background-size: auto;
    }
    .c-sect .c-chain {
        margin-top: -79px;
    }
    .c-chain.is-single {
        background: url(../../images/official/common/bg_chain.png) 50% 100% no-repeat;
    }
}

/* --- component _detail.scss --- */
.c-detail .detail-header {
    position: relative;
    border-bottom: 1px solid #2f2a00;
}

.c-detail .detail-title {
    display: block;
    word-break: break-all; 
    font-weight: bold;
}

.c-detail .detail-date {
    display: inline-block;
    font-weight: normal;
}

.c-detail .detail-new {
    display: inline-block;
    color: #dc015e;
    font-weight: bold;
}

.c-detail .detail-contents {
    min-height: 15px;
    min-height: 15rem;
    padding-top: 1.5em;
    color: inherit;
    word-break: break-all;
}
.c-detail .detail-contents.is-faq {
    padding-left: 2em;
}
.c-detail .detail-contents img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.c-detail .detail-contents div, .c-detail .detail-contents h1, .c-detail .detail-contents h2, .c-detail .detail-contents h3, .c-detail .detail-contents h4, .c-detail .detail-contents h5, .c-detail .detail-contents h6, .c-detail .detail-contents p, .c-detail .detail-contents img, .c-detail .detail-contents ul, .c-detail .detail-contents ol, .c-detail .detail-contents dl, .c-detail .detail-contents table {
    margin-bottom: 10px;
}
@media (min-width: 960px) {
    .c-detail .detail-contents div, .c-detail .detail-contents h1, .c-detail .detail-contents h2, .c-detail .detail-contents h3, .c-detail .detail-contents h4, .c-detail .detail-contents h5, .c-detail .detail-contents h6, .c-detail .detail-contents p, .c-detail .detail-contents img, .c-detail .detail-contents ul, .c-detail .detail-contents ol, .c-detail .detail-contents dl, .c-detail .detail-contents table {
        margin-bottom: 20px;
    }
}
.c-detail .detail-contents li li {
    padding-left: 1em;
}
.c-detail .detail-contents p {
    font-size: inherit;
}
.c-detail .detail-contents .h1, .c-detail .detail-contents h1 {
    margin-bottom: 10px;
    color: #2f2a00;
    font-size: 160px;
    line-height: 1.75;
}
@media (max-width: 959px) {
    .c-detail .detail-contents .h1, .c-detail .detail-contents h1 {
        font-size: 140%;
    }
}
.c-detail .detail-contents .h2, .c-detail .detail-contents h2 {
    padding-bottom: 0.2em;
    border-bottom: 2px solid #2f2a00; 
    color: #2f2a00;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
@media (max-width: 959px) {
    .c-detail .detail-contents .h2, .c-detail .detail-contents h2 {
        font-size: 140%;
    }
}
.c-detail .detail-contents .h3, .c-detail .detail-contents h3, .c-detail .detail-contents .page-terms .capt-terms, .page-terms .c-detail .detail-contents .capt-terms {
    color: #2f2a00; 
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44;
}
@media (max-width: 959px) {
    .c-detail .detail-contents .h3, .c-detail .detail-contents h3, .c-detail .detail-contents .page-terms .capt-terms, .page-terms .c-detail .detail-contents .capt-terms {
        font-size: 130%;
    }
}
.c-detail .detail-contents .h4, .c-detail .detail-contents h4 {
    color: #2f2a00; 
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44;
}
@media (max-width: 959px) {
    .c-detail .detail-contents .h4, .c-detail .detail-contents h4 {
        font-size: 130%;
    }
}
.c-detail .detail-contents .h5, .c-detail .detail-contents h5 {
    color: #2f2a00; 
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
}
@media (max-width: 959px) {
    .c-detail .detail-contents .h5, .c-detail .detail-contents h5 {
        font-size: 110%;
    }
}
.c-detail .detail-contents .small, .c-detail .detail-contents small {
    color: #2f2a00;
    font-size: 12px;
    line-height: 1.35;
}
@media (max-width: 959px) {
    .c-detail .detail-contents .small, .c-detail .detail-contents small {
        font-size: 80%;
    }
}
.c-detail .detail-contents .strong-1, .c-detail .detail-contents strong {
    color: #dc015e; 
    font-weight: normal;
}
.c-detail .detail-contents .strong-2 {
    color: #5e01dc; 
    font-weight: normal;
}
.c-detail .detail-contents .link-1 {
    color: #5e01dc;
    text-decoration: underline;
}
.c-detail .detail-contents .link-1:hover {
    color: #5e01dc;
    text-decoration: none;
}
.c-detail .detail-contents .link-2 {
    color: #2f2a00;
    text-decoration: underline;
}
.c-detail .detail-contents .link-2:hover {
    color: #2f2a00;
    text-decoration: none;
}
.c-detail .detail-contents .figure, .c-detail .detail-contents figure {
    margin: 0 0 10px;
}
.c-detail .detail-contents .figure figcaption, .c-detail .detail-contents figure figcaption {
    margin: 10px 0;
}
@media (max-width: 959px) {
    .c-detail .detail-contents .figure, .c-detail .detail-contents figure {
        margin: 0 0 20px;
    }
}
.c-detail .detail-contents .table, .c-detail .detail-contents table {
    max-width: 100%;
    border: 1px solid #2f2a00; 
    table-layout: fixed;
}
.c-detail .detail-contents .table .col-xxs, .c-detail .detail-contents table .col-xxs {
    width: 10%;
}
.c-detail .detail-contents .table .col-xs, .c-detail .detail-contents table .col-xs {
    width: 10%;
}
.c-detail .detail-contents .table .col-s, .c-detail .detail-contents table .col-s {
    width: 20%;
}
.c-detail .detail-contents .table .col-m, .c-detail .detail-contents table .col-m {
    width: 35%;
}
.c-detail .detail-contents .table .col-l, .c-detail .detail-contents table .col-l {
    width: 50%;
}
.c-detail .detail-contents .table .col-xl, .c-detail .detail-contents table .col-xl {
    width: 70%;
}
.c-detail .detail-contents .table th, .c-detail .detail-contents table th, .c-detail .detail-contents .table td, .c-detail .detail-contents table td {
    padding: 0.4em 1em;
    border-bottom: 1px solid #2f2a00; 
    border-left: 1px solid #2f2a00;
    text-align: left;
    font-weight: normal;
    font-size: inherit;
}
.c-detail .detail-contents .table th, .c-detail .detail-contents table th {
    background-color: #2f2a00;
    color: #fff;
}
.c-detail .detail-contents .table th + th, .c-detail .detail-contents table th + th {
    border-left-color: #f1f0e1;
}
@media (max-width: 959px) {
    .c-detail .detail-contents .table .col-xxs, .c-detail .detail-contents table .col-xxs {
        width: 10%;
    }
    .c-detail .detail-contents .table .col-xs, .c-detail .detail-contents table .col-xs {
        width: 15%;
    }
    .c-detail .detail-contents .table .col-s, .c-detail .detail-contents table .col-s {
        width: 30%;
    }
    .c-detail .detail-contents .table .col-m, .c-detail .detail-contents table .col-m {
        width: 40%;
    }
    .c-detail .detail-contents .table .col-l, .c-detail .detail-contents table .col-l {
        width: 50%;
    }
    .c-detail .detail-contents .table .col-xl, .c-detail .detail-contents table .col-xl {
        width: 70%;
    }
    .c-detail .detail-contents .table th, .c-detail .detail-contents table th, .c-detail .detail-contents .table td, .c-detail .detail-contents table td {
        padding: 0.4em 0.5em;
    }
}
.c-detail .detail-contents .table-full {
    width: 100%;
}

.c-detail .detail-footer {
    margin: 40px 0 30px; 
    text-align: center;
}

.c-detail .detail-none + .detail-footer {
    margin-top: 0;
}

.c-detail .detail-none {
    display: table;
    min-height: 25em;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    line-height: 1.7;
}
.c-detail .detail-none .inner {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

@media (max-width: 959px) {
    .c-detail .detail-header {
        position: relative;
        margin-bottom: 4%;
    }
    .c-detail .detail-header.is-faq .detail-title {
        min-height: 2.7em; 
        padding-left: 10%;
    }
    .c-detail .detail-header.is-faq .detail-title:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 7%;
        padding-top: 7%;
        background: url(../../images/official/faq/ico_q_pc.png) 0 0 no-repeat;
        background-size: contain; 
        content: '';
    }
    .c-detail .detail-date {
        vertical-align: top; 
        font-size: 14px;
        line-height: 24px;
    }
    .c-detail .detail-new {
        vertical-align: top; 
        font-size: 14px;
        line-height: 24px;
    }
    .c-detail .detail-title {
        margin: 0 0 2%;
        font-size: 16px;
        line-height: 1.45;
    }
    .c-detail .detail-contents {
        font-size: 14px;
        line-height: 1.4;
    }
    .c-detail .detail-contents.is-faq {
        position: relative;
        padding-left: 10%;
    }
    .c-detail .detail-contents.is-faq:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 7%;
        padding-top: 7%;
        background: url(../../images/official/faq/ico_a_sp.png) 0 0 no-repeat;
        background-size: contain; 
        content: '';
    }
    .c-detail .detail-footer {
        margin: 9% 0 5%; 
        text-align: center;
    }
    .c-detail .detail-none {
        min-height: 10em;
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (min-width: 960px) {
    .c-detail .detail-header {
        margin-bottom: 20px;
    }
    .c-detail .detail-header.is-faq {
        margin-bottom: 0;
    }
    .c-detail .detail-header.is-faq .detail-title {
        min-height: 60px;
        padding-left: 40px;
        background: url(../../images/official/faq/ico_q_pc.png) 0 5px no-repeat;
    }
    .c-detail .detail-date {
        margin-left: 0.5em; 
        vertical-align: top;
        font-size: 14px;
        line-height: 27px;
    }
    .c-detail .detail-new {
        margin-left: 0.5em; 
        vertical-align: top;
        font-size: 14px;
        line-height: 27px;
    }
    .c-detail .detail-title {
        margin: 2px 0 4px; 
        font-size: 18px;
        line-height: 26px;
    }
    .c-detail .detail-contents {
        min-height: 150px;
        min-height: 15rem;
        font-size: 16px; 
        line-height: 1.5;
    }
    .c-detail .detail-contents.is-faq {
        padding-left: 40px;
        background: url(../../images/official/faq/ico_a_pc.png) 0 5px no-repeat;
    }
    .c-detail .detail-none {
        font-size: 18px;
        line-height: 1.6;
    }
}

/* --- component _forms.scss --- */
.c-form {
    width: 500px;
    border: 1px solid #2f2a00;
    border-radius: 0; 
    background: #fff;
    line-height: 1.5;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.c-form::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.c-form:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.c-form::placeholder {
    color: rgba(0, 0, 0, 0.3);
}
.c-form::-ms-expand {
    display: none;
}
select.c-form {
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAbCAYAAACEP1QvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJJREFUeNqsls9rE0EUxzc/2sQUjdVDEOJBwbQFTwlpKJTeWrD0ZEwIBAI9tKWXQg/xPxAEvXoRA70pFekloD2ql16qUChaPHhohTSN1dg0TUyz63vhO3GybpLdmIEvO5vMzve9t5+ZHZtCTdM0G12E7JD8Wy9Nk6RCjXubzUaWmuLEQGHK9wOkQVwdukCsGLPZOfSbVEO/jv9bzNnIRbpAGiJ5SG4pCCtNhVmVVCad4toICpXWnFLJnTC/SLpCGiZdQjADqIDZrNn4jHRC+ong5UooRpm70+n03a2trYdKH1sgEHiSyWQeU7eCJOoNU2TuQJk542vRaPRpPp+/3Q9jj8eT39zcvEfdb6RjvALOXrMzedJ74ojU1dXVZ/3KOpFIrEm0C+IbzS4ZNyGZnJzcn5iYePu/xiMjI7vz8/PbAK8mSBcJ2yVIxJJgKn+trKxk3W53tVdjfnZ5efkVz4VSV0S5WzJHJHUMYEK/+/3+r7Ozs296NZ+amnoXCoV2qVtAAP+YNzcOgOcEeFdJftKtWCz2IJfL+awYe73eYjabvU/dL6R9BMAVrYmS8w7XXLtS9lzqEsg8XFhYeG4161Qq9ZKf5QqikjxnXYK7BThF9+7PUKrCzMzMdjAY/GjWeGxs7HM8Hn9P3SNSEXPVALTS1hyRqQCPs/9BytPG88IMfDxmaWlpnZ/BsyVkreqzNsqcAxDbYFWGjwHqB2QtXoab81/4hgDfdYZvbm7uUbFY9HaALA3IDowg03kYfyzawJcHSO0gWwdkx50g61h2g69TGeAcMUijo6Of9AMJyA+ArICx5XaQmTLXwXcKgA4XFxdblp7L5aokk8kNKesSnlE7Zd0tc8OlFw6HdwisDTEgEom8Hh8f30HWJ90gs3YQI/hIg6Rh0k1SZG9vLz49PZ1j0f0dUph0g3QZY20m5m0eJpRO5adWl5YeHw4q9O7XfD7fAb7TJxJk593K3ZybIzAzDktvEOc6F/oCygqMq/IBsV/mgg8HgnBIh8o6JE6mqtkJnVZevzS5XdqgVN0Z3XSzknnHXbEXup29LIB+ne/+CDAAivmBz/cpRbUAAAAASUVORK5CYII=') 98% 50% no-repeat;
    background-size: auto 42%;
}
.ie9 select.c-form {
    background-image: none;
}
textarea.c-form {
    min-height: 12em; 
    padding: 0.5em 1em;
}
.c-form-radio {
    margin-right: 40px;
}
.c-form-radio input[type='radio'] {
    display: none;
}
.c-form-radio input[type='radio']:checked + span::after {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)'; 
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
}
.c-form-radio span {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    font-size: inherit; 
    line-height: 1;
}
.c-form-radio span::before, .c-form-radio span::after {
    position: absolute;
    top: -0.1em;
    left: 0;
    display: block;
    width: 1em;
    height: 1em;
    border: 1px solid #2f2a00;
    border-radius: 50%; 
    content: '';
}
.c-form-radio span::before {
    background: #fff;
}
.c-form-radio span::after {
    background: #5b5b5b;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    -webkit-transition: all 0.2s;
            transition: all 0.2s; 
    -webkit-transform: scale(0.1);
        -ms-transform: scale(0.1);
            transform: scale(0.1);
}
.c-form.is-full {
    width: 100%;
}
.c-form.is-half {
    min-width: 50%;
}
.c-form.is-primary {
    border: 1px solid #5e01dc; 
    background-color: #653bed;
    color: #fff;
}
@media (max-width: 959px) {
    .c-form {
        width: 100%;
        height: 3em;
        padding: 0 1em; 
        font-size: 16px;
    }
    .c-form.is-half {
        width: 100%;
    }
}
@media (min-width: 960px) {
    .c-form {
        height: 2.4em;
        padding: 0 1em; 
        font-size: 16px;
    }
}

/* --- component _ico.scss --- */
.c-ico {
    display: inline-block;
    overflow: hidden;
    padding-right: 0.5em;
    padding-left: 0.5em;
    border: 1px solid #cecece;
    box-shadow: inset 1px 1px #fff,inset -1px -1px #fff; 
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0.1em;
    font-weight: normal;
    line-height: 22px;
}
.c-ico.is-important {
    background-color: #2a308a;
}
.c-ico.is-campaign {
    background-color: #db8515;
}
.c-ico.is-event {
    background-color: #d04583;
}
.c-ico.is-update {
    background-color: #54ccb4;
}
.c-ico.is-mainte {
    background-color: #be0000;
}
.c-ico.is-etc {
    background-color: #909090;
}
@media (max-width: 959px) {
    .c-ico {
        width: 90px;
        box-shadow: none; 
        font-weight: bold;
        font-size: 11px;
        font-size: 1.1rem;
    }
}
@media (min-width: 960px) {
    .c-ico {
        width: 100px;
        height: 25px;
        font-weight: bold; 
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 25px;
    }
}

/* --- component _img.scss --- */
.c-img-responsive {
    width: 100%;
    height: auto;
}
@media (min-width: 960px) {
    .c-img-responsive {
        display: inline;
        width: auto;
    }
}

.c-img-rounded {
    border-radius: 5px;
}

.c-img-circle {
    border-radius: 50%;
}

/* --- component _button.scss --- */
.c-list-unstyled {
    list-style: none;
}

.c-list {
    list-style: none inside;
}
.c-list .list-item {
    position: relative;
    border-bottom: solid 1px #51462d;
    background: url(../../images/official/common/ico_list_arrow.png) 100% 78% no-repeat;
}
.c-list .list-link {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #2f2a00; 
    text-decoration: none;
}
.c-list .list-link:hover {
    color: #2f2a00;
}
.c-list .list-link:hover .tx-title {
    text-decoration: underline;
}
.c-list span {
    vertical-align: middle;
}
.c-list .text-area {
    width: 100%;
    font-size: 0;
    line-height: 1.45;
}
.c-list .ico-new {
    display: inline-block;
    margin-left: 0.5em; 
    color: #dc015e;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2;
}
.c-list .tx-date {
    margin-left: 0.5em;
    font-size: 12px;
}
.c-list .tx-title {
    overflow: hidden;
    width: 100%;
    margin-top: 7px;
    text-overflow: ellipsis;
    white-space: nowrap; 
    font-size: 14px;
}
@media (max-width: 959px) {
    .c-list .text-area {
        width: 94%;
        line-height: 1.4;
    }
    .c-list .list-link {
        padding: 1em 0 0.7em;
    }
}
@media (min-width: 960px) {
    .c-list .ico-new {
        margin-left: 1em;
        font-size: 14px;
        line-height: 27px;
    }
    .c-list .tx-date {
        margin-left: 1em;
        font-size: 14px;
        line-height: 25px;
    }
    .c-list .tx-title {
        padding-right: 2em; 
        font-size: 16px;
    }
    .c-list .list-link {
        padding: 8px 0;
    }
}

.c-list-slide > li {
    cursor: pointer;
}

.c-list-slide .list-head {
    position: relative;
}
.c-list-slide .list-head:before {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 0 0 -40px;
    background: #653bed;
    color: #fff;
    content: 'Q'; 
    text-align: center;
    line-height: 30px;
}
.c-list-slide .list-head:after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAbCAYAAACEP1QvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJJREFUeNqsls9rE0EUxzc/2sQUjdVDEOJBwbQFTwlpKJTeWrD0ZEwIBAI9tKWXQg/xPxAEvXoRA70pFekloD2ql16qUChaPHhohTSN1dg0TUyz63vhO3GybpLdmIEvO5vMzve9t5+ZHZtCTdM0G12E7JD8Wy9Nk6RCjXubzUaWmuLEQGHK9wOkQVwdukCsGLPZOfSbVEO/jv9bzNnIRbpAGiJ5SG4pCCtNhVmVVCad4toICpXWnFLJnTC/SLpCGiZdQjADqIDZrNn4jHRC+ong5UooRpm70+n03a2trYdKH1sgEHiSyWQeU7eCJOoNU2TuQJk542vRaPRpPp+/3Q9jj8eT39zcvEfdb6RjvALOXrMzedJ74ojU1dXVZ/3KOpFIrEm0C+IbzS4ZNyGZnJzcn5iYePu/xiMjI7vz8/PbAK8mSBcJ2yVIxJJgKn+trKxk3W53tVdjfnZ5efkVz4VSV0S5WzJHJHUMYEK/+/3+r7Ozs296NZ+amnoXCoV2qVtAAP+YNzcOgOcEeFdJftKtWCz2IJfL+awYe73eYjabvU/dL6R9BMAVrYmS8w7XXLtS9lzqEsg8XFhYeG4161Qq9ZKf5QqikjxnXYK7BThF9+7PUKrCzMzMdjAY/GjWeGxs7HM8Hn9P3SNSEXPVALTS1hyRqQCPs/9BytPG88IMfDxmaWlpnZ/BsyVkreqzNsqcAxDbYFWGjwHqB2QtXoab81/4hgDfdYZvbm7uUbFY9HaALA3IDowg03kYfyzawJcHSO0gWwdkx50g61h2g69TGeAcMUijo6Of9AMJyA+ArICx5XaQmTLXwXcKgA4XFxdblp7L5aokk8kNKesSnlE7Zd0tc8OlFw6HdwisDTEgEom8Hh8f30HWJ90gs3YQI/hIg6Rh0k1SZG9vLz49PZ1j0f0dUph0g3QZY20m5m0eJpRO5adWl5YeHw4q9O7XfD7fAb7TJxJk593K3ZybIzAzDktvEOc6F/oCygqMq/IBsV/mgg8HgnBIh8o6JE6mqtkJnVZevzS5XdqgVN0Z3XSzknnHXbEXup29LIB+ne/+CDAAivmBz/cpRbUAAAAASUVORK5CYII=') 0 50% no-repeat;
    background-size: 100% auto;
    content: '';
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.c-list-slide .list-body {
    overflow: hidden; 
    border: 1px solid #bfbaa9;
    border-bottom: 1px solid #473c22;
    background: #fff;
}

.c-list-slide .collapse .list-head:after {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

.c-list-slide .collapse .list-body {
    max-height: 0;
    padding: 0;
    border-top: 0;
}

@media (max-width: 959px) {
    .c-list-slide {
        font-size: 16px;
        line-height: 1.4;
    }
    .c-list-slide .list-head {
        min-height: 50px;
        padding: 14px 40px 10px;
    }
    .c-list-slide .list-head:before {
        top: 10px;
        width: 30px;
        height: 30px;
        margin: 0 0 0 -40px;
        line-height: 30px;
    }
    .c-list-slide .list-body {
        padding: 0.8em 1em;
    }
}

@media (min-width: 960px) {
    .c-list-slide {
        font-size: 16px;
        line-height: 1.4;
    }
    .c-list-slide .list-head {
        min-height: 50px;
        padding: 14px 40px 10px;
    }
    .c-list-slide .list-head:before {
        top: 10px;
        width: 30px;
        height: 30px;
        margin: 0 0 0 -40px;
        line-height: 30px;
    }
    .c-list-slide .list-body {
        padding: 18px 20px;
    }
}

/* --- component _page.scss --- */
@media (max-width: 959px) {
    .c-page-logo {
        position: fixed;
        top: 45px;
        left: 30%;
        z-index: 950;
        width: 40%;
        -webkit-transition: top 0.2s;
                transition: top 0.2s;
    }
    .scroll .c-page-logo {
        top: 5px;
    }
}

@media (min-width: 960px) {
    .c-page-logo {
        text-align: center;
    }
    .c-page-logo h1 {
        position: fixed;
        top: 45px;
        left: 50%;
        z-index: 950;
        width: 250px;
        margin-left: -125px;
        -webkit-transition: top 0.2s;
                transition: top 0.2s;
    }
    .c-page-logo h1 img {
        width: 100%;
    }
    .scroll .c-page-logo h1 {
        top: 5px;
    }
}

.c-page-curtain-top {
    position: fixed;
    top: 0;
    z-index: 900; 
    width: 100%;
    height: 165px;
    background: url(../../images/official/common/pic_curtain_pc.png) 50% 100% repeat-x;
    pointer-events: none;
}
@media (max-width: 959px) {
    .c-page-curtain-top {
        height: 21vw;
        height: calc(21vw + 41px);
        background: url(../../images/official/common/pic_curtain_sp.png) 50% 100% repeat-x;
        background-size: 100% auto;
        -webkit-transition: height 0.2s;
                transition: height 0.2s;
    }
    .scroll .c-page-curtain-top {
        height: calc(23vw);
    }
}
@media (min-width: 960px) {
    .c-page-curtain-top {
        -webkit-transition: top 0.2s;
                transition: top 0.2s;
    }
    .scroll .c-page-curtain-top {
        top: -41px;
    }
}

.c-page-curtain-side {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 850;
    display: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.is-character .c-page-curtain-side {
    display: none;
}
.ie8 .c-page-curtain-side, .ie9 .c-page-curtain-side, .ie10 .c-page-curtain-side {
    display: none;
}
.c-page-curtain-side:before, .c-page-curtain-side:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: left 0.3s, right 0.3s;
            transition: left 0.3s, right 0.3s; 
    pointer-events: none;
}
.c-page-curtain-side:before {
    left: 0;
    background: url(../../images/official/common/pic_curtain_left.png) 0 0 no-repeat;
    background-size: auto 100%;
}
.c-page-curtain-side:after {
    right: 0;
    background: url(../../images/official/common/pic_curtain_right.png) 100% 0 no-repeat;
    background-size: auto 100%;
}
@media (min-width: 960px) {
    .c-page-curtain-side {
        display: block;
    }
}
@media (max-width: 1400px) {
    .c-page-curtain-side:before {
        left: -9%;
    }
    .c-page-curtain-side:after {
        right: -9%;
    }
}
@media (max-width: 1200px) {
    .c-page-curtain-side:before {
        left: -20%;
    }
    .c-page-curtain-side:after {
        right: -20%;
    }
}

.c-page-gotop {
    display: table;
    width: 100%;
    height: 80px;
    background: #ff499a;
    table-layout: fixed;
    text-align: center;
}
.c-page-gotop div {
    display: table-cell;
    vertical-align: middle;
}
.c-page-gotop div a {
    text-decoration: none; 
    font-size: 14px;
    line-height: 2.5;
}
.c-page-gotop div a:hover, .c-page-gotop div a:focus {
    color: #fff;
}
@media (min-width: 960px) {
    .c-page-gotop {
        display: none;
    }
}

.c-page-btn-area {
    margin: 5% 2.6%;
    text-align: center;
}
@media (min-width: 960px) {
    .c-page-btn-area {
        margin: 40px auto 0;
    }
}

.c-page-btn-bfix {
    position: fixed;
    bottom: 5%;
    left: 0;
    z-index: 101; 
    width: 100%;
}
.c-page-btn-bfix .btn-pagetop {
    position: absolute;
    right: 20px;
    bottom: 0; 
    display: none;
}
.c-page-btn-bfix .btn-pagetop:hover {
    opacity: 0.8;
    -ms-filter: 'alpha(opacity=80)';
}
.c-page-btn-bfix .btn-pagetop.visible {
    display: block;
    -webkit-animation: pagetopAnime01 0.4s ease-out 1 forwards;
            animation: pagetopAnime01 0.4s ease-out 1 forwards;
}
@media (max-width: 959px) {
    .c-page-btn-bfix .btn-pagetop {
        display: none;
    }
}

@-webkit-keyframes pagetopAnime01 {
    0% {
        bottom: -80px; 
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        bottom: 0; 
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@keyframes pagetopAnime01 {
    0% {
        bottom: -80px; 
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        bottom: 0; 
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

/* --- component _pagination.scss --- */
.c-pagination {
    text-align: center;
}
.c-pagination ul {
    font-size: 0;
    line-height: 0;
}
.c-pagination li {
    position: relative;
    display: inline-block;
    margin: 5px -1px 0 0; 
    vertical-align: top;
}
.c-pagination li:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), -1px -1px 3px rgba(0, 0, 0, 0.4); 
    content: '';
}
.c-pagination a, .c-pagination span {
    position: relative;
    z-index: 1; 
    display: block;
    padding: 0 0.8em;
    border: 1px solid #5e01dc;
    background-color: #977af6;
    color: #fff;
}
.c-pagination a {
    text-decoration: none;
}
.c-pagination a:hover {
    background-color: #653bed;
}
.c-pagination .on a, .c-pagination .on span {
    background-color: #653bed;
    cursor: default;
}
@media (max-width: 959px) {
    .c-pagination {
        margin: 5% 0 2%;
    }
    .c-pagination li {
        margin: 3px 0; 
        font-size: 14px;
    }
    .c-pagination a, .c-pagination span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .c-pagination a:hover {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}
@media (min-width: 960px) {
    .c-pagination {
        margin: 40px 0 20px;
    }
    .c-pagination li {
        font-size: 14px;
    }
    .c-pagination a, .c-pagination span {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/* --- component _sect.scss --- */
.c-sect {
    position: relative;
}
.c-sect + .sections {
    margin-top: 40px;
}
.c-sect.is-bd .sect-inner {
    border: 2px #d1b861 solid;
    border-radius: 5px; 
    background-color: #f1f0e1;
    box-shadow: 2px 2px 0 #161104 inset, -2px -2px 0 #161104 inset;
}
.c-sect .capt-sect {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.c-sect img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 959px) {
    .c-sect .capt-sect {
        top: -12vw;
    }
    .c-sect .sect-inner {
        width: auto;
        margin: 0 2.666%;
        padding: 2.666%;
    }
}
@media (min-width: 960px) {
    .c-sect .sect-inner {
        padding: 20px;
    }
    .c-sect .capt-sect {
        top: -106px;
    }
}

/* --- project _character.scss --- */
.page-character .ayari {
    background: url(../../images/official/character/bg_chara_ayari.jpg) 0 0 repeat;
}

.page-character .hatsuhi {
    background: url(../../images/official/character/bg_chara_hatsuhi.jpg) 0 0 repeat;
}

.page-character .mashiro {
    background: url(../../images/official/character/bg_chara_mashiro.jpg) 0 0 repeat;
}

.page-character .hibiki {
    background: url(../../images/official/character/bg_chara_hibiki.jpg) 0 0 repeat;
}

.page-character .mizu {
    background: url(../../images/official/character/bg_chara_mizu.jpg) 0 0 repeat;
}

.page-character .momo {
    background: url(../../images/official/character/bg_chara_momo.jpg) 0 0 repeat;
}

.page-character .sora {
    background: url(../../images/official/character/bg_chara_sora.jpg) 0 0 repeat;
}

.page-character .nanase {
    background: url(../../images/official/character/bg_chara_nanase.jpg) 0 0 repeat;
}

.page-character .nao {
    background: url(../../images/official/character/bg_chara_nao.jpg) 0 0 repeat;
}

.page-character .waon {
    background: url(../../images/official/character/bg_chara_waon.jpg) 0 0 repeat;
}

.page-character .yura {
    background: url(../../images/official/character/bg_chara_yura.jpg) 0 0 repeat;
}

.page-character .yumeji {
    background: url(../../images/official/character/bg_chara_yumeji.jpg) 0 0 repeat;
}

.page-character .capt-sub {
    position: absolute;
    z-index: 300;
    pointer-events: none;
}
.loaded .page-character .capt-sub {
    -webkit-animation: swingDown 0.5s 0.5s both;
            animation: swingDown 0.5s 0.5s both;
}

.page-character .fancybox-container {
    z-index: 800;
}

@-webkit-keyframes swingDown {
    0% {
        -webkit-transform: translate(0, -200px);
                transform: translate(0, -200px);
    }
    70% {
        -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes swingDown {
    0% {
        -webkit-transform: translate(0, -200px);
                transform: translate(0, -200px);
    }
    70% {
        -webkit-transform: rotate(10deg);
                transform: rotate(10deg);
    }
    90% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@media (max-width: 959px) {
    .page-character .capt-sub {
        top: 5vw;
        left: 0; 
        width: 45%;
    }
    .page-character .scroll-wrap {
        position: relative;
        overflow: hidden; 
        height: 150vw;
    }
    .page-character .box-char {
        overflow: hidden; 
        height: 150vw;
    }
    .page-character .box-char .list-char {
        top: 0;
        height: 150vw;
        white-space: nowrap;
        font-size: 0;
    }
    .page-character .box-char .item-char {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 60vw;
        height: 100%;
        padding-top: 100px;
        text-align: right;
        -webkit-transition: width 0.6s;
                transition: width 0.6s;
    }
    .ie9 .page-character .box-char .item-char:after, .ie10 .page-character .box-char .item-char:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; 
        width: 60vw;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        content: '';
    }
    .ie9 .page-character .box-char .item-char.slick-current:after, .ie10 .page-character .box-char .item-char.slick-current:after {
        display: none;
    }
    .page-character .box-char .link-char {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; 
        display: block;
        width: 100%;
        height: 100%;
    }
    .page-character .box-char .link-char:focus, .page-character .box-char .link-char:active {
        outline: none;
    }
    .ie9 .page-character .box-char .link-char, .ie10 .page-character .box-char .link-char {
        background: rgba(0, 0, 0, 0.01);
    }
    .page-character .box-char .pic-char {
        position: absolute;
        bottom: -20vw;
        left: 50%;
        z-index: 1; 
        max-width: 60vw;
        width: auto;
        -webkit-transition: -webkit-transform 0.4s;
                transition: -webkit-transform 0.4s;
                transition:         transform 0.4s;
                transition:         transform 0.4s, -webkit-transform 0.4s;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .page-character .box-char .tx-name {
        position: absolute;
        top: 10vw;
        right: 0;
        width: 10vw;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate(0, -50px);
            -ms-transform: translate(0, -50px);
                transform: translate(0, -50px);
    }
    .page-character .box-char .slick-list, .page-character .box-char .slick-track {
        height: 100%;
    }
    .page-character .box-char .slick-active .pic-char {
        -webkit-transform: translate(-15%, 0);
            -ms-transform: translate(-15%, 0);
                transform: translate(-15%, 0);
    }
    .page-character .box-char .slick-active .link-char {
        display: none;
    }
    .page-character .box-char .slick-current .pic-char {
        -webkit-transform: translate(-50%, 3%);
            -ms-transform: translate(-50%, 3%);
                transform: translate(-50%, 3%);
    }
    .page-character .box-char .slick-current .link-char {
        display: block;
    }
    .page-character .box-char .slick-current .tx-name {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transition: all 0.5s 0.5s;
                transition: all 0.5s 0.5s; 
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .page-character .box-char .slick-current + .slick-active .pic-char {
        -webkit-transform: translate(-85%, 0);
            -ms-transform: translate(-85%, 0);
                transform: translate(-85%, 0);
    }
    .page-character .box-char .slick-current + .slick-active .tx-name {
        right: auto; 
        left: 5vw;
    }
    .page-character .box-char .slick-arrow {
        position: absolute;
        top: 0;
        z-index: 102; 
        width: 10vw;
        height: 100%;
    }
    .page-character .box-char .slick-arrow.slick-prev {
        left: 0;
    }
    .page-character .box-char .slick-arrow.slick-next {
        right: 0;
    }
    .page-character .box-char .slick-arrow img {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
    .page-character .wrap-light {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        white-space: nowrap;
        font-size: 0; 
        pointer-events: none;
    }
    .ie9 .page-character .wrap-light, .ie10 .page-character .wrap-light {
        display: none;
    }
    .page-character .wrap-light [class*='light-'] {
        display: inline-block;
    }
    .page-character .wrap-light .light-center {
        position: relative;
        top: 0;
        width: 80vw;
        height: 100%;
        background: url(../../images/official/character/bg_light.png) 0 51% no-repeat;
        background-size: 100% auto;
    }
    .page-character .wrap-light .light-left, .page-character .wrap-light .light-right {
        width: 10vw;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .page-character .wrap-light .pic-click {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20%;
        margin-top: -61%;
        margin-left: -10%;
        -webkit-animation: swingDelay 4s infinite;
                animation: swingDelay 4s infinite;
    }
    @-webkit-keyframes swingDelay {
        95% {
            -webkit-transform: rotate3d(0, 0, 0, 0deg);
                    transform: rotate3d(0, 0, 0, 0deg);
        }
        96% {
            -webkit-transform: rotate3d(0, 0, 1, 10deg);
                    transform: rotate3d(0, 0, 1, 10deg);
        }
        97% {
            -webkit-transform: rotate3d(0, 0, 1, -7deg);
                    transform: rotate3d(0, 0, 1, -7deg);
        }
        98% {
            -webkit-transform: rotate3d(0, 0, 1, 3deg);
                    transform: rotate3d(0, 0, 1, 3deg);
        }
        99% {
            -webkit-transform: rotate3d(0, 0, 1, -3deg);
                    transform: rotate3d(0, 0, 1, -3deg);
        }
        100% {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
                    transform: rotate3d(0, 0, 1, 0deg);
        }
    }
    @keyframes swingDelay {
        95% {
            -webkit-transform: rotate3d(0, 0, 0, 0deg);
                    transform: rotate3d(0, 0, 0, 0deg);
        }
        96% {
            -webkit-transform: rotate3d(0, 0, 1, 10deg);
                    transform: rotate3d(0, 0, 1, 10deg);
        }
        97% {
            -webkit-transform: rotate3d(0, 0, 1, -7deg);
                    transform: rotate3d(0, 0, 1, -7deg);
        }
        98% {
            -webkit-transform: rotate3d(0, 0, 1, 3deg);
                    transform: rotate3d(0, 0, 1, 3deg);
        }
        99% {
            -webkit-transform: rotate3d(0, 0, 1, -3deg);
                    transform: rotate3d(0, 0, 1, -3deg);
        }
        100% {
            -webkit-transform: rotate3d(0, 0, 1, 0deg);
                    transform: rotate3d(0, 0, 1, 0deg);
        }
    }
}

@media (min-width: 960px) {
    .page-character .capt-sub {
        top: -25px;
        left: -20px;
    }
    .page-character .scroll-wrap {
        position: relative;
        overflow: hidden; 
        height: 1000px;
    }
    .page-character .box-char {
        overflow-x: scroll;
        overflow-y: hidden; 
        height: 1020px;
    }
    .page-character .box-char .list-char {
        top: 0;
        height: 1020px;
        white-space: nowrap;
        font-size: 0;
    }
    .page-character .box-char .item-char {
        position: relative;
        display: inline-block;
        overflow: hidden;
        width: 220px;
        height: 100%;
        padding-top: 100px;
        text-align: right;
        -webkit-transition: width 0.2s;
                transition: width 0.2s;
    }
    .page-character .box-char .link-char {
        position: absolute;
        top: 200px;
        left: 50%;
        z-index: 10; 
        display: block;
        width: 220px;
        height: 600px;
        margin-left: -110px;
        cursor: crosshair;
    }
    .ie9 .page-character .box-char .link-char, .ie10 .page-character .box-char .link-char {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        border: 1px solid transparent;
        background: rgba(0, 0, 0, 0.6);
    }
    .ie9 .page-character .box-char .link-char:hover, .ie10 .page-character .box-char .link-char:hover {
        background: rgba(0, 0, 0, 0.0001);
    }
    .page-character .box-char .link-char:focus, .page-character .box-char .link-char:active {
        outline: none;
    }
    .page-character .box-char .pic-char {
        position: absolute;
        top: 150px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .page-character .box-char .tx-name {
        margin-right: 20px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate(0, -150px);
            -ms-transform: translate(0, -150px);
                transform: translate(0, -150px);
    }
    .page-character .box-char [data-state='mouseenter'] .tx-name {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transition: all 0.3s 0.2s;
                transition: all 0.3s 0.2s; 
        -webkit-transform: translate(0, -30px);
            -ms-transform: translate(0, -30px);
                transform: translate(0, -30px);
    }
    .page-character .wrap-light {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 100%;
        white-space: nowrap;
        font-size: 0; 
        pointer-events: none;
    }
    .ie9 .page-character .wrap-light, .ie10 .page-character .wrap-light {
        z-index: -1; 
        display: none;
    }
    .page-character .wrap-light [class*='light-'] {
        display: inline-block;
    }
    .page-character .wrap-light .light-center {
        position: relative;
        width: 459px;
        height: 100%;
        background: url(../../images/official/character/bg_light.png) 0 -970px no-repeat;
        background-size: 100% auto;
    }
    .page-character .wrap-light .light-left {
        width: 500px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .page-character .wrap-light .light-right {
        width: 1920px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .page-character .wrap-light .pic-click {
        position: absolute;
        top: 280px;
        left: 90px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: opacity 0.2s,-webkit-transform 0.3s;
                transition: opacity 0.2s,-webkit-transform 0.3s;
                transition: transform 0.3s,opacity 0.2s;
                transition: transform 0.3s,opacity 0.2s,-webkit-transform 0.3s; 
        -webkit-transition-timing-function: cubic-bezier(0.18, 0.91, 0.37, 1.5);
                transition-timing-function: cubic-bezier(0.18, 0.91, 0.37, 1.5);
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        -webkit-transform-origin: 135px 260px;
            -ms-transform-origin: 135px 260px;
                transform-origin: 135px 260px;
    }
    .page-character .wrap-light.on .pic-click {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
                transform: rotate(0);
    }
}

/* --- project _error.scss --- */
.page-error .error-pic-nanase {
    position: absolute;
    top: 81px;
    left: -10px; 
    display: block;
}

.page-error .error-pic-ayari {
    position: absolute;
    top: 75px;
    right: -70px; 
    display: block;
}

.page-error .error-pic-yura {
    position: absolute;
    top: 75px;
    left: 0; 
    display: block;
}

.page-error .error-pic-hatsuhi {
    position: absolute;
    top: 99px;
    right: 0; 
    display: block;
}

/* --- project _maintenance.scss --- */
@media (max-width: 959px) {
    .page-maintenance .c-detail .detail-none {
        margin-bottom: 0;
        padding: 0;
        font-size: 14px;
    }
}

@media (min-width: 960px) {
    .page-maintenance .maintenance-pic-momo {
        position: absolute;
        top: 168px;
        left: 7px; 
        display: block;
    }
    .page-maintenance .maintenance-pic-mashiro {
        position: absolute;
        top: 131px;
        right: 8px; 
        display: block;
    }
    .page-maintenance .box-twitter {
        width: 460px;
        margin-right: auto;
        margin-left: auto;
    }
    .page-maintenance .c-detail .detail-none {
        margin-bottom: 0;
        padding: 0;
        font-size: 16px;
    }
}

/* --- project _news.scss --- */
.page-news .c-detail .detail-contents {
    padding-top: 0;
}

/* --- project _popup_char.scss --- */
.body-popup.ayari {
    background: url(../../images/official/character/bg_chara_ayari.jpg) 0 0 repeat;
}

.body-popup.hatsuhi {
    background: url(../../images/official/character/bg_chara_hatsuhi.jpg) 0 0 repeat;
}

.body-popup.mashiro {
    background: url(../../images/official/character/bg_chara_mashiro.jpg) 0 0 repeat;
}

.body-popup.hibiki {
    background: url(../../images/official/character/bg_chara_hibiki.jpg) 0 0 repeat;
}

.body-popup.mizu {
    background: url(../../images/official/character/bg_chara_mizu.jpg) 0 0 repeat;
}

.body-popup.momo {
    background: url(../../images/official/character/bg_chara_momo.jpg) 0 0 repeat;
}

.body-popup.sora {
    background: url(../../images/official/character/bg_chara_sora.jpg) 0 0 repeat;
}

.body-popup.nanase {
    background: url(../../images/official/character/bg_chara_nanase.jpg) 0 0 repeat;
}

.body-popup.nao {
    background: url(../../images/official/character/bg_chara_nao.jpg) 0 0 repeat;
}

.body-popup.waon {
    background: url(../../images/official/character/bg_chara_waon.jpg) 0 0 repeat;
}

.body-popup.yura {
    background: url(../../images/official/character/bg_chara_yura.jpg) 0 0 repeat;
}

.body-popup.yumeji {
    background: url(../../images/official/character/bg_chara_yumeji.jpg) 0 0 repeat;
}

.voice {
    display: none;
}

@media (max-width: 959px) {
    .page-popup {
        min-height: 100%;
        min-height: 100vh;
        padding-top: 25vw;
        background: rgba(0, 0, 0, 0.6);
    }
    .page-popup .popup-inner {
        position: relative;
    }
    .page-popup .btn-close {
        position: absolute;
        top: 3.2vw;
        right: 2.6vw;
        z-index: 1;
        width: 12vw;
        height: 12vw;
        text-align: center;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
    }
    .page-popup .btn-close img {
        vertical-align: middle;
    }
    .loaded .page-popup .btn-close {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .page-popup .box-char-info {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s; 
        -webkit-transform: translate(0, -50px);
            -ms-transform: translate(0, -50px);
                transform: translate(0, -50px);
    }
    .page-popup .box-char-pic {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s; 
        -webkit-transform: translate(0, 40px);
            -ms-transform: translate(0, 40px);
                transform: translate(0, 40px);
    }
    .page-popup .pic-char-default {
        position: absolute;
        top: 45vw;
        left: 0;
        width: 100%;
        -webkit-transition: all 0.8s;
                transition: all 0.8s;
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;

        -webkit-perspective: 1000px;
                perspective: 1000px;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }
    .page-popup .pic-char-default.rotateOut {
        visibility: hidden;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition-delay: 0s;
                transition-delay: 0s; 
        -webkit-transform: rotateY(720deg);
                transform: rotateY(720deg);
    }
    .page-popup .pic-char-sd {
        position: absolute;
        top: 50vw;
        left: 0;
        visibility: hidden;
        width: 100%;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.8s;
                transition: all 0.8s;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;

        -webkit-perspective: 1000px;
                perspective: 1000px;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }
    .page-popup .pic-char-sd.rotateIn {
        visibility: visible;
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; 
        -webkit-transform: rotateY(720deg);
                transform: rotateY(720deg);
    }
    .page-popup .btn-voice {
        position: absolute;
        top: 44vw;
        right: 9vw;
        z-index: 1;
        width: 15%;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
        -webkit-transform: translate(0, -50px);
            -ms-transform: translate(0, -50px);
                transform: translate(0, -50px);
    }
    .page-popup .btn-voice:hover {
        opacity: 0.8;
        -ms-filter: 'alpha(opacity=80)';
        -webkit-transition: opacity 0s;
                transition: opacity 0s;
    }
    .page-popup .btn-voice:active {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
    }
    .page-popup .tx-char {
        display: none;
    }
    .page-popup .btn-change {
        position: absolute;
        top: 137vw;
        right: 9vw;
        z-index: 1; 
        width: 15%;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: opacity 1s;
                transition: opacity 1s;
    }
    .page-popup .btn-change:hover {
        -webkit-transition: -webkit-transform 0.2s;
                transition: -webkit-transform 0.2s;
                transition:         transform 0.2s;
                transition:         transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: rotate(-360deg);
            -ms-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
    .page-popup .btn-change:active {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
    }
    .loaded .page-popup .box-char-info {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: translate(0px);
            -ms-transform: translate(0px);
                transform: translate(0px);
    }
    .loaded .page-popup .box-char-pic {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .loaded .page-popup .btn-voice {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .loaded .page-popup .btn-change {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@media (min-width: 960px) {
    .page-popup {
        padding-top: 130px;
        background: rgba(0, 0, 0, 0.6) url(../../images/official/character/popup/bg_spot_pc.png) 50% 80px no-repeat;
    }
    .page-popup .popup-inner {
        position: relative;
        max-width: 960px;
        margin: 0 auto;
    }
    .page-popup .popup-inner:after {
        display: block;
        clear: both;
        content: '';
    }
    .page-popup .btn-close {
        position: absolute;
        top: 30px;
        left: 50%;
        z-index: 1;
        width: 50px;
        height: 50px;
        margin-left: 449px;
        text-align: center;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        cursor: pointer;
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
    }
    .page-popup .btn-close img {
        width: 98%; 
        vertical-align: middle;
    }
    .loaded .page-popup .btn-close {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .page-popup .box-char-info {
        position: relative;
        float: right;
        width: 390px;
        padding-top: 50px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s; 
        -webkit-transform: translate(0, -50px);
            -ms-transform: translate(0, -50px);
                transform: translate(0, -50px);
    }
    .page-popup .box-char-pic {
        position: relative;
        float: left;
        width: 570px;
        height: 1100px;
        text-align: center;
        text-indent: 90px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s; 
        -webkit-transform: translate(0, 40px);
            -ms-transform: translate(0, 40px);
                transform: translate(0, 40px);
    }
    .page-popup .pic-char-default img {
        -webkit-transition: all 0.8s;
                transition: all 0.8s;
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;

        -webkit-perspective: 1000px;
                perspective: 1000px;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }
    .page-popup .pic-char-default.rotateOut img {
        visibility: hidden;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition-delay: 0s;
                transition-delay: 0s; 
        -webkit-transform: rotateY(720deg);
                transform: rotateY(720deg);
    }
    .page-popup .pic-char-sd {
        position: absolute;
        top: -80px;
        left: 0;
        visibility: hidden;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.8s;
                transition: all 0.8s;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-transform: rotateY(720deg);
                transform: rotateY(720deg); 

        -webkit-perspective: 1000px;
                perspective: 1000px;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }
    .page-popup .pic-char-sd.rotateIn {
        visibility: visible;
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .page-popup .btn-voice {
        position: absolute;
        top: 220px;
        right: 40px;
        z-index: 1; 
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
        -webkit-transform: translate(0, -50px);
            -ms-transform: translate(0, -50px);
                transform: translate(0, -50px);
    }
    .page-popup .btn-voice:hover {
        opacity: 0.8;
        -ms-filter: 'alpha(opacity=80)';
        -webkit-transition: opacity 0s;
                transition: opacity 0s;
    }
    .page-popup .btn-voice:active {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
    }
    .page-popup .tx-char {
        position: absolute;
        top: 90px;
        left: 30px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    .page-popup .btn-change {
        position: absolute;
        top: 575px;
        left: 10px;
        z-index: 1; 
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: opacity 1s;
                transition: opacity 1s;
    }
    .page-popup .btn-change:hover {
        -webkit-transition: -webkit-transform 0.2s;
                transition: -webkit-transform 0.2s;
                transition:         transform 0.2s;
                transition:         transform 0.2s, -webkit-transform 0.2s;
        -webkit-transform: rotate(-360deg);
            -ms-transform: rotate(-360deg);
                transform: rotate(-360deg);
    }
    .page-popup .btn-change:active {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
    }
    .loaded .page-popup .box-char-info {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .loaded .page-popup .box-char-pic {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .loaded .page-popup .tx-char {
        -webkit-animation: 0.3s bounceInDown 0.3s both;
                animation: 0.3s bounceInDown 0.3s both;
        -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.67);
                animation-timing-function: cubic-bezier(0.17, 0.67, 0.42, 1.67);
    }
    .loaded .page-popup .btn-voice {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    .loaded .page-popup .btn-change {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate3d(-15px, -40px, 0);
                transform: translate3d(-15px, -40px, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: none;
                transform: none;
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate3d(-15px, -40px, 0);
                transform: translate3d(-15px, -40px, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: none;
                transform: none;
    }
}

/* --- project _qna.scss --- */
.page-qna .box-search {
    padding: 20px;
    border: 1px solid #bfbaa9;
    background-color: #d4d0ba;
}
.page-qna .box-search select {
    margin-right: 1em;
}
.page-qna .box-search [type='submit'] {
    margin-left: -1px;
}

.page-qna .box-support {
    font-weight: bold;
}

.page-qna .ttl {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #2f2a00;
}

.page-qna .c-list-slide + .ttl {
    margin-top: 40px;
}

.page-qna .high-light {
    background: #9a7cf6;
}

@media (max-width: 959px) {
    .page-qna .box-search {
        margin: 20px 0;
    }
    .page-qna .box-search select {
        margin-bottom: 20px;
    }
}

@media (min-width: 960px) {
    .page-qna .capt-search {
        color: #ff499a; 
        font-size: 200%;
        line-height: 1.4;
    }
    .page-qna .box-search {
        margin: 20px 0;
    }
    .page-qna .box-search .box-select {
        padding-right: 20px;
    }
}

/* --- project _support.scss --- */
@media (max-width: 959px) {
    .page-support .form-section .h3, .page-support .form-section .c-detail .detail-contents h3, .c-detail .detail-contents .page-support .form-section h3, .page-support .form-section .page-terms .capt-terms, .page-terms .page-support .form-section .capt-terms {
        margin-bottom: 5px;
    }
    .page-support .form-section p {
        margin-bottom: 10px;
    }
    .page-support .form-section + .form-section {
        margin-top: 30px;
    }
    .page-support .btn-conrirm {
        margin-bottom: 4%;
    }
}

@media (min-width: 960px) {
    .page-support .form-section .h3, .page-support .form-section .c-detail .detail-contents h3, .c-detail .detail-contents .page-support .form-section h3, .page-support .form-section .page-terms .capt-terms, .page-terms .page-support .form-section .capt-terms {
        margin-bottom: 5px;
    }
    .page-support .form-section p {
        margin-bottom: 10px;
    }
    .page-support .form-section + .form-section {
        margin-top: 40px;
    }
}

/* --- project _terms.scss --- */
@media (max-width: 959px) {
    .page-terms .table-full th:nth-child(1) {
        white-space: nowrap;
    }
}

/* --- project _top.scss --- */
@media (max-width: 959px) {
    .page-top .op-wrap {
        display: none;
    }
    .page-top .l-contents {
        padding-top: 10%;
    }
    .page-top .tx-catch {
        position: absolute;
        left: 0;
        z-index: 100; 
        width: 100%;
        margin-top: 91%;
        padding: 0 5%;
        text-align: center;
    }
    .page-top .box-appdl {
        position: absolute;
        right: 2.666%;
        left: 2.666%;
        z-index: 100; 
        margin-top: 105%;
        padding: 3% 3% 4%;
        background: url(./../../images/official/top/bg_gamedownload_sp.png) 0 0 no-repeat;
        background-size: 100% auto;
        font-size: 0;
    }
    .page-top .box-appdl .tx-appdl {
        margin-bottom: 0.5%;
        text-align: center;
        font-weight: bold; 
        font-size: 14px;
        font-size: 4vw;
    }
    .page-top .box-appdl a {
        display: inline-block;
        width: 50%;
        text-decoration: none;
        font-size: 12px;
    }
    .page-top .area-top {
        position: relative;
        z-index: 1; 
        margin-bottom: 13%;
    }
    .page-top .box-fv-sp {
        position: relative;
    }
    .page-top .box-fv-sp .top-movie-sp {
        position: absolute;
        top: 15%;
        left: 1%;
        width: 19%;
    }
    .page-top .box-fv-sp .top-movie-sp:focus {
        outline: none;
    }
    .page-top .box-slider {
        padding-top: 5vw; 
        text-align: center;
    }
    .page-top .box-slider .swiper-container {
        padding-bottom: 12vw;
        cursor: default !important;
    }
    .page-top .box-slider .swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 5%;
        z-index: 1; 
        width: 90%;
        height: 10vw;
        background: url(../../images/official/top/pic_topsliderbase_pc.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .page-top .box-slider .swiper-pagination-bullet {
        display: inline-block;
        width: 2.5vw;
        height: 2.5vw;
        margin: 3.6% 2% 0;
        border: solid 2px #000;
        border-radius: 50%;
        background-color: #000;
        box-shadow: 0 0 0 1px #d1b861;
    }
    .page-top .box-slider .swiper-pagination-bullet-active {
        width: 2.5vw;
        height: 2.5vw;
        border: solid 2px #000;
        border-radius: 50%;
        background-color: #d1b861;
        box-shadow: 0 0 0 1px #d1b861;
    }
    .page-top .box-slider .swiper-button-prev {
        position: absolute;
        top: auto;
        bottom: 1.3vw;
        left: 6vw;
        width: 9vw;
        height: 9vw;
        background: url(../../images/official/top/btn_bannerprev_pc.png) center center no-repeat;
        background-size: auto 70%;
    }
    .page-top .box-slider .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-top .box-slider .swiper-button-next {
        position: absolute;
        top: auto;
        right: 6vw;
        bottom: 1.3vw;
        width: 9vw;
        height: 9vw;
        background: url(../../images/official/top/btn_bannernext_pc.png) center center no-repeat;
        background-size: auto 70%;
    }
    .page-top .box-slider .swiper-button-next.swiper-button-disabled {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-top .sect-app .c-chain {
        margin-top: 0.5vw;
    }
    .page-top .sections {
        position: relative;
        width: 100%;
        padding: 0 3.33% 3.33%;
        border: 2px #d1b861 solid;
        border-radius: 5px; 
        background-color: #fff;
        box-shadow: 2px 2px 0 #161104 inset, -2px -2px 0 #161104 inset;
    }
    .page-top .sections .sect-capt {
        position: relative;
        margin: -13% -2.6% 0;
    }
    .page-top .sections .area-btn {
        display: block;
        text-align: center;
    }
    .page-top .sections.is-news {
        margin-top: 14%;
        background-color: #f1f0e1;
    }
    .page-top .sections.is-twitter {
        margin-top: 19%;
        background-color: #fff;
    }
    .page-top .sections .c-chain {
        margin-top: -8.7vw;
    }
    .page-top .sect-top-intro {
        margin-top: 19%;
    }
    .page-top .sect-top-intro.l-container, .page-top .c-sect .sect-top-intro.sect-inner, .c-sect .page-top .sect-top-intro.sect-inner {
        padding: 0;
    }
    .page-top .sect-top-intro .bg-top-intro img {
        min-width: 100vw;
        width: 100vw;
        margin-top: -15vw;
        margin-left: -6.66%;
    }
    .page-top .sect-top-intro .box-intro-movie {
        position: relative;
        margin: -48vw auto 15vw auto;
    }
    .page-top .sect-top-intro .box-intro-movie .intro-movie-frame img {
        position: absolute;
        z-index: 10;
        min-width: 100vw;
        width: 100vw;
        margin-left: -6.66%;
        pointer-events: none;
    }
    .page-top .sect-top-intro .box-intro-movie .area-intro-movie {
        position: relative;
        width: 92%;
        height: 0;
        padding-top: 56.25%;
    }
    .page-top .sect-top-intro .box-intro-movie .area-intro-movie .top-intro-movie {
        position: absolute;
        top: 6.5vw;
        left: 3.5vw;
        z-index: 9; 
        width: 100%;
        height: 100%;
    }
    .page-top .sect-top-intro .box-intro-movie .area-intro-movie .bg-intro-movie {
        position: relative;
        left: 3vw;
        z-index: 8;
        height: 100vw;
        margin-top: -44vw;
        background: url(../../images/official/top/bg_intro_movie_sp.png) 100% 0 no-repeat;
        background-size: contain;
        pointer-events: none;
    }
    .page-top .sect-top-intro .c-button {
        margin-bottom: 5vw;
    }
    .page-top .btn-more {
        display: block;
        margin-top: 3.66%;
        border: 2px solid #2f2a00;
        background: #2f2a00 url(../../images/official/common/ico_list_arrow_w.png) 95% 50% no-repeat; 
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        line-height: 2.7em;
        line-height: 11vw;
    }
    .page-top .box-twitter {
        height: 464px;
        margin-top: 2%;
    }
    .page-top .box-about {
        overflow: hidden; 
        width: 100%;
        margin: 10% auto 0;
        padding: 6% 3.33%;
        background: url(../../images/official/top/bg_gamedate_sp.png) no-repeat;
        background-size: 100% auto;
    }
    .page-top .box-about .app-icon {
        float: left;
        width: 31.66%;
        padding-right: 3.33%; 
        padding-left: 3.33%;
    }
    .page-top .box-about .app-icon img {
        width: 100%;
    }
    .page-top .box-about .app-info {
        font-size: 3vw; 
        line-height: 1.5;
    }
    .page-top .box-about .app-info .app-name {
        font-weight: bold;
    }
    .page-top .box-about .app-info .app-info-list {
        margin-left: 31.66%;
    }
    .page-top .box-about .app-info .app-info-list li {
        padding-left: 4em;
        text-indent: -4em;
    }
    .page-top .box-about .app-link {
        display: table;
        width: 100%;
        margin-top: 3.33%;
    }
    .page-top .box-about .app-link li {
        display: table-cell;
        width: 50%;
    }
}

@media (min-width: 960px) {
    .page-top .op-wrap {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 800; 
        width: 100%;
        height: 100%;
    }
    .ie9 .page-top .op-wrap, .ie8 .page-top .op-wrap {
        display: none;
    }
    .page-top .op-wrap .op-layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateZ(0);
                transform: translateZ(0);
    }
    .page-top .op-wrap .op-curtian01 {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(../../images/official/top/pic_op_curtain01.png) 0 0 no-repeat;
        background-size: 100% auto;
    }
    .opening.is-op-completed .page-top .op-wrap {
        display: none;
    }
    .page-top .l-header .l-container, .page-top .l-header .c-sect .sect-inner, .c-sect .page-top .l-header .sect-inner {
        max-width: none;
    }
    .page-top .l-contents {
        padding-top: 50px;
    }
    .page-top .header-tx {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        padding-top: 100%;
    }
    .page-top .header-tx-inner {
        position: absolute;
        top: 42.5%;
        left: 0;
        width: 100vw;
        height: 0;
    }
}

@media (min-width: 960px) and (max-width: 1400px) {
    .page-top .header-tx-inner {
        top: 56%;
    }
}

@media (min-width: 960px) {
    .page-top .tx-catch {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 100; 
        width: 833px;
        margin-left: -416.5px;
    }
    .page-top .box-appdl {
        position: absolute;
        top: -100px;
        left: 50%;
        z-index: 100; 
        width: 500px;
        margin-left: -250px;
        padding: 10px 0;
        border: solid 1px #fff;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
    }
    .page-top .box-appdl a {
        text-decoration: none;
    }
    .page-top .box-appdl .tx-appdl {
        display: none;
    }
    .page-top .area-top {
        position: relative;
        z-index: 1; 
        padding: 35px 0 1.6%;
        background: url(../../images/official/top/bg_topstage.png) 50% 100% no-repeat;
    }
    .page-top .area-top:after {
        position: absolute;
        bottom: -20px;
        left: 0;
        z-index: 2;
        display: block;
        width: 100%;
        height: 235px;
        background: url(../../images/official/top/bg_topstage_bottom.png) 50% 0 no-repeat;
        content: '';
        pointer-events: none;
    }
    .page-top .box-movie {
        position: relative;
        overflow: hidden; 
        width: 80%;
        margin: 0 auto;
        padding-top: 42%;
        border-bottom-right-radius: 80% 100px;
        border-bottom-left-radius: 80% 100px;
    }
    .page-top .box-movie .movie-overlay, .page-top .box-movie .top-movie {
        position: absolute;
        top: 0;
        left: -3.6%;
        width: 107.2%;
        height: 107.2%;
    }
    .page-top .box-movie .movie-overlay {
        z-index: 1;
        display: block;
        background: transparent;
    }
    .page-top .box-movie .movie-overlay:hover {
        background: url(../../images/official/top/btn_sound_on_pc.png) 50% 40% no-repeat rgba(0, 0, 0, 0.5);
    }
    .page-top .box-movie .movie-overlay.btn-unmute:hover {
        background: url(../../images/official/top/btn_sound_on_pc.png) 50% 40% no-repeat rgba(0, 0, 0, 0.5);
    }
    .page-top .box-movie .movie-overlay.btn-mute:hover {
        background: url(../../images/official/top/btn_sound_off_pc.png) 50% 40% no-repeat rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 960px) and (max-width: 1400px) {
    .page-top .box-movie {
        width: 100%;
        padding-top: 56.25%;
    }
    .page-top .box-movie .top-movie {
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 960px) {
    .page-top .box-slider {
        text-align: center;
    }
    .page-top .box-slider .swiper-container {
        padding-bottom: 70px;
        cursor: default !important;
    }
    .ie9 .page-top .box-slider .swiper-slide img {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-top .box-slider .swiper-slide img {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transition: all 0.5s;
                transition: all 0.5s;
    }
    .page-top .box-slider .swiper-slide-active img {
        margin-left: -200px; 
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-top .box-slider .swiper-slide-prev img {
        margin-left: -42px; 
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-top .box-slider .swiper-slide-prev a {
        pointer-events: none;
    }
    .page-top .box-slider .swiper-slide-next img {
        margin-left: -355px; 
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-top .box-slider .swiper-slide-next a {
        pointer-events: none;
    }
    .page-top .box-slider .swiper-pagination {
        position: absolute;
        bottom: 0;
        left: 168px;
        z-index: 1; 
        width: 624px;
        height: 64px;
        background: url(../../images/official/top/pic_topsliderbase_pc.png) 0 0 no-repeat;
    }
    .page-top .box-slider .swiper-pagination-bullet {
        display: inline-block;
        width: 13px;
        height: 13px;
        margin: 25px 10px 0 10px;
        border: solid 2px #000;
        border-radius: 13px;
        background-color: #000;
        box-shadow: 0 0 0 1px #d1b861;
    }
    .page-top .box-slider .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        border: solid 2px #000;
        border-radius: 13px;
        background-color: #d1b861;
        box-shadow: 0 0 0 1px #d1b861;
    }
    .page-top .box-slider .swiper-button-prev {
        position: absolute;
        top: 209px;
        left: 200px;
        border: none;
        background: url(../../images/official/top/btn_bannerprev_pc.png) center center no-repeat;
        text-indent: -9999px;
    }
    .page-top .box-slider .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-top .box-slider .swiper-button-next {
        position: absolute;
        top: 209px;
        right: 200px;
        border: none;
        background: url(../../images/official/top/btn_bannernext_pc.png) center center no-repeat;
        text-indent: -9999px;
    }
    .page-top .box-slider .swiper-button-next.swiper-button-disabled {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-top .sect-info {
        margin-top: 45px;
    }
    .page-top .sect-info .c-chain {
        top: -100%;
    }
    .page-top .sect-app {
        margin-top: 45px;
    }
    .page-top .sect-app .c-chain {
        top: -97%;
    }
    .page-top .sect-top-intro {
        position: relative;
        width: 100%;
        margin-top: 130px;
        text-align: center;
    }
    .page-top .sect-top-intro .bg-top-intro {
        position: absolute;
        top: -50px;
        left: 50%;
        display: block;
        min-width: 1250px;
        width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .page-top .sect-top-intro .box-intro-movie {
        position: relative;
        min-height: 602px; 
        width: 100%;
        margin: 380px 0 30px 0;
    }
    .page-top .sect-top-intro .box-intro-movie .intro-movie-frame {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 10;
        min-width: 990px;
        width: 100%;
        height: auto;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        pointer-events: none;
    }
    .page-top .sect-top-intro .box-intro-movie .area-intro-movie {
        position: absolute;
        top: 40px;
        left: 35px;
        z-index: 8; 
        width: 834px;
        height: 538px;
        background: url(../../images/official/top/bg_intro_movie_pc.png) 50% 50% no-repeat;
    }
    .page-top .sect-top-intro .box-intro-movie .area-intro-movie .top-intro-movie {
        position: relative;
        z-index: 9; 
        width: 790px;
        height: 480px;
        margin-top: 40px;
    }
    .page-top .sect-top-intro .c-chain {
        top: -99.8%;
    }
    .page-top .sections {
        position: relative;
        float: left;
        width: 470px;
        height: 620px;
        padding: 70px 22px 22px;
    }
    .page-top .sections .sect-capt {
        position: absolute;
        top: -12px;
        left: 0;
    }
    .page-top .sections .area-btn {
        display: block;
        text-align: center;
    }
    .page-top .sections.is-news {
        float: left;
        background: url(../../images/official/top/bg_top_news_pc.png) no-repeat;
    }
    .page-top .sections.is-twitter {
        float: right;
        background: url(../../images/official/top/bg_top_twitter_pc.png) no-repeat;
    }
    .page-top .btn-more {
        display: block;
        margin-top: 20px;
        border: 2px solid #2f2a00;
        background: #2f2a00 url(../../images/official/common/ico_list_arrow_w.png) 95% 50% no-repeat; 
        color: #fff;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
        line-height: 56px;
    }
    .page-top .btn-more:hover {
        background: transparent url(../../images/official/common/ico_list_arrow.png) 95% 50% no-repeat; 
        color: #2f2a00;
    }
    .page-top .box-twitter {
        height: 464px;
    }
    .page-top .box-about {
        width: 964px;
        height: 217px;
        margin: 0 auto;
        padding: 32px 60px;
        background: url(../../images/official/top/bg_gamedate_pc.png) no-repeat;
    }
    .page-top .box-about .app-icon {
        float: left;
    }
    .page-top .box-about .app-info {
        float: right;
        width: 670px;
        line-height: 1.7;
    }
    .page-top .box-about .app-info .app-name {
        font-weight: bold;
    }
    .page-top .box-about .app-info .app-info-list li {
        display: inline;
        margin-right: 1em;
    }
    .page-top .box-about .app-info .app-name.top-appli-footer, .page-top .box-about .app-info p.top-appli-footer {
        margin-top: 8px;
    }
    .page-top .box-about .app-info .app-name picture, .page-top .box-about .app-info p picture {
        display: inline-block;
        margin: 0 25px 0 -5px;
    }
    .page-top .box-about .app-link {
        margin-top: 5px;
        font-size: 0;
    }
    .page-top .box-about .app-link li {
        display: inline-block; 
        font-size: 14px;
    }
    .page-top .box-about .app-link li:first-child {
        margin-right: 20px;
    }
}

/* --- opening --- */
.l-wrapper.is-top .wrapper-menu {
    display: none; 
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.ie8 .l-wrapper.is-top .wrapper-menu, .ie9 .l-wrapper.is-top .wrapper-menu {
    display: block; 
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
}

.l-wrapper.is-top .tx-catch, .l-wrapper.is-top .box-appdl, .l-wrapper.is-top .area-top, .l-wrapper.is-top .l-contents, .l-wrapper.is-top .l-footer {
    visibility: hidden; 
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.ie8 .l-wrapper.is-top .tx-catch, .ie9 .l-wrapper.is-top .tx-catch, .ie8
  .l-wrapper.is-top .box-appdl, .ie9
  .l-wrapper.is-top .box-appdl, .ie8
  .l-wrapper.is-top .area-top, .ie9
  .l-wrapper.is-top .area-top, .ie8
  .l-wrapper.is-top .l-contents, .ie9
  .l-wrapper.is-top .l-contents, .ie8
  .l-wrapper.is-top .l-footer, .ie9
  .l-wrapper.is-top .l-footer {
    visibility: visible; 
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
}

.opening.is-op-completed .l-wrapper.is-top .wrapper-menu {
    display: block;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    -webkit-animation: 0.4s op-gnav-in cubic-bezier(0.18, 0.91, 0.37, 1.5);
            animation: 0.4s op-gnav-in cubic-bezier(0.18, 0.91, 0.37, 1.5);
}

.opening.is-op-completed .l-wrapper.is-top .tx-catch, .opening.is-op-completed .l-wrapper.is-top .box-appdl, .opening.is-op-completed .l-wrapper.is-top .area-top, .opening.is-op-completed .l-wrapper.is-top .l-contents, .opening.is-op-completed .l-wrapper.is-top .l-footer {
    visibility: visible;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
    -webkit-animation: 0.4s op-contents cubic-bezier(0.18, 0.91, 0.37, 1.5);
            animation: 0.4s op-contents cubic-bezier(0.18, 0.91, 0.37, 1.5);
}

@media (min-width: 960px) {
    .l-wrapper.is-top .c-page-logo h1 {
        height: 100%;
    }
    .ie8 .l-wrapper.is-top .c-page-logo h1, .ie9 .l-wrapper.is-top .c-page-logo h1 {
        height: auto;
    }
    .l-wrapper.is-top .c-page-logo h1 img {
        position: absolute;
        top: 40%;
        left: 0;
    }
    .ie8 .l-wrapper.is-top .c-page-logo h1 img, .ie9 .l-wrapper.is-top .c-page-logo h1 img {
        position: static;
        top: 0;
    }
    .opening.is-op-start .l-wrapper.is-top .c-page-logo h1 img {
        top: 0;
        -webkit-transition: all 0.4s;
                transition: all 0.4s;
    }
    .opening.is-op-completed .l-wrapper.is-top .c-page-logo h1 {
        height: auto;
    }
}

@-webkit-keyframes op-gnav-in {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate(0, -200px);
                transform: translate(0, -200px);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes op-gnav-in {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate(0, -200px);
                transform: translate(0, -200px);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@-webkit-keyframes op-contents {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate(0, -100px);
                transform: translate(0, -100px);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

@keyframes op-contents {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate(0, -100px);
                transform: translate(0, -100px);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

/* --- project _introduction.scss --- */
@-webkit-keyframes moveup {
    0% {
        top: 50px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    50% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        top: 0;
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}
@keyframes moveup {
    0% {
        top: 50px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    50% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        top: 0;
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@-webkit-keyframes movedown {
    0% {
        top: -50px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        top: 0;
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@keyframes movedown {
    0% {
        top: -50px;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    100% {
        top: 0;
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
}

@-webkit-keyframes roleleft {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)'; 
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg);
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
    }
}

@keyframes roleleft {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)'; 
        -webkit-transform: rotate(15deg);
                transform: rotate(15deg);
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
    }
}

@-webkit-keyframes roleright {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)'; 
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
    }
}

@keyframes roleright {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)'; 
        -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)'; 
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;
    }
}

@media (max-width: 959px) {
    .page-introduction .l-container.is-full, .page-introduction .c-sect .is-full.sect-inner, .c-sect .page-introduction .is-full.sect-inner {
        padding: 0;
    }
    .page-introduction .area-introduction-fv .detail-animation {
        position: relative;
        z-index: 10;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character [class*='pic-'] img {
        position: absolute;
        display: block;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-animation-name: moveup;
                animation-name: moveup;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-03 img {
        z-index: 80;
        width: 43%;
        height: auto;
        margin: 62.6% 0 0 -12%; 
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-02 img {
        z-index: 70;
        width: 42%;
        height: auto;
        margin: 60.5% 0 0 72%; 
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-06 img {
        z-index: 60;
        width: 26%;
        height: auto;
        margin: 47% 0 0 2%; 
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-07 img {
        z-index: 50;
        width: 34%;
        height: auto;
        margin: 42% 0 0 67%; 
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-08 img {
        z-index: 40;
        width: 27%;
        height: auto;
        margin: 34% 0 0 -3%; 
        -webkit-animation-delay: 1.4s;
                animation-delay: 1.4s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-05 img {
        z-index: 30;
        width: 29%;
        height: auto;
        margin: 32% 0 0 77%; 
        -webkit-animation-delay: 1.6s;
                animation-delay: 1.6s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-04 img {
        z-index: 20;
        width: 27%;
        height: auto;
        margin: 23% 0 0 1%; 
        -webkit-animation-delay: 1.8s;
                animation-delay: 1.8s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-01 img {
        z-index: 10;
        width: 27%;
        height: auto;
        margin: 24% 0 0 73%; 
        -webkit-animation-delay: 2s;
                animation-delay: 2s;
    }
    .page-introduction .area-introduction-fv .detail-animation .tx-introduction .tx-01 img {
        position: absolute;
        z-index: 90;
        display: block;
        width: 68%;
        height: auto;
        margin: 26% 0 0 16%;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-animation-name: moveup;
                animation-name: moveup;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-delay: 2.4s;
                animation-delay: 2.4s; 
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .page-introduction .area-introduction-fv .bg-firstview {
        position: relative;
        z-index: 5;
        height: 0;
        margin-top: -4.5%;
        padding-top: 120%;
        background: url(../../images/official/introduction/bg_story_sp.png) 50% 100% no-repeat;
        background-size: contain;
    }
    .page-introduction .area-introduction .pic-character .character-image img {
        position: absolute;
        z-index: 10;
        display: block;
        width: 24%;
        height: auto;
        margin: 61% 0 0 72%;
    }
    .page-introduction .area-introduction .pic-message .message-image img {
        position: absolute;
        z-index: 10;
        display: block;
        width: 83%;
        height: auto;
        margin: 84% 0 0 7%;
    }
    .page-introduction .area-introduction .bg-frame {
        position: relative;
        width: 100%;
        height: auto;
        padding-bottom: 115.46811%;
        background: url(../../images/official/introduction/capt_show_flame_sp.png) 50% 100% no-repeat;
        background-size: contain;
    }
    .page-introduction .area-introduction .area-movie .box-movie {
        position: absolute;
        width: 80%;
        height: auto;
        margin: 42% 0 0 7.5%;
        padding-bottom: 45%;
        background-color: #000;
    }
    .page-introduction .area-introduction .area-movie .box-movie .introduction-movie {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .page-introduction .area-introduction .area-movie .box-movie .box-playsp {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100; 
        display: block;
        width: 100%;
        height: 100%;
    }
    .page-introduction .area-introduction .detail-show {
        margin-top: -15%;
    }
    .page-introduction .area-introduction .detail-show .bg-frame:after {
        position: absolute;
        z-index: -1;
        display: block;
        width: 85%;
        height: auto;
        margin: 40% 0 0 7.5%;
        padding-bottom: 57.73406%;
        background-color: #000;
        content: '';
    }
    .page-introduction .area-introduction .detail-costume {
        margin-top: -12%;
        margin-bottom: 5%;
    }
    .page-introduction .area-introduction .detail-costume .pic-character .character-image img {
        width: 21%;
        margin: 44% 0 0 2%;
    }
    .page-introduction .area-introduction .detail-costume .pic-message .message-image img {
        margin: 75% 0 0 7%;
    }
    .page-introduction .area-introduction .detail-costume .bg-frame {
        padding-bottom: 108.55615%;
        background: url(../../images/official/introduction/capt_costume_flame_sp.png) 50% 100% no-repeat;
        background-size: contain;
    }
    .page-introduction .area-introduction .detail-costume .bg-frame:after {
        position: absolute;
        z-index: -1;
        display: block;
        width: 85%;
        height: auto;
        margin: 31% 0 0 7.5%;
        padding-bottom: 57.73406%;
        background: url(../../images/official/introduction/capt_costume_flame_background_pc.png) 50% 100% no-repeat;
        background-size: contain;
        content: '';
    }
    .page-introduction .area-introduction .detail-costume .area-movie .box-movie {
        width: 78%;
        margin: 36% 0 0 9%;
    }
    .page-introduction .area-introduction .detail-story {
        margin-bottom: 20%;
    }
    .page-introduction .area-introduction .detail-story .pic-character .character-image img {
        width: 18%;
        margin: 59% 0 0 79.5%;
    }
    .page-introduction .area-introduction .detail-story .pic-message .message-image img {
        margin: 83% 0 0 7%;
    }
    .page-introduction .area-introduction .detail-story .bg-frame {
        padding-bottom: 115.46811%;
        background: url(../../images/official/introduction/capt_story_flame_sp.png) 50% 100% no-repeat;
        background-size: contain;
    }
    .page-introduction .area-introduction .detail-story .bg-frame:after {
        position: absolute;
        z-index: -1;
        display: block;
        width: 85%;
        height: auto;
        margin: 40% 0 0 7.5%;
        padding-bottom: 57.73406%;
        background-color: #000;
        content: '';
    }
    .page-introduction .area-introduction .detail-story .area-movie .box-movie {
        margin: 42% 0 0 7.5%;
    }
}

@media (min-width: 960px) {
    .page-introduction .area-introduction-fv .detail-animation .pic-character {
        position: absolute;
        top: 0;
        left: 50%;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character [class*='pic-'] {
        position: relative;
        display: block;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-animation-name: moveup;
                animation-name: moveup;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .ie9 .page-introduction .area-introduction-fv .detail-animation .pic-character [class*='pic-'] {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-03 {
        z-index: 80;
        margin: 341px 0 0 -570px;
        -webkit-animation-delay: 0.6s;
                animation-delay: 0.6s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-02 {
        z-index: 70;
        margin: 322px 0 0 245px;
        -webkit-animation-delay: 0.8s;
                animation-delay: 0.8s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-06 {
        z-index: 60;
        margin: 250px 0 0 -410px;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-07 {
        z-index: 50;
        margin: 210px 0 0 180px;
        -webkit-animation-delay: 1.2s;
                animation-delay: 1.2s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-08 {
        z-index: 40;
        margin: 200px 0 0 -510px;
        -webkit-animation-delay: 1.4s;
                animation-delay: 1.4s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-05 {
        z-index: 30;
        margin: 150px 0 0 310px;
        -webkit-animation-delay: 1.6s;
                animation-delay: 1.6s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-04 {
        z-index: 20;
        margin: 120px 0 0 -450px;
        -webkit-animation-delay: 1.8s;
                animation-delay: 1.8s;
    }
    .page-introduction .area-introduction-fv .detail-animation .pic-character .pic-01 {
        z-index: 10;
        margin: 120px 0 0 250px;
        -webkit-animation-delay: 2s;
                animation-delay: 2s;
    }
    .page-introduction .area-introduction-fv .detail-animation .tx-introduction {
        position: absolute;
        top: 0;
        left: 50%;
    }
    .page-introduction .area-introduction-fv .detail-animation .tx-introduction .tx-01 {
        position: relative;
        z-index: 90;
        display: block;
        margin: 170px 0 0 -50%;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-animation-name: moveup;
                animation-name: moveup;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-delay: 2.4s;
                animation-delay: 2.4s; 
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .ie9 .page-introduction .area-introduction-fv .detail-animation .tx-introduction .tx-01 {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-introduction .area-introduction-fv .bg-firstview {
        height: 860px;
        background: url(../../images/official/introduction/bg_story_pc.png) 50% 100% no-repeat;
    }
    .page-introduction .area-introduction {
        margin-bottom: 180px;
    }
    .page-introduction .area-introduction .pic-character {
        position: relative;
        z-index: 1;
        width: 0;
        height: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    .page-introduction .area-introduction .pic-character.is-movedown {
        -webkit-animation-name: movedown;
                animation-name: movedown;
        -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-delay: 0.2s;
                animation-delay: 0.2s; 
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .ie9 .page-introduction .area-introduction .pic-character {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-introduction .area-introduction .pic-character .character-image {
        position: relative;
        top: 430px;
        left: 730px;
        z-index: 10;
    }
    .page-introduction .area-introduction .pic-message {
        width: 0;
        height: 0;
    }
    .page-introduction .area-introduction .pic-message .message-image {
        position: relative;
        top: 725px;
        left: 110px;
        z-index: 10;
    }
    .page-introduction .area-introduction .bg-frame {
        position: relative;
        height: 948px;
        background: url(../../images/official/introduction/capt_show_flame_pc.png) 50% 100% no-repeat;
    }
    .page-introduction .area-introduction .area-movie .box-movie {
        position: relative;
        top: 292px;
        left: 50%;
        width: 716px;
        height: 403px;
        margin-bottom: -443px;
        margin-left: -362px;
    }
    .page-introduction .area-introduction .area-movie .box-movie .introduction-movie {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .page-introduction .area-introduction .area-movie .box-movie:after {
        position: relative;
        top: -30px;
        z-index: -1;
        display: block;
        width: 720px;
        height: 460px;
        background-color: #000;
        content: '';
    }
    .page-introduction .area-introduction .detail-show {
        margin-top: -50px;
    }
    .page-introduction .area-introduction .detail-show .pic-message .message-image img {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    .page-introduction .area-introduction .detail-show .pic-message .message-image img.is-role {
        -webkit-animation-name: roleright;
                animation-name: roleright;
        -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; 
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .ie9 .page-introduction .area-introduction .detail-show .pic-message .message-image img {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-introduction .area-introduction .detail-costume {
        margin-top: -50px;
    }
    .page-introduction .area-introduction .detail-costume .pic-character .character-image {
        top: 330px;
        left: 20px;
    }
    .page-introduction .area-introduction .detail-costume .pic-message .message-image {
        top: 712px;
        left: 148px;
    }
    .page-introduction .area-introduction .detail-costume .pic-message .message-image img {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    .page-introduction .area-introduction .detail-costume .pic-message .message-image img.is-role {
        -webkit-animation-name: roleleft;
                animation-name: roleleft;
        -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; 
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .ie9 .page-introduction .area-introduction .detail-costume .pic-message .message-image img {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-introduction .area-introduction .detail-costume .bg-frame {
        height: 948px;
        background: url(../../images/official/introduction/capt_costume_flame_pc.png) 50% 100% no-repeat;
    }
    .page-introduction .area-introduction .detail-costume .area-movie .box-movie {
        top: 266px;
        margin-left: -325px;
    }
    .page-introduction .area-introduction .detail-costume .area-movie .box-movie:after {
        position: relative;
        top: -40px;
        left: -20px;
        z-index: -1;
        display: block;
        width: 760px;
        height: 497px;
        background: url(../../images/official/introduction/capt_costume_flame_background_pc.png) 50% 100% no-repeat;
        content: '';
    }
    .page-introduction .area-introduction .detail-story {
        margin-top: -20px;
    }
    .page-introduction .area-introduction .detail-story .pic-character .character-image {
        top: 496px;
        left: 770px;
    }
    .page-introduction .area-introduction .detail-story .pic-message .message-image {
        top: 782px;
        left: 110px;
    }
    .page-introduction .area-introduction .detail-story .pic-message .message-image img {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    .page-introduction .area-introduction .detail-story .pic-message .message-image img.is-role {
        -webkit-animation-name: roleright;
                animation-name: roleright;
        -webkit-animation-duration: 0.2s;
                animation-duration: 0.2s;
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        -webkit-animation-delay: 0.4s;
                animation-delay: 0.4s; 
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
    .ie9 .page-introduction .area-introduction .detail-story .pic-message .message-image img {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
    }
    .page-introduction .area-introduction .detail-story .bg-frame {
        height: 1003px;
        background: url(../../images/official/introduction/capt_story_flame_pc.png) 50% 100% no-repeat;
    }
    .page-introduction .area-introduction .detail-story .area-movie .box-movie {
        top: 346px;
        margin-left: -362px;
    }
    .page-introduction .area-introduction .detail-story .area-movie .box-movie:after {
        position: relative;
        top: -30px;
        z-index: -1;
        display: block;
        width: 720px;
        height: 460px;
        background-color: #000;
        content: '';
    }
}

/* --- project _support.scss --- */
@media (max-width: 959px) {
    .page-theater .list-movie {
        margin-bottom: 10vw;
    }
    .page-theater .list-movie li {
        position: relative;
        line-height: 1.4;
    }
    .page-theater .list-movie li::before {
        position: absolute;
        top: -4vw;
        left: 0;
        z-index: 10;
        display: inline-block;
        width: 100%;
        height: 5vw;
        background: url('../../images/official/theater/pic_theaterdeco_sp.png') 50% 0 no-repeat;
        background-size: contain;
        content: '';
    }
    .page-theater .list-movie li .link-movie {
        position: relative;
        display: block;
        margin-top: 10vw;
        margin-bottom: 5px;
        border-radius: 3px; 
        background-color: #000;
    }
    .page-theater .list-movie li .link-movie img {
        width: 100%;
        height: auto;
        border-radius: 3px;
    }
    .page-theater .list-movie li .link-movie::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: solid 1px #403310;
        border-radius: 3px;
        background: url('../../images/official/theater/btn_play_sp.png') no-repeat center;
        background-size: 20%;
        box-shadow: 0 0 0 2px #a68b44 inset, 0 0 0 4px #242200 inset;
        content: '';
    }
    .page-theater .list-movie li .link-movie.new {
        position: relative;
    }
    .page-theater .list-movie li .link-movie.new::before {
        position: absolute;
        top: -2%;
        left: 5%;
        z-index: 10;
        display: inline-block;
        width: 15%;
        height: 12vw;
        background: url('../../images/official/theater/ico_theaternew_sp.png') no-repeat;
        background-size: contain;
        content: '';
    }
    .page-theater .list-movie li .ttl-movie {
        font-weight: bold; 
        font-size: 14px;
    }
    .page-theater .fancybox-content {
        position: relative;
        width: 95%;
        height: 0;
        margin: 0 2.5%;
        padding-top: 56.25%;
    }
    .page-theater .fancybox-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 960px) {
    .page-theater .list-movie {
        margin: 40px -20px 0;
        font-size: 0;
        line-height: 1.4;
    }
    .page-theater .list-movie li {
        position: relative;
        display: inline-block;
        width: 50%;
        margin-bottom: 40px;
        padding: 0 20px;
        vertical-align: top; 
        font-size: 14px;
    }
    .page-theater .list-movie li::before {
        position: absolute;
        top: -20px;
        left: 0;
        z-index: 10;
        display: block;
        width: 100%;
        content: url('../../images/official/theater/pic_theaterdeco_pc.png'); 
        text-align: center;
    }
    .page-theater .list-movie li .link-movie {
        position: relative;
        display: block;
        margin-bottom: 15px;
        border: solid 1px #3c340f;
        border-radius: 4px;
        background-color: #000;
    }
    .page-theater .list-movie li .link-movie:hover {
        opacity: 0.8;
        -ms-filter: 'alpha(opacity=80)';
    }
    .page-theater .list-movie li .link-movie.new {
        position: relative;
    }
    .page-theater .list-movie li .link-movie.new::before {
        position: absolute;
        top: -4px;
        left: 15px;
        z-index: 10;
        display: block;
        content: url('../../images/official/theater/ico_theaternew_pc.png');
    }
    .page-theater .list-movie li .link-movie img {
        width: 100%;
        height: auto;
        border-radius: 4px;
    }
    .page-theater .list-movie li .link-movie::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 4px;
        background: url('../../images/official/theater/btn_play_pc.png') no-repeat center;
        box-shadow: 0 0 0 2px #a68b44 inset, 0 0 0 4px #242200 inset;
        content: '';
    }
    .page-theater .list-movie li .ttl-movie {
        font-weight: bold; 
        font-size: 16px;
    }
}

/* --- project _cast.scss --- */
.page-cast .tx-name-cast01 {
    font-weight: bold;
}

.page-cast .btn-message, .page-cast .btn-official {
    position: relative;
    display: inline-block;
    padding: 15px 0;
    color: #fff;
    text-align: center; 
    text-decoration: none;
    font-weight: bold;
}
.page-cast .btn-message::after, .page-cast .btn-official::after {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
    content: '>'; 
    font-size: 1.6em;
}

.page-cast .btn-message {
    border: solid 1px #5a03db;
    background: #987af6;
}

.page-cast .btn-official {
    border: solid 1px #6200df;
    background: #663bed;
}

@media (max-width: 959px) {
    .page-cast .btn-message {
        width: 100%;
        margin-bottom: 10px;
        padding: 15px 0;
        font-size: 1.3em;
    }
    .page-cast .btn-official {
        width: 100%;
        padding: 15px 0;
        font-size: 1.3em;
    }
    .page-cast .box-cast01 li {
        margin-bottom: 30px;
    }
    .page-cast .box-cast01 li .box-photo {
        width: 70%;
        height: auto;
        margin: 0 auto;
    }
    .page-cast .box-cast01 li .tx-name-cast01 {
        margin: -10px 0 0 0;
        font-size: 2.5em;
    }
    .page-cast .box-cast01 li .box-link-btn {
        margin-top: 20px;
    }
    .page-cast .box-cast02 li .box-photo {
        display: inline-block;
        width: 48%;
        margin-bottom: 0;
    }
    .page-cast .box-cast02 li .box-cast-info {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
    .page-cast .box-cast02 li .box-cast-info .tx-name-chara {
        margin-top: 5px;
    }
    .page-cast .box-cast02 li .box-cast-info .tx-name-cast01 {
        margin: 0;
        font-size: 1.9em;
    }
    .page-cast .box-cast02 li .tx-detail {
        width: 100%;
        margin-bottom: 30px;
    }
    .page-cast .box-cast03 {
        margin: 0 -10px;
        font-size: 0;
    }
    .page-cast .box-cast03 li {
        display: inline-block;
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px;
        vertical-align: top; 
        font-size: 12px;
    }
    .page-cast .box-cast03 li .tx-name-chara {
        margin: 0;
    }
    .page-cast .box-cast03 li .tx-name-cast01 {
        margin: 5px 0 0 0;
        font-size: 2em;
    }
    .page-cast .box-cast03 li .tx-name-cast02 {
        margin-top: -4px;
        font-size: 0.9em;
    }
}

@media (min-width: 960px) {
    .page-cast .box-cast01 .box-photo {
        float: left;
        width: 300px;
        height: auto;
    }
    .page-cast .box-cast01 .box-cast-info {
        float: right;
        width: 585px;
    }
    .page-cast .box-cast01 .box-cast-info .tx-name-chara {
        margin: 10px auto 0 0;
    }
    .page-cast .box-cast01 .box-cast-info .tx-name-cast01 {
        margin: 0;
        font-size: 1.75em;
    }
    .page-cast .box-cast01 .box-cast-info .tx-name-cast02 {
        margin-top: -5px;
    }
    .page-cast .box-cast01 .box-cast-info .box-link-btn .btn-message {
        float: left;
        padding: 15px 70px;
    }
    .page-cast .box-cast01 .box-cast-info .box-link-btn .btn-message:hover, .page-cast .box-cast01 .box-cast-info .box-link-btn .btn-official:hover {
        background: #fff;
        color: #5a03db;
        cursor: pointer;
    }
    .page-cast .box-cast01 .box-cast-info .box-link-btn .btn-official {
        float: right;
        padding: 15px 70px;
    }
    .page-cast .box-cast02 {
        display: inline-block;
        text-align: center;
    }
    .page-cast .box-cast02 li {
        display: inline-block;
        width: 300px;
        margin: 0 35px;
        vertical-align: top;
        text-align: left;
    }
    .page-cast .box-cast02 li .box-photo {
        margin: 0;
    }
    .page-cast .box-cast02 li .box-photo img {
        margin: 0;
    }
    .page-cast .box-cast02 li .box-cast-info .tx-name-chara {
        margin: 15px auto 0 0;
    }
    .page-cast .box-cast02 li .box-cast-info .tx-name-cast01 {
        margin: 0;
        font-size: 1.75em;
    }
    .page-cast .box-cast02 li .box-cast-info .tx-name-cast02 {
        margin: -5px auto 5px auto;
    }
    .page-cast .box-cast03 {
        margin: 0 -30px;
        font-size: 0;
    }
    .page-cast .box-cast03 li {
        display: inline-block;
        width: 33.33%;
        height: auto;
        margin: 0;
        padding: 0 30px;
        vertical-align: top; 
        font-size: 16px;
    }
    .page-cast .box-cast03 li .box-photo {
        margin: 0;
    }
    .page-cast .box-cast03 li .box-photo img {
        margin: 0;
    }
    .page-cast .box-cast03 li .tx-name-chara {
        margin: 5px 0 0 0;
    }
    .page-cast .box-cast03 li .tx-name-cast01 {
        margin: 0;
        font-size: 1.75em;
    }
    .page-cast .box-cast03 li .tx-name-cast02 {
        margin: -5px 0 5px 0;
    }
    .page-cast .box-cast03 li .box-link-btn {
        height: 55px;
        margin-bottom: 40px;
    }
    .page-cast .box-cast03 li .box-link-btn .btn-official {
        float: right;
        width: 100%;
    }
    .page-cast .box-cast03 li .box-link-btn .btn-official:hover {
        background: #fff;
        color: #5a03db;
        cursor: pointer;
    }
}

/* --- project _campaign.scss --- */
@media (max-width: 959px) {
    .page-twitter-campaign {
        font-size: 1.3em;
    }
    .page-twitter-campaign .capt-sect {
        margin-top: -2.7vw;
    }
    .page-twitter-campaign .sect-campaign {
        text-align: center;
    }
    .page-twitter-campaign .sect-campaign .copy-campaign {
        position: relative;
        z-index: 9; 
        display: block;
        width: 85%;
        margin: 6vw auto 0 auto;
    }
    .page-twitter-campaign .sect-campaign .pic-side-chara {
        position: absolute;
        top: -20vw;
        left: -4%;
        z-index: 8;
        display: block;
        width: 108%;
        pointer-events: none;
    }
    .page-twitter-campaign .sect-campaign .pic-right-chara {
        position: absolute;
        top: -0.5%;
        right: -15px;
        z-index: 998;
        width: 25%;
        pointer-events: none;
    }
    .page-twitter-campaign .sect-campaign .ribbon-date {
        position: relative;
        z-index: 9; 
        width: 95%;
        height: 10vw;
        margin: 0 auto;
        padding-top: 2.5%;
        background: url('../../images/pre/bg_twittercampaign_ribbon.png') top center no-repeat;
        background-size: 100% auto;
        color: #fff;
        white-space: nowrap;
        font-weight: bold;
        font-size: 0.7em;
    }
    .page-twitter-campaign .sect-campaign .pic-present {
        position: relative;
        z-index: 9; 
        width: 80%;
    }
    .page-twitter-campaign .sect-campaign .tx-detail {
        display: block;
        margin-top: 5%;
        padding: 0 15px;
    }
    .page-twitter-campaign .sect-campaign .tx-ssttl {
        width: 88%;
        height: 10vw;
        margin: 7vw auto 3vw auto;
        padding-top: 2.3%;
        background: url('../../images/pre/bg_twittercampaign_title_sp.png') top center no-repeat;
        background-size: 100% auto;
        color: #fff;
        font-weight: bold; 
        font-size: 1em;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign {
        padding: 0 15px;
        list-style: none;
        text-align: left;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content {
        font-weight: bold; 
        line-height: 1.45;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content span {
        display: block;
        overflow: hidden;
        word-break: break-all;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content:nth-child(1):before {
        display: block;
        float: left;
        width: 20%;
        height: 15vw;
        margin-right: 3%;
        background: url('../../images/pre/ico_twittercampaign_step01_sp.png') top center no-repeat;
        background-size: contain;
        content: ''; 
        vertical-align: top;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content:nth-child(2) {
        margin-top: 10%;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content:nth-child(2):before {
        display: block;
        float: left;
        width: 20%;
        height: 15vw;
        margin-right: 3%;
        background: url('../../images/pre/ico_twittercampaign_step02_sp.png') top center no-repeat;
        background-size: contain;
        content: ''; 
        vertical-align: top;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .list-twitter-btn {
        clear: both;
        list-style: none;
        text-align: left; 
        font-weight: normal;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .list-twitter-btn li {
        margin-top: 5%;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .box-cast-retweet .box-cast-tl {
        margin-top: 7vw;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .box-cast-retweet .btn-retweet {
        display: block;
        margin: 3% auto 15% auto;
    }
    .page-twitter-campaign .sect-campaign .table-guideline {
        margin: 0 15px;
        font-size: 0.9em; 
        line-height: 1.45;
    }
    .page-twitter-campaign .sect-campaign .table-guideline caption {
        padding-bottom: 2%;
        border-bottom: solid 2px #2d2b02;
        font-weight: bold;
        font-size: 0.9em; 
        line-height: 1.45;
    }
    .page-twitter-campaign .sect-campaign .table-guideline tr {
        border-bottom: dotted 1px #2d2b02;
    }
    .page-twitter-campaign .sect-campaign .table-guideline tr:last-child {
        border-bottom: none;
    }
    .page-twitter-campaign .sect-campaign .table-guideline th {
        display: block;
        width: 100%;
        margin-top: 3%;
        text-align: left;
    }
    .page-twitter-campaign .sect-campaign .table-guideline td {
        display: block;
        width: 100%;
        padding-bottom: 3%;
        text-align: left;
    }
}

@media (min-width: 960px) {
    .page-twitter-campaign .capt-sect {
        top: -117px;
        left: -2px; 
        width: 960px;
    }
    .page-twitter-campaign .sect-campaign {
        position: relative;
        text-align: center;
    }
    .page-twitter-campaign .sect-campaign a {
        color: #5e01dc;
        text-decoration: underline;
        cursor: pointer;
    }
    .page-twitter-campaign .sect-campaign a:hover {
        text-decoration: none;
    }
    .page-twitter-campaign .sect-campaign .copy-campaign {
        display: block;
        margin-top: 15px;
    }
    .page-twitter-campaign .sect-campaign .ribbon-date {
        width: 632px;
        height: 78px;
        margin: 15px auto 0 auto;
        padding-top: 17px;
        background: url('../../images/pre/bg_twittercampaign_ribbon.png') top center no-repeat;
        color: #fff;
        font-weight: bold; 
        font-size: 23px;
    }
    .page-twitter-campaign .sect-campaign .pic-signature {
        position: relative;
        z-index: 9999; 
        display: block;
        margin-top: 5px;
    }
    .page-twitter-campaign .sect-campaign .tx-detail {
        display: block;
        margin-top: 380px;
    }
    .page-twitter-campaign .sect-campaign .tx-ssttl {
        width: 493px;
        height: 56px;
        margin: 40px auto 0 auto;
        padding-top: 14px;
        background: url('../../images/pre/bg_twittercampaign_title_pc.png') top center no-repeat;
        color: #fff;
        font-weight: bold; 
        font-size: 24px;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign {
        list-style: none;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content {
        text-align: left; 
        font-weight: bold;
        font-size: 18px;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content:nth-child(1):before {
        display: inline-block;
        width: 101px;
        height: 90px;
        margin: 0 5px 0 52px;
        content: url('../../images/pre/ico_twittercampaign_step01_pc.png'); 
        vertical-align: middle;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content:nth-child(2):before {
        display: inline-block;
        width: 101px;
        height: 90px;
        margin: 0 10px 0 52px;
        content: url('../../images/pre/ico_twittercampaign_step02_pc.png'); 
        vertical-align: middle;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .list-twitter-btn {
        padding: 0;
        list-style: none;
        text-align: center;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .list-twitter-btn li {
        display: inline-block;
        margin: 0 15px;
        text-align: left; 
        font-weight: normal;
        font-size: 16px;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .list-twitter-btn li a {
        display: block;
        margin-top: 10px;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .list-twitter-btn li a.btn-follow:hover {
        contents: url('../../images/pre/btn_twittercampaign_follow_pc_on.png');
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .box-cast-retweet {
        margin: 10px -7px 0 -7px;
        list-style: none;
        text-align: center;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .box-cast-retweet .box-cast-tl {
        display: block;
        width: 500px;
        margin: 0 auto;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .box-cast-retweet .btn-retweet {
        display: block;
        margin-top: 10px;
    }
    .page-twitter-campaign .sect-campaign .list-step-campaign .step-campaign-content .box-cast-retweet .btn-retweet:hover {
        opacity: 0.8;
        -ms-filter: 'alpha(opacity=80)';
    }
    .page-twitter-campaign .sect-campaign .table-guideline {
        width: 95%;
        margin: 35px auto 0 auto;
    }
    .page-twitter-campaign .sect-campaign .table-guideline caption {
        padding-bottom: 5px;
        border-bottom: solid 2px #291c00;
        white-space: nowrap;
        font-weight: bold;
        font-size: 20px;
        line-height: 1.45;
    }
    .page-twitter-campaign .sect-campaign .table-guideline tr {
        border-bottom: dotted 1px #291c00;
        text-align: left; 
        line-height: 1.45;
    }
    .page-twitter-campaign .sect-campaign .table-guideline tr th {
        width: 25%;
        padding: 15px 0;
        vertical-align: top; 
        font-weight: bold;
        font-size: 18px;
    }
    .page-twitter-campaign .sect-campaign .table-guideline tr td {
        width: 75%;
        padding: 15px 0;
        font-size: 16px;
    }
    .page-twitter-campaign .sect-campaign .table-guideline tr td p {
        margin-bottom: 20px;
    }
    .page-twitter-campaign .sect-campaign .table-guideline tr:last-child {
        border-bottom: none;
    }
    .page-twitter-campaign .sect-campaign .pic-side-chara {
        position: absolute;
        top: -160px;
        left: -145px;
        pointer-events: none;
    }
    .page-twitter-campaign .sect-campaign .pic-side-chara img {
        max-width: 1200px;
    }
}

/* --- utility _border.scss --- */
.u-bd-b {
    border-bottom: 1px solid #dadde4;
}

/* --- utility _color.scss --- */
.u-red {
    color: #f00;
}

/* --- utility _display.scss --- */
@media (min-width: 960px) {
    .u-visible-sp {
        display: none !important;
    }
}

@media (max-width: 959px) {
    .u-visible-pc {
        display: none !important;
    }
}

/* --- utility _float.scss --- */
.u-float-r {
    float: right;
}

.u-float-l {
    float: left;
}

.u-float-n {
    float: none;
}

/* --- utility _fontsize.scss --- */
.u-fs10 {
    font-size: 10px;
}

.u-fs11 {
    font-size: 11px;
}

.u-fs12 {
    font-size: 12px;
}

.u-fs13 {
    font-size: 13px;
}

.u-fs14 {
    font-size: 14px;
}

.u-fs15 {
    font-size: 15px;
}

.u-fs16 {
    font-size: 16px;
}

.u-fs17 {
    font-size: 17px;
}

.u-fs18 {
    font-size: 18px;
}

.u-fs19 {
    font-size: 19px;
}

.u-fs20 {
    font-size: 20px;
}

/* --- utility _margin.scss --- */
.u-mg-t5 {
    margin-top: 5px;
}

.u-mg-t10 {
    margin-top: 10px;
}

.u-mg-t15 {
    margin-top: 15px;
}

.u-mg-t20 {
    margin-top: 20px;
}

.u-mg-t30 {
    margin-top: 30px;
}

.u-mg-t40 {
    margin-top: 40px;
}

.u-mg-t140 {
    margin-top: 140px;
}

.u-mg-r5 {
    margin-right: 5px;
}

.u-mg-r10 {
    margin-right: 10px;
}

.u-mg-r15 {
    margin-right: 15px;
}

.u-mg-r20 {
    margin-right: 20px;
}

.u-mg-r30 {
    margin-right: 30px;
}

.u-mg-r40 {
    margin-right: 40px;
}

.u-mg-b5 {
    margin-bottom: 5px;
}

.u-mg-b10 {
    margin-bottom: 10px;
}

.u-mg-b15 {
    margin-bottom: 15px;
}

.u-mg-b20 {
    margin-bottom: 20px;
}

.u-mg-b30 {
    margin-bottom: 30px;
}

.u-mg-b40 {
    margin-bottom: 40px;
}

.u-mg-l5 {
    margin-left: 5px;
}

.u-mg-l10 {
    margin-left: 10px;
}

.u-mg-l15 {
    margin-left: 15px;
}

.u-mg-l20 {
    margin-left: 20px;
}

.u-mg-l30 {
    margin-left: 30px;
}

.u-mg-l40 {
    margin-left: 40px;
}

.u-mg-0auto {
    margin: 0 auto;
}

@media (max-width: 959px) {
    .u-mg-r5 {
        margin-right: 1%;
    }
    .u-mg-r10 {
        margin-right: 2%;
    }
    .u-mg-r15 {
        margin-right: 3%;
    }
    .u-mg-r20 {
        margin-right: 4%;
    }
    .u-mg-r30 {
        margin-right: 5%;
    }
    .u-mg-r40 {
        margin-right: 6%;
    }
    .u-mg-b5 {
        margin-bottom: 1%;
    }
    .u-mg-b10 {
        margin-bottom: 2%;
    }
    .u-mg-b15 {
        margin-bottom: 3%;
    }
    .u-mg-b20 {
        margin-bottom: 4%;
    }
    .u-mg-b30 {
        margin-bottom: 5%;
    }
    .u-mg-b40 {
        margin-bottom: 6%;
    }
    .u-mg-l5 {
        margin-left: 1%;
    }
    .u-mg-l10 {
        margin-left: 2%;
    }
    .u-mg-l15 {
        margin-left: 3%;
    }
    .u-mg-l20 {
        margin-left: 4%;
    }
    .u-mg-l30 {
        margin-left: 5%;
    }
    .u-mg-l40 {
        margin-left: 6%;
    }
}

/* --- utility _textalign.scss --- */
.u-tx-r {
    text-align: right;
}

.u-tx-l {
    text-align: left;
}

.u-tx-c {
    text-align: center;
}

/* --- utility _verticalalign.scss --- */
.u-va-m {
    vertical-align: middle;
}

.u-va-t {
    vertical-align: top;
}

.u-va-b {
    vertical-align: bottom;
}

/* --- utility _width.scss --- */
.u-w100 {
    width: 100%;
}

.u-w95 {
    width: 95%;
}

.u-w90 {
    width: 90%;
}

.u-w85 {
    width: 85%;
}

.u-w80 {
    width: 80%;
}

.u-w75 {
    width: 75%;
}

.u-w70 {
    width: 70%;
}

.u-w65 {
    width: 65%;
}

.u-w60 {
    width: 60%;
}

.u-w55 {
    width: 55%;
}

.u-w50 {
    width: 50%;
}

.u-w45 {
    width: 45%;
}

.u-w40 {
    width: 40%;
}

.u-w35 {
    width: 35%;
}

.u-w30 {
    width: 30%;
}

.u-w25 {
    width: 25%;
}

.u-w20 {
    width: 20%;
}

.u-w15 {
    width: 15%;
}

.u-w10 {
    width: 10%;
}

.u-w5 {
    width: 5%;
}
