@charset 'UTF-8';
/* --- foudation _mixin.scss --- */
/*!
 * ress.css • v1.0.0
 * MIT License
 * github.com/filipelinhares/cssre
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
    overflow-y: scroll;
    box-sizing: border-box;
    /* All browsers without overlaying scrollbars */

    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */
}
body{font-size:14px; line-height:18px;font-family:"メイリオ", Arial, Helvetica, sans-serif; color:#fff }
input,textarea,button,h1,h2,h3,h4,h5,h6{ font-size:12px;}
*, ::before, ::after {
    box-sizing: inherit;
}

::before, ::after {
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit; 
    text-decoration: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
    /* Reset `padding` and `margin` of all elements */
    margin: 0; 
    /* Set `background-repeat: no-repeat` to all elements */
    padding: 0;
    background-repeat: no-repeat;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden], template {
    display: none;
    /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;
    /* Remove text decoration in Firefox 40+ */
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */

    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active, a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

b, strong {
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
    font-style: italic;
    /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
    background-color: #ff0;
    color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
    position: relative;
    vertical-align: baseline; 
    font-size: 75%;
    line-height: 0;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
    border-radius: 0;
}

[type='number'] {
    width: auto;
    /* Firefox 36+ */
}

[type='search'] {
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    padding: 0; 
    border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button, select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
    border-style: none;
    background-color: transparent;
    color: inherit;
}

/* Style select like a standard input */
legend {
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;

    -webkit-appearance: button;
    /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
    -ms-filter: 'alpha(opacity=54)';
}

[type='search'] {
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

audio, canvas, progress, video {
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
    [hidden~='screen'] {
        display: inherit;
    }
    [hidden~='screen']:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #fff;
    text-shadow: none;
}

/* --- foudation _base.scss --- */
html {
    font-size: 62.5%;
}

body {
    background-color: #000; 
    color: #fffefe;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: 'メイリオ',Meiryo,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana, sans-serif;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
            font-smoothing: antialiased;
}
@media (min-width: 960px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.ie8 * {
    box-sizing: border-box;
}

a:link {
    color: #fffefe;
}

a:visited {
    color: #fffefe;
}

a:hover {
    color: #fc0;
}

a:focus {
    color: #fc0;
}

a:active {
    color: #fc0;
}

li {
    list-style-position: inside;
}

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

img {
    max-width: 100%; 
    vertical-align: bottom;
}

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

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

input, button, select {
    margin: 0;
    padding: 5px 10px;
    vertical-align: middle;
}

textarea {
    min-height: 10em;
    max-width: 100%;
    padding: 5px 10px;
    line-height: 1.4;
}

input[type='text'], input[type='number'], textarea, select {
    border: 1px solid #bbb;
    border-radius: 3px;
}

input[type='checkbox'] + span {
    margin-right: 3px;
    vertical-align: middle;
}

input[type='radio'] {
    margin: 0 3px;
}

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

/* --- 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; 
    line-height: 1;
}
#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: 127px;
    height: 17px;
    margin-top: 6px;
    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_ntgnavi ] */
#dmm_ntgnavi {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: url(../../images/dmm_olgnavi/bg_navimain.gif) center center repeat-x;
    font-size: 12px;
}

#dmm_ntgnavi ul {
    margin: 2px 0;
    padding: 0; 
    list-style: none;
}

#dmm_ntgnavi ul li {
    float: left;
    margin: 0 6px 0 0;
    line-height: 15px;
}

#dmm_ntgnavi ul.navi_left {
    float: left;
}

#dmm_ntgnavi ul.navi_left li > a {
    display: block;
    padding: 0 3px 0 8px;
    border: 1px solid #eee;
    border-radius: 3px; 
    text-decoration: none;
}

#dmm_ntgnavi ul.navi_left li > a:hover {
    border: 1px solid #666;
    border-radius: 3px; 
    background: #eee;
}

#dmm_ntgnavi ul.navi_left li > a span {
    display: block;
    padding: 9px 10px 7px 28px;
    color: #333;
    font-weight: bold;
}

#dmm_ntgnavi ul.navi_left li.dmm_top img {
    margin: 8px 5px 8px 0;
    vertical-align: top;
}

#dmm_ntgnavi ul.navi_left li.ntg_top span {
    background: url(../../images/dmm_olgnavi/bg_bt_olgtop.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_brw span {
    background: url(../../images/dmm_olgnavi/bg_bt_brows.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_min span {
    background: url(../../images/dmm_olgnavi/bg_bt_mini.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_poi span {
    background: url(../../images/dmm_olgnavi/bg_bt_point.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_left li.ntg_chip span {
    background: url(../../images/dmm_olgnavi/bg_bt_chip.gif) 0 center no-repeat;
}

#dmm_ntgnavi ul.navi_right {
    float: right;
    font-size: 10px;
}

#dmm_ntgnavi ul.navi_right li {
    margin: 0 10px 0 0;
    padding: 8px 5px;
}

#dmm_ntgnavi .arrow {
    padding-left: 14px;
    background: url(../../images/dmm_olgnavi/arrow_common.gif) no-repeat left center;
    color: #555;
}

#dmm_ntgnavi .tx-point {
    color: #ff4b4b !important; 
    font-weight: bold;
    font-size: 16px;
}

#dmm_ntgnavi p {
    margin: 0;
    line-height: 2.6em;
}

#dmm_ntgnavi .clear {
    clear: both;
}

#dmm_ntgnavi .mg-l12 {
    margin-left: 12px;
}

#dmm_ntgnavi .mg-r12 {
    margin-right: 12px;
}

#dmm_ntgnavi .pd-t12 {
    padding-top: 12px;
}

/* --- layout _wrapper.scss --- */
@media (min-width: 960px) {
    #wrapper.top {
        background: url(../../images/official/base/bg_wrapper.jpg?20171113) no-repeat 50% 0 fixed;
        background-size: cover;
    }
    #wrapper.sub, #wrapper.pc {
        background: url(../../images/official/base/bg_wrapper_sub.jpg) no-repeat 50% 0 fixed;
        background-size: cover;
    }
}

@media (min-width: 960px) and (max-height: 800px) {
    #wrapper.top {
        background: url(../../images/official/base/bg_wrapper.jpg?20171113) no-repeat 50% 0 fixed;
        background-size: 1610px auto;
    }
}

@media (min-width: 1610px) {
    #wrapper.top {
        background: url(../../images/official/base/bg_wrapper.jpg?20171113) no-repeat 50% 0 fixed;
        background-size: cover;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #wrapper.top {
        background: transparent;
    }
    #wrapper.sub, #wrapper.pc {
        background: transparent;
    }
}

.bg-wrapper-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; 
    display: none;
    width: 100%;
    height: 100%;
}
@media (max-width: 959px) {
    .bg-wrapper-fixed {
        display: block;
    }
    .top .bg-wrapper-fixed {
        background: url(../../images/official/base/bg_wrapper_sp.jpg) no-repeat 50% 0;
        background-size: cover;
    }
    .sub .bg-wrapper-fixed, .pc .bg-wrapper-fixed {
        background: url(../../images/official/base/bg_wrapper_sub_sp.jpg) no-repeat 50% 0;
        background-size: cover;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .bg-wrapper-fixed {
        display: block;
    }
    .top .bg-wrapper-fixed {
        background: url(../../images/official/base/bg_wrapper_sp.jpg) no-repeat 50% 0;
        background-size: cover;
    }
    .sub .bg-wrapper-fixed, .pc .bg-wrapper-fixed {
        background: url(../../images/official/base/bg_wrapper_sub_sp.jpg) no-repeat 50% 0;
        background-size: cover;
    }
}

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

/* --- layout _footer.scss --- */
.page-footer {
    margin-top: 50px;
    background-color: #000;
    text-align: center;
}
.page-footer .container {
    padding: 35px 0;
}
.page-footer .dmmgames {
    margin-bottom: 15px;
}
.page-footer .dmmgames img {
    width: 194px;
    height: 26px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --- layout _header.scss --- */
.page-header.is-top {
    margin-bottom: 10px;
}

.page-header.is-sub {
    margin-bottom: 0;
}

.page-header.is-pc {
    margin-bottom: 0;
}
.page-header.is-pc .container {
    z-index: 1;
}

.page-header .logo {
    text-align: center;
}

.page-header .header-links {
    padding-top: 5px;
    text-align: center;
}
.page-header .header-links .tx-link {
    position: absolute;
    top: 0;
    left: 12px;
    width: 50%;
    pointer-events: none;
}
.page-header .header-links .list-link {
    margin: 0 10px;
    font-size: 0;
    line-height: 0;
}
.page-header .header-links .list-link li:first-child {
    width: 100%;
    padding-bottom: 5px;
    text-align: right;
}
.page-header .header-links .list-link li:first-child img {
    width: 50%;
    padding-left: 5px;
}
.page-header .header-links li {
    display: inline-block;
    width: 50%;
    padding: 0 5px; 
    list-style-type: none;
}

.page-header .box-character {
    position: absolute;
    top: 39px;
    left: 0;
    z-index: 0; 
    overflow: hidden;
    width: 100%;
}

@media (max-width: 959px) {
    .page-header.is-top .container {
        padding-top: 33%;
    }
    .page-header.is-top .logo {
        padding: 0 10%;
    }
    .page-header.is-sub .container {
        padding-top: 5px;
    }
    .page-header.is-sub .logo {
        width: 45%;
        margin: 0 auto;
        padding: 0;
    }
    .page-header.is-pc .container {
        padding-top: 17%;
    }
    .page-header.is-pc .logo {
        width: 75%;
        margin: 0 auto;
        padding: 0;
    }
    .page-header .tx-lead {
        margin: -3% 0 0 10%; 
        padding: 0 10%;
    }
    .page-header .bt-tw-follow {
        display: block;
    }
    .page-header .header-links {
        position: relative;
        width: 100%;
        margin-bottom: 1.5em;
        padding-top: 10px;
        padding-bottom: 10px;
        background: url(../../images/official/top/bg_regist_sp.png?20171113) no-repeat 0 0;
        background-size: 100% 100%;
    }
    .page-header .header-links .list-link li:first-child {
        padding-bottom: 10px;
    }
    .ie8 .page-header .header-links {
        background: #312c1f;
    }
    .page-header .tx-catch {
        position: relative;
        overflow: hidden; 
        width: 100%;
        margin: -2% auto 3%;
        padding-top: 20%;
    }
    .page-header .tx-catch img {
        position: absolute;
        top: -1%;
        left: 6.5%;
    }
    .page-header .bt-pc-play {
        width: 82%;
        margin: 0 auto;
    }
    .page-header .box-character .pic-character-sp {
        margin-top: -4%;
    }
    .page-header .box-character img[class^=character] {
        display: none;
    }
}

@media (min-width: 960px) {
    .page-header.is-top .container {
        padding-top: 60px;
    }
    .page-header.is-top .logo {
        padding: 0 10%;
    }
    .page-header.is-sub .container {
        padding-top: 5px;
    }
    .page-header.is-sub .logo {
        float: left; 
        width: 25%;
    }
    .page-header.is-pc .logo img {
        width: 500px;
    }
    .page-header .tx-lead {
        margin-top: -20px;
    }
    .page-header .bt-tw-follow {
        position: absolute;
        right: -6px;
        bottom: 255px;
    }
    .page-header .header-links {
        position: absolute;
        right: 0;
        bottom: 100px;
        width: 451px;
        height: 157px;
        padding-top: 15px;
        background: url(../../images/official/top/bg_regist_pc.png?20171113) no-repeat 0 0;
    }
    .page-header .tx-catch {
        position: relative;
        height: 143px;
        margin-top: -23px;
    }
    .page-header .tx-catch img {
        position: absolute;
        top: 0;
        left: 168px;
    }
    .page-header .bt-pc-play {
        position: relative;
        margin-top: 15px;
        text-align: center;
    }
    .page-header .box-character {
        height: 1200px;
    }
    .page-header .box-character.is-small {
        height: 790px;
    }
    .page-header .box-character .pic-character-sp {
        display: none;
    }
    .page-header .box-character img[class^=character] {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: none;
        -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
                transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); 
        -webkit-transition-duration: 800ms;
                transition-duration: 800ms;
        -webkit-transition-property: all;
                transition-property: all;
    }
    .page-header .box-character .character01 {
        z-index: 60; 
        -webkit-transform: translate(-955px, 70px);
            -ms-transform: translate(-955px, 70px);
                transform: translate(-955px, 70px);
    }
    .page-header .box-character .character02 {
        z-index: 50; 
        -webkit-transition-delay: 100ms;
                transition-delay: 100ms;
        -webkit-transform: translate(60px, 225px);
            -ms-transform: translate(60px, 225px);
                transform: translate(60px, 225px);
    }
    .page-header .box-character .character03 {
        z-index: 40; 
        -webkit-transition-delay: 200ms;
                transition-delay: 200ms;
        -webkit-transform: translate(-540px, 5px);
            -ms-transform: translate(-540px, 5px);
                transform: translate(-540px, 5px);
    }
    .page-header .box-character .character04 {
        z-index: 30; 
        -webkit-transition-delay: 300ms;
                transition-delay: 300ms;
        -webkit-transform: translate(40px, -20px);
            -ms-transform: translate(40px, -20px);
                transform: translate(40px, -20px);
    }
    .page-header .box-character .character05 {
        z-index: 20; 
        -webkit-transition-delay: 400ms;
                transition-delay: 400ms;
        -webkit-transform: translate(-500px, -30px);
            -ms-transform: translate(-500px, -30px);
                transform: translate(-500px, -30px);
    }
    .page-header .box-character .character06 {
        z-index: 10; 
        -webkit-transition-delay: 500ms;
                transition-delay: 500ms;
        -webkit-transform: translate(245px, -45px);
            -ms-transform: translate(245px, -45px);
                transform: translate(245px, -45px);
    }
    .page-header .box-character.is-standby img[class^=character] {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
    }
    .page-header .box-character.is-standby .character01 {
        -webkit-transform: translate(-800px, -70px) scale(0.8);
            -ms-transform: translate(-800px, -70px) scale(0.8);
                transform: translate(-800px, -70px) scale(0.8);
    }
    .page-header .box-character.is-standby .character02 {
        -webkit-transform: translate(-300px, -70px) scale(0.8);
            -ms-transform: translate(-300px, -70px) scale(0.8);
                transform: translate(-300px, -70px) scale(0.8);
    }
    .page-header .box-character.is-standby .character03 {
        -webkit-transform: translate(-350px, 10px) scale(0.8);
            -ms-transform: translate(-350px, 10px) scale(0.8);
                transform: translate(-350px, 10px) scale(0.8);
    }
    .page-header .box-character.is-standby .character04 {
        -webkit-transform: translate(-200px, -20px) scale(0.8);
            -ms-transform: translate(-200px, -20px) scale(0.8);
                transform: translate(-200px, -20px) scale(0.8);
    }
    .page-header .box-character.is-standby .character05 {
        -webkit-transform: translate(-300px, 10px) scale(0.8);
            -ms-transform: translate(-300px, 10px) scale(0.8);
                transform: translate(-300px, 10px) scale(0.8);
    }
    .page-header .box-character.is-standby .character06 {
        -webkit-transform: translate(-50px, -20px) scale(0.8);
            -ms-transform: translate(-50px, -20px) scale(0.8);
                transform: translate(-50px, -20px) scale(0.8);
    }
}

/* --- layout _section.scss --- */
.section {
    position: relative;
    background: url(../../images/official/base/bg_section.png) repeat 0 0;
}
.section .c-subtitle {
    margin-bottom: 5px; 
    font-weight: bold;
}
.section.is-frame:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0; 
    background-repeat: no-repeat;
    content: '';
}
@media (max-width: 959px) {
    .section {
        padding: 10px;
    }
    .section > .c-capt {
        margin: -5px -10px 5px;
    }
    .section > .c-capt.is-small {
        position: absolute;
        top: 0;
        width: 50%;
        margin: 0;
        padding-top: 5px;
        text-align: center;
    }
    .section > .c-capt.is-small img {
        width: 45.3vw;
    }
    .section .c-subtitle {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .section .c-list-info.is-margin-m {
        margin-top: 10px;
    }
    .section.is-frame {
        margin-top: 20px;
    }
    .section.is-frame:before {
        background-image: url(../../images/official/base/bg_frame_sp.png?20171113);
        background-size: 100% 100%;
        pointer-events: none;
    }
    .section.is-frame li:first-child {
        display: block;
        width: 50%;
        margin: 10px 0 10px auto;
    }
    .section.is-frame li .link-store {
        float: none;
    }
    .ie8 .section.is-frame:before {
        display: none;
    }
}
@media (min-width: 960px) {
    .section {
        padding: 20px;
    }
    .section > .c-capt {
        margin: -20px -20px 5px;
    }
    .section > .c-capt.is-small {
        position: absolute;
        top: 55px;
        left: 60px;
        width: 50%;
    }
    .section .c-subtitle {
        font-size: 24px;
    }
    .section.is-frame {
        height: 491px;
        margin-top: 40px;
    }
    .section.is-frame:before {
        background-image: url(../../images/official/base/bg_frame.png?20171113);
        pointer-events: none;
    }
    .section.is-frame li {
        min-height: 10px;
        width: 438px;
        padding: 25px;
    }
    .section.is-frame li:first-child {
        display: block;
        margin: 10px 0 10px auto;
    }
    .section.is-frame li:last-child {
        margin-left: 10px;
    }
}

/* --- layout _nav.scss --- */
.gnav .gnav-list img {
    width: 100%;
}

.gnav.is-top .gnav-list {
    margin: 0 -2px;
}

@media (max-width: 959px) {
    .gnav.is-sub {
        margin-bottom: 1em;
    }
}

@media (min-width: 960px) {
    .gnav.is-sub {
        float: left;
        width: 75%;
        margin-top: 28px; 
        margin-bottom: 0;
    }
}

.fnav .fnav-list {
    margin-bottom: 35px; 
    text-align: center;
}
.fnav .fnav-list > li {
    display: inline-block;
}
.fnav .fnav-list a {
    color: #fffefe;
}
.fnav .fnav-list a:hover {
    color: #fc0;
}

@media (max-width: 639px) {
    .fnav .fnav-list {
        margin-top: -10px;
    }
    .fnav .fnav-list > li {
        width: 100%;
        margin-top: 10px;
    }
}

@media (min-width: 640px) {
    .fnav .fnav-list > li {
        margin: 0 1em;
    }
}

/* --- component _box.scss --- */
.c-box {
    position: relative;
}
.c-box:after {
    display: block;
    clear: both;
    content: '';
}
.c-box.is-iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-box.is-timeline {
    position: relative;
    overflow: hidden; 
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.c-box.is-bg {
    background-color: #312c1f;
    background-color: rgba(255, 255, 255, 0.15);
}
.c-box.is-error {
    padding: 5px 10px;
    border: 1px solid #f00;
    background: #2b2b2b;
    background: rgba(43, 43, 43, 0.3); 
    color: #f00;
}
@media (max-width: 959px) {
    .c-box {
        margin-bottom: 15px;
    }
    .c-box.is-iframe {
        padding-top: 56.25%;
    }
    .c-box.is-timeline {
        width: 100%;
        height: 400px;
        height: 40rem;
    }
    .c-box.is-bg {
        padding: 20px;
    }
}
@media (min-width: 960px) {
    .c-box.is-timeline {
        height: 389px; 
        margin-top: 8px;
    }
    .c-box.is-timeline iframe {
        height: 389px !important;
    }
    .c-box.is-bg {
        padding: 20px;
    }
}

/* --- component _button.scss --- */
.c-button {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #fffefe;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 45px;
    -webkit-transition: background 0.2s;
            transition: background 0.2s; 

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
@media (min-width: 480px) and (max-width: 959px) {
    .c-button {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media (min-width: 960px) {
    .c-button {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.c-button:focus {
    outline: none;
}
.c-button:active {
    top: 1px;
}
.c-button.is-primary {
    border-color: #f60; 
    background: #c30;
    color: #fff;
}
.c-button.is-primary:hover {
    background: #f63;
}
.c-button.is-secondary {
    border-color: #999; 
    background: #666;
    color: #fff;
}
.c-button.is-secondary:hover {
    background: #333;
}
.c-button.is-big {
    height: 40px;
    line-height: 40px;
}
.c-button.is-middle {
    height: 35px;
    line-height: 35px;
}
.c-button.is-small {
    height: 30px;
    line-height: 30px;
}

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

/* --- component _detail.scss --- */
.c-detail {
    margin-bottom: 20px;
    padding: 20px 15px;
    border: 1px solid #bbb;
    background-color: #312c1f;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 1.4;
}
.c-detail .detail-header {
    position: relative;
}
.c-detail .detail-title {
    display: inline-block;
    color: #fc0;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;

    overflow-wrap: break-word;
}
.c-detail .detail-date {
    display: block;
    clear: both;
    width: 100%;
    text-align: right; 
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
.c-detail .detail-contents {
    min-height: 200px;
    min-height: 20rem;
    color: #fffefe;
    word-wrap: break-word;
    font-size: 14px;
    font-size: 1.4rem;

    overflow-wrap: break-word;
}
.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;
}
.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 {
    font-size: 140%;
}
.c-detail .detail-contents th, .c-detail .detail-contents td {
    padding: 3px 5px;
    border: 1px solid #bbb;
    text-align: left;
    font-weight: normal;
}
.c-detail .detail-contents li li {
    padding-left: 1em;
}
.c-detail .detail-contents a {
    color: #fff;
}
.c-detail .detail-contents a:hover {
    color: #fc0;
}
.c-detail .detail-none {
    text-align: center;
}
.c-detail .detail-none p + p {
    margin-top: 10px;
}
.c-detail .detail-none strong {
    font-weight: bold;
    font-size: 145%;
}
@media (max-width: 959px) {
    .c-detail .detail-header {
        position: relative;
    }
    .c-detail .detail-header.is-ico .c-ico {
        width: 120px;
    }
    .c-detail .detail-header.is-ico .detail-title {
        display: block;
        margin: 10px 0;
    }
    .c-detail .detail-contents {
        padding: 15px 0;
    }
    .c-detail .detail-none {
        padding: 80px 0;
        padding: 8rem 0;
    }
    .c-detail .is-sm {
        padding: 20px 0;
        padding: 2rem 0;
    }
}
@media (min-width: 960px) {
    .c-detail .detail-header {
        position: relative;
    }
    .c-detail .detail-header.is-ico .c-ico {
        position: absolute;
        top: 0;
        left: 0;
    }
    .c-detail .detail-header.is-ico .detail-title {
        float: left;
        padding-left: 120px;
    }
    .c-detail .detail-contents {
        min-height: 400px;
        min-height: 40rem;
        padding: 15px;
    }
    .c-detail .detail-none {
        padding: 150px 0;
        padding: 15rem 0;
    }
    .c-detail .is-sm {
        padding: 40px 0;
        padding: 4rem 0;
    }
}

/* --- component _pagination.scss --- */
.c-form {
    background: #fff;
    color: #000;
}
.c-form.is-full {
    width: 100%;
}

/* --- component _ico.scss --- */
.c-ico {
    display: inline-block;
    overflow: hidden;
    padding-top: 1px;
    color: #fff;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap; 
    font-weight: normal;
    line-height: 20px;
}
.c-ico.is-important {
    background-color: #f00;
}
.c-ico.is-campaign {
    background-color: #1736bd;
}
.c-ico.is-event {
    background-color: #107e22;
}
.c-ico.is-update {
    background-color: #b08500;
}
.c-ico.is-mainte {
    background-color: #b600d7;
}
.c-ico.is-etc {
    background-color: #2d2d2d;
}
@media (max-width: 959px) {
    .c-ico {
        width: 80px;
        font-size: 11px;
        font-size: 1.1rem;
    }
}
@media (min-width: 960px) {
    .c-ico {
        width: 110px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

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

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

/* --- component _keyframes.scss --- */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate(-10%, 0);
                transform: translate(-10%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        -webkit-transform: translate(-10%, 0);
                transform: translate(-10%, 0);
    }
    100% {
        opacity: 1;
        -ms-filter: 'alpha(opacity=100)';
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

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

.c-list {
    list-style-type: none;
}
.c-list li {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(top, #bbb 0%, #666 100%);
            border-image:         linear-gradient(to bottom, #bbb 0%, #666 100%);
    border-image-slice: 1;
    background-color: #312c1f;
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s;
}
.c-list li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.ie8 .c-list li {
    border-color: #bbb;
}
.c-list a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.c-list span {
    display: inline-block;
}
.c-list .full-text {
    display: inline-block;
    width: 100%;
    line-height: 1.2;
}
.c-list .news-title {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-list .faq-search {
    padding: 3px 20px 6px;
}
.c-list .faq-search-title {
    margin-bottom: 5px;
    color: #fc0;
    text-decoration: underline;
    font-size: 14px;
    font-size: 1.4rem; 
    line-height: 1.6;
}
.c-list .faq-search-contents {
    color: #fffefe;
    font-size: 14px;
    font-size: 1.4rem; 
    line-height: 1.6;
}
.c-list .faq-text {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    line-height: 1.2;

    overflow-wrap: break-word;
}
.c-list .high-light {
    display: inline-block;
    padding: 0 2px;
    background-color: #f00;
    color: #fff;
}
.c-list.is-news .c-ico {
    position: absolute;
    left: 10px;
}
.c-list.is-faq li {
    display: table;
    min-height: 65px; 
    width: 100%;
}
.c-list.is-faq a {
    padding: 10px 10px 7px 0;
}
@media (max-width: 959px) {
    .c-list .full-text {
        padding-left: 90px;
    }
    .c-list.is-news li {
        height: 60px;
    }
    .c-list.is-news a {
        padding: 15px 10px 7px;
    }
    .c-list.is-news .c-ico {
        top: 18px;
    }
}
@media (min-width: 960px) {
    .c-list .full-text {
        padding-left: 120px;
    }
    .c-list.is-news li {
        height: 65px;
    }
    .c-list.is-news a {
        padding: 15px 10px 7px;
    }
    .c-list.is-news .c-ico {
        top: 22px;
    }
}

.c-list-qr {
    position: relative;
    width: 886px;
    margin: 0 auto;
    list-style-type: none;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
.c-list-qr li {
    display: inline-block;
    width: 50%;
    background-color: #312c1f;
    background-color: rgba(255, 255, 255, 0.15);
    vertical-align: top;
}
.c-list-qr .area-qr:after {
    display: block;
    clear: both;
    content: '';
}
.c-list-qr .qr-code {
    display: block; 
    float: left;
}
.c-list-qr .link-store {
    display: block; 
    float: left;
}
.c-list-qr .link-store img {
    vertical-align: middle;
}
@media (max-width: 959px) {
    .c-list-qr {
        width: 100%;
        padding: 0 10px;
    }
    .c-list-qr li {
        padding: 0 10px; 
        background: transparent;
    }
    .c-list-qr p {
        display: none;
    }
    .c-list-qr .qr-code {
        display: none;
    }
}
@media (min-width: 960px) {
    .c-list-qr li {
        min-height: 199px;
        width: 438px;
        padding: 10px 25px 25px;
    }
    .c-list-qr li:first-child {
        margin-right: 10px;
    }
    .c-list-qr p {
        margin-bottom: 10px;
    }
    .c-list-qr .area-qr {
        line-height: 125px;
    }
    .c-list-qr .area-qr.is-coming img {
        width: 243px;
        vertical-align: middle;
    }
    .c-list-qr .qr-code {
        margin-right: 20px;
    }
    .c-list-qr .link-store {
        width: 243px;
    }
}

.c-list-info {
    line-height: 1.2;
}
.c-list-info:after {
    display: block;
    clear: both;
    content: '';
}
.c-list-info dt, .c-list-info dd {
    float: left;
}
.c-list-info dd {
    margin-right: 1em;
}
.c-list-info .full {
    clear: both;
}
@media (max-width: 959px) {
    .c-list-info {
        width: 100%;
        margin: 20px auto 15px; 
        padding: 0 30px;
    }
}
@media (min-width: 960px) {
    .c-list-info {
        width: 820px;
        margin: 30px auto 0;
    }
}

.c-list-social {
    margin-top: 50px;
    text-align: center;
}
.c-list-social li {
    display: inline-block;
    vertical-align: top;
}
.c-list-social.is-header {
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: 0;
}

/* --- component _pagination.scss --- */
.c-pagination {
    margin: 20px 0 0;
    text-align: center;
}
.c-pagination ul {
    margin-top: -3px; 
    font-size: 0;
    line-height: 0;
}
.c-pagination li {
    display: inline-block;
    margin: 3px;
}
.c-pagination a, .c-pagination span {
    display: block;
    background-color: #312c1f;
    background-color: rgba(255, 255, 255, 0.15); 
    color: #fff;
}
.c-pagination a:hover, .c-pagination span:hover {
    background-color: #312c1f;
    background-color: rgba(255, 255, 255, 0.3);
}
.c-pagination .on a, .c-pagination .on span {
    color: #999;
}
.c-pagination .on a:hover, .c-pagination .on span:hover {
    background-color: #312c1f;
    background-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 959px) {
    .c-pagination a, .c-pagination span {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .c-pagination li {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media (min-width: 960px) {
    .c-pagination a, .c-pagination span {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .c-pagination li {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* --- project _pc.scss --- */
.page-pc .box-pv {
    text-align: center;
}
.page-pc .box-pv a {
    position: relative;
    padding: 1px;
    background: -webkit-linear-gradient(top, #9b8249, #75511d 25%, #fff 50%, #75511d 75%, #9b8249);
    background:         linear-gradient(to bottom, #9b8249, #75511d 25%, #fff 50%, #75511d 75%, #9b8249);
    box-shadow: 6px 10px 0 rgba(0, 0, 0, 0.8);
}

.page-pc .box-regist-bonus {
    text-align: center;
}
.page-pc .box-regist-bonus .lead-regist-bonus {
    font-weight: bold;
}
.page-pc .box-regist-bonus .lead-regist-bonus span {
    color: #f9fe02;
}
.page-pc .box-regist-bonus .list-regist-bonus {
    list-style: none;
}
.page-pc .box-regist-bonus .list-regist-bonus > li {
    position: relative;
}
.page-pc .box-regist-bonus .list-regist-bonus > li:first-child {
    margin-top: 0;
}
.page-pc .box-regist-bonus .list-regist-bonus > li:before {
    position: absolute;
    display: none;
    background: url(../../images/official/pc/ico_comp.png) 0 0 no-repeat; 
    content: '';
}
.page-pc .box-regist-bonus .list-regist-bonus.is-comp01 > li:first-child:before {
    display: block;
}
.page-pc .box-regist-bonus .list-regist-bonus.is-comp02 > li:nth-child(-n+2):before {
    display: block;
}
.page-pc .box-regist-bonus .list-regist-bonus.is-comp03 > li:nth-child(-n+3):before {
    display: block;
}
.page-pc .box-regist-bonus .list-regist-bonus.is-comp04 > li:before {
    display: block;
}

@media (max-width: 959px) {
    .page-pc .box-pv {
        margin: 8% 0 12%;
    }
    .page-pc .box-pv a {
        display: block;
    }
    .page-pc .box-pv a iframe {
        display: none;
    }
    .page-pc .box-info {
        padding: 3px 3px 13px;
        text-align: center;
    }
    .page-pc .box-info .lead-info {
        margin-bottom: 4%;
        font-weight: bold;
        font-size: 4.0625vw;
        line-height: 1.4;
    }
    .page-pc .box-info .lead-info.is-strong {
        color: #fef600;
    }
    .page-pc .box-info .link-info {
        color: #fff; 
        font-size: 4.0625vw;
    }
    .page-pc .box-info .link-app {
        font-size: 0;
    }
    .page-pc .box-info .link-app span, .page-pc .box-info .link-app a {
        display: inline-block;
        width: 50%;
        margin-bottom: 3%;
        padding: 0 1%;
        box-sizing: border-box;
    }
    .page-pc .box-info .link-app span {
        position: relative;
        padding: 11.5% 0 0;
    }
    .page-pc .box-info .link-app span img {
        position: absolute;
        top: -18%;
        left: 0;
    }
    .page-pc .box-info .info-detail {
        margin-bottom: 5%;
        list-style: none; 
        text-align: left;
    }
    .page-pc .box-info .info-detail > li {
        display: inline-block;
        font-size: 3.125vw; 
        line-height: 1.4;
    }
    .page-pc .box-login-bonus {
        padding: 3% 2%;
    }
    .page-pc .box-regist-bonus {
        margin-bottom: 7%;
        padding: 6% 3%;
    }
    .page-pc .box-regist-bonus .lead-regist-bonus {
        margin: 1.5% 0 3%;
        font-size: 3.4375vw;
        line-height: 1.1;
    }
    .page-pc .box-regist-bonus .lead-regist-bonus span {
        font-size: 4.375vw;
    }
    .page-pc .box-regist-bonus .list-regist-bonus > li {
        margin-top: 3%;
    }
    .page-pc .box-regist-bonus .list-regist-bonus > li:first-child {
        margin-top: 0;
    }
    .page-pc .box-regist-bonus .list-regist-bonus > li:before {
        top: 3%;
        left: -3%;
        width: 13%;
        padding-top: 13%;
        background-size: 100% auto;
    }
    .page-pc .box-notes {
        margin-top: 7%;
        padding: 5% 5%;
    }
    .page-pc .box-notes h2 {
        padding-bottom: 10px;
        border-bottom: solid 1px #fff;
        text-align: center; 
        font-size: 3.75vw;
    }
    .page-pc .box-notes .list-notes {
        margin-top: 10px;
        list-style: none;
    }
    .page-pc .box-notes .list-notes > li {
        font-size: 3.125vw;
        line-height: 1.6;
    }
    .page-pc .box-regist-info {
        padding: 7% 4%;
    }
    .page-pc .box-regist-info .tx-regist-message {
        margin-bottom: 5%;
        text-align: center; 
        font-size: 4.0625vw;
        line-height: 1.6;
    }
    .page-pc .box-regist-info .btn-official-site {
        padding-top: 4px;
        line-height: 18px;
    }
    .page-pc .bt-pc-regist {
        width: 82%;
        margin: 0 auto 7%;
    }
}

@media (min-width: 960px) {
    .page-pc .box-pv {
        height: 346px;
        padding: 40px 0 55px;
        box-sizing: content-box;
    }
    .page-pc .box-pv a {
        display: inline-block;
    }
    .page-pc .box-pv a:after {
        position: absolute;
        top: 1px;
        left: 1px;
        width: 612px;
        height: 344px;
        background: url(../../images/official/pc/ico_play.png) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
        content: '';
        -webkit-transition: background-color 0.2s;
                transition: background-color 0.2s;
    }
    .page-pc .box-pv a:hover:after {
        background-color: rgba(0, 0, 0, 0.8);
    }
    .page-pc .box-pv a iframe {
        width: 612px;
        height: 344px;
        vertical-align: top;
    }
    .page-pc .box-login-bonus {
        padding: 50px 20px;
        text-align: center;
    }
    .page-pc .box-regist-bonus {
        margin-bottom: 40px;
        padding: 15px 50px 50px;
    }
    .page-pc .box-regist-bonus .lead-regist-bonus {
        margin: 5px 0 20px;
        font-size: 2rem;
    }
    .page-pc .box-regist-bonus .lead-regist-bonus span {
        font-size: 2.3rem;
    }
    .page-pc .box-regist-bonus .list-regist-bonus > li {
        margin-top: 9px;
    }
    .page-pc .box-regist-bonus .list-regist-bonus > li:first-child {
        margin-top: 0;
    }
    .page-pc .box-regist-bonus .list-regist-bonus > li:before {
        top: -7px;
        left: -5px;
        width: 94px;
        height: 87px;
    }
    .page-pc .box-notes {
        margin-top: 30px;
        padding: 40px;
    }
    .page-pc .box-notes h2 {
        padding-bottom: 10px;
        border-bottom: solid 1px #fff;
        text-align: center;
    }
    .page-pc .box-notes .list-notes {
        margin-top: 10px;
        list-style: none;
    }
    .page-pc .box-notes .list-notes > li {
        line-height: 1.4;
    }
    .page-pc .box-regist-info {
        width: 640px;
        margin: 25px auto 0;
        padding: 40px 70px;
    }
    .page-pc .box-regist-info .tx-regist-message {
        margin-bottom: 5%;
        text-align: center; 
        font-size: 2.6rem;
        line-height: 1.6;
    }
    .page-pc .bt-pc-regist {
        margin-bottom: 40px;
        text-align: center;
    }
}

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

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

/* --- utility _display.scss --- */
.db {
    display: block;
}

.di {
    display: inline;
}

.dib {
    display: inline-block;
}

.dit {
    display: inline-table;
}

@media (min-width: 960px) {
    .visible-sp {
        display: none;
    }
}

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

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

.float-l {
    float: left;
}

.float-n {
    float: none;
}

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

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mg-b25 {
    margin-bottom: 25px;
}

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

.mg-b35 {
    margin-bottom: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w95 {
    width: 95%;
}

.w90 {
    width: 90%;
}

.w85 {
    width: 85%;
}

.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%;
}

.w65 {
    width: 65%;
}

.w60 {
    width: 60%;
}

.w55 {
    width: 55%;
}

.w50 {
    width: 50%;
}

.w45 {
    width: 45%;
}

.w40 {
    width: 40%;
}

.w35 {
    width: 35%;
}

.w30 {
    width: 30%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w15 {
    width: 15%;
}

.w10 {
    width: 10%;
}

.w5 {
    width: 5%;
}


/*-----checkbox-----*/
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}
.checkForm input[type="checkbox"]{
    position: absolute;
	margin-left:9px;
	margin-top:7px;

    /*
    top: 567px;
    */
}
.checkForm input[type=checkbox]:checked + label span:after {
    opacity: 1;
}
