@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+ */
}

*, ::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;
}
#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;
}

/* --- 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 {
        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 {
        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 {
        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 {
        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;
}

/* --- 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 .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;
}

@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 .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;
    }
}

@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 .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;
    }
}

/* --- 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: initial;
        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;
    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 _error.scss --- */
.page-error .red {
    font-size: 16px;
    font-size: 1.6rem;
}

.page-error a {
    color: #fc0;
}

@media (max-width: 959px) {
    .page-error .section {
        padding-bottom: 30px;
    }
}

@media (min-width: 960px) {
    .page-error .section {
        padding-bottom: 50px;
    }
}

/* --- project _faq.scss --- */
.page-faq .ico-question {
    position: relative;
    display: table-cell;
    width: 55px;
    height: 45px;
    background: url(../../images/official/faq/ico_q.png) no-repeat 50% 50%;
    vertical-align: middle;
    font-size: 0;
}

.page-faq .c-detail .ico-question {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.page-faq .c-detail .detail-title {
    min-height: 45px;
    padding-top: 10px; 
    padding-left: 70px;
}

.page-faq .faq-list {
    margin: 0 -5px 15px; 
    list-style: none;
}
.page-faq .faq-list li {
    padding: 5px;
}

.page-faq .c-box {
    margin-bottom: 0;
}
.page-faq .c-box.is-bg {
    margin-top: 20px;
}

@media (max-width: 959px) {
    .page-faq .c-list {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .page-faq .is-secondary {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .page-faq .section {
        padding-bottom: 30px;
    }
    .page-faq .section section {
        margin-bottom: 15px;
    }
}

@media (min-width: 960px) {
    .page-faq .c-list {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .page-faq .is-secondary {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .page-faq .section {
        padding-bottom: 50px;
    }
    .page-faq .section section {
        margin-bottom: 20px;
    }
}

/* --- project _introduction.scss --- */
.page-introduction .tx-section {
    position: relative;
    z-index: 10;
    text-align: center;
}

.page-introduction .box-char {
    position: relative;
    margin: -3.5% -19px -25%;
}
.page-introduction .box-char .area-char {
    position: relative;
    width: 100%;
    padding-top: 90%;
}
.page-introduction .box-char .area-char img {
    position: absolute;
    left: 0; 
    height: auto;
}
.page-introduction .box-char .area-char li {
    position: absolute;
    top: 0;
    left: -6px;
    display: none; 
    width: 100%;
    height: 100%;
}
.page-introduction .box-char .area-char li.on {
    display: block;
}
.page-introduction .box-char .area-char li.on img {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
}
.page-introduction .box-char .area-char li.on .char-bg, .page-introduction .box-char .area-char li.on .char-pic, .page-introduction .box-char .area-char li.on .char-tx {
    -webkit-animation: fadeInLeft 0.5s forwards;
            animation: fadeInLeft 0.5s forwards;
}
.page-introduction .box-char .area-char .char-bg {
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.page-introduction .box-char .area-char .char-sp {
    top: 2%;
    width: 42.5%;
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
}
.page-introduction .box-char .area-char .char-pic {
    top: -6%;
    width: 80%;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.page-introduction .box-char .area-char .char-tx {
    top: 23%;
    right: 13px;
    left: auto;
    width: 66%;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
}
.page-introduction .box-char .list-char {
    position: relative;
    width: 100%;
    margin-top: -32%;
    padding-top: 50%;
    list-style: none;
}
.page-introduction .box-char .list-char li {
    position: absolute;
    width: 33.333%;
    padding: 1%;
    text-align: center;
}
.page-introduction .box-char .list-char li img {
    position: relative;
}
.page-introduction .box-char .list-char .char-1 {
    top: 0;
    left: 0;
}
.page-introduction .box-char .list-char .char-2 {
    top: 0;
    left: 33.333%;
}
.page-introduction .box-char .list-char .char-3 {
    top: 0;
    left: 66.666%;
}
.page-introduction .box-char .list-char .char-4 {
    bottom: 0;
    left: 16.665%;
}
.page-introduction .box-char .list-char .char-5 {
    bottom: 0;
    left: 49.999%;
}
.page-introduction .box-char .btn-change {
    position: absolute;
    top: 15%;
    left: 15%;
    z-index: 52;
    display: block;
    width: 70%;
    height: 70%;
    background: url('../../images/pre/bt_changer.png') repeat 0 0;
    cursor: pointer;

    -webkit-tap-highlight-color: transparent;
}
@media (min-width: 960px) {
    .page-introduction .box-char {
        margin-bottom: 0;
    }
    .page-introduction .box-char .area-char {
        padding-top: 550px;
    }
    .page-introduction .box-char .area-char .char-bg {
        top: 0;
        left: 130px; 
        width: auto;
    }
    .page-introduction .box-char .area-char .char-sp {
        top: 2%;
        width: auto;
    }
    .page-introduction .box-char .area-char .char-pic {
        top: -6%;
        width: auto;
    }
    .page-introduction .box-char .area-char .char-tx {
        top: 6%;
        right: 0;
        left: auto; 
        width: auto;
    }
    .page-introduction .box-char .list-char {
        position: relative;
        width: 100%;
        margin-top: -90px; 
        padding-top: 0;
    }
    .page-introduction .box-char .list-char li {
        position: relative;
        float: left; 
        width: 20%;
        padding: 0;
    }
    .page-introduction .box-char .list-char .char-1 {
        top: auto;
        left: auto;
    }
    .page-introduction .box-char .list-char .char-2 {
        top: auto;
        left: auto;
    }
    .page-introduction .box-char .list-char .char-3 {
        top: auto;
        left: auto;
    }
    .page-introduction .box-char .list-char .char-4 {
        bottom: auto;
        left: auto;
    }
    .page-introduction .box-char .list-char .char-5 {
        bottom: auto;
        left: auto;
    }
    .page-introduction .box-char .btn-change {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 959px) {
    .page-introduction .section {
        padding-bottom: 30px;
    }
    .page-introduction .figure {
        margin: 0 -15px;
    }
    .page-introduction .list-char img {
        width: 100%;
    }
}

@media (min-width: 960px) {
    .page-introduction .section {
        padding-bottom: 50px;
    }
}

/* --- project _introduction.scss --- */
.page-movie .movie-list {
    list-style: none;
}
.page-movie .movie-list li {
    margin-top: 15px;
}
.page-movie .movie-list img {
    width: 100%;
    height: auto;
}

@media (max-width: 959px) {
    .page-movie .movie-list {
        margin: -15px 0 0;
    }
    .page-movie .section {
        padding-bottom: 30px;
    }
}

@media (min-width: 960px) {
    .page-movie .movie-list {
        margin: -15px 20px 0;
    }
    .page-movie .section {
        padding-bottom: 50px;
    }
}

/* --- project _news.scss --- */
@media (max-width: 959px) {
    .page-news .section {
        padding-bottom: 30px;
    }
}

@media (min-width: 960px) {
    .page-news .section {
        min-height: 500px;
        padding-bottom: 50px;
    }
    .page-news .c-list {
        margin: 0 30px;
    }
    .page-news .section {
        padding-bottom: 50px;
    }
}

/* --- project _supprot.scss --- */
.page-support .area-form section {
    margin-bottom: 25px;
}

.page-support .area-form h3 {
    font-weight: normal;
}

.page-support .text-attention {
    margin-bottom: 5px;
    font-size: 11px;
    font-size: 1.1rem;
}

.page-support .c-form {
    padding: 2px 10px;
    border: 1px solid #fff; 
    background: #ccc;
    line-height: 23px;
}

.page-support select.c-form {
    padding-right: 0;
}

.page-support .confirm-text {
    padding: 5px;
    border: 1px solid #fff;
    background-color: #ccc;
    color: #000;
    word-wrap: break-word;

    overflow-wrap: break-word;
}

@media (max-width: 959px) {
    .page-support .c-box {
        margin: 20px 10px;
    }
    .page-support .area-form {
        margin: 0 10px;
    }
    .page-support .section {
        padding-bottom: 30px;
    }
}

@media (min-width: 960px) {
    .page-support .c-detail {
        padding: 20px 30px;
    }
    .page-support .c-box {
        margin: 20px 60px;
    }
    .page-support .area-form {
        margin: 0 15px;
    }
    .page-support .area-form .grid {
        padding: 0 10%;
    }
    .page-support .section {
        padding-bottom: 50px;
    }
}

/* --- project _terms.scss --- */
.page-terms .detail-contents h1, .page-terms .detail-contents h2, .page-terms .detail-contents h3, .page-terms .detail-contents h4, .page-terms .detail-contents h5, .page-terms .detail-contents h6 {
    border-bottom: 0;
}

@media (max-width: 959px) {
    .page-terms .terms-inner {
        margin: 10px 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .page-terms .section {
        padding-bottom: 30px;
    }
}

@media (min-width: 960px) {
    .page-terms .terms-inner {
        margin: 20px 30px;
    }
    .page-terms .section {
        padding-bottom: 50px;
    }
}

/* --- project _top.scss --- */
.page-top .c-box img {
    vertical-align: top;
}

.page-top .area-banner {
    text-align: center;
}
.page-top .area-banner ul {
    list-style: none;
    font-size: 0;
}
.page-top .area-banner li {
    display: inline-block;
}

@media (max-width: 959px) {
    .page-top .grid-l-8 {
        margin-bottom: 15px;
    }
    .page-top .area-news {
        min-height: 200px;
        min-height: 20rem;
    }
    .page-top .area-banner {
        margin-top: 20px;
    }
    .page-top .area-banner li {
        margin-top: 10px;
    }
    .page-top .area-banner li:first-child {
        margin-top: 0;
    }
}

@media (min-width: 960px) {
    .page-top .grid {
        margin: 0;
    }
    .page-top .grid-l-8 {
        max-width: 640px;
        padding: 0;
    }
    .page-top .grid-l-4 {
        max-width: 320px;
        padding: 0 0 0 20px;
    }
    .page-top .area-news {
        min-height: 578px; 
        padding: 20px 20px 10px;
    }
    .page-top .area-banner {
        margin-top: 40px;
    }
    .page-top .area-banner ul {
        text-align: center;
    }
    .page-top .area-banner li {
        width: 300px;
        margin: 0 5px;
    }
}

/* --- 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%;
}
