html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    color: #fff;
    font-family: "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", sans-serif;
    -webkit-font-smoothing: antialiased
}

body {
    background-color: #000;
    min-width: 1280px;
    font-size: 1.6rem;
    line-height: 1.5;
    background-image: url(../img/common/bg-common.png);
    background-position: top center;
    background-size: auto;
    background-repeat: repeat
}

@media only screen and (max-width: 599px) {
    body {
        min-width: auto
    }
}

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

a {
    color: inherit;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none
}

a:hover {
    opacity: 0.7
}

a.link-none {
    pointer-events: none
}

ul {
    list-style: none
}

td>table {
    display: inline-table
}

[hidden] {
    display: none !important
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#deqwas-collection-k {
    display: none
}

main {
    position: relative
}

.top-gradation {
    background-image: url(../img/common/bg-gradation.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto;
    height: 245px;
    margin: 0 auto
}

.o-header {
    background-image: url(../img/header/bg-header-min.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-size: auto;
    position: relative
}

@media only screen and (max-width: 599px) {
    .o-header {
        background-image: none;
        background-color: #000
    }
}

.o-header__list {
    height: 619px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-619px);
    transform: translateY(-619px)
}

@media only screen and (max-width: 599px) {
    .o-header__list {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 400px
    }
}

.o-header__logo {
    position: absolute;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translateY(300px);
        transform: translateY(300px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadein {
    from {
        opacity: 0;
        -webkit-transform: translateY(300px);
        transform: translateY(300px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.o-footer {
    padding: 4em 0;
    text-align: center
}

.o-footer .note {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 2em;
    text-align: right;
    color: #fff;
    text-shadow: none
}

.o-footer #pickup {
    max-width: 100%
}

.o-footer .copyright {
    font-size: 1rem;
    color: #fff;
    text-shadow: none
}

.c-toolbar {
    z-index: 1;
    position: relative;
    background: #fff;
    font-size: 1.2rem;
    -webkit-box-shadow: 0px 1px 30px #000;
    box-shadow: 0px 1px 30px #000
}

@media only screen and (max-width: 599px) {
    .c-toolbar {
        display: none
    }
}

.c-toolbar .o-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-toolbar .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-toolbar .fukidashi {
    margin-left: .25em
}

.c-toolbar .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-toolbar .box .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-toolbar .box .sns ul {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-toolbar .box .sns li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-toolbar .box .sns li:not(:first-child) {
    margin-left: .25em
}

.c-toolbar .box .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    line-height: 1em
}

.c-toolbar .box .link a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-shadow: 0px 1px #d1d1d1
}

.c-toolbar .box .item {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-toolbar .box .item+.c-toolbar .box .item {
    margin-left: 2px
}

.c-toolbar .box .item-about {
    background-color: #7f7f7f
}

.c-toolbar .box .item-registration {
    background-color: #3f8ded;
    padding: 1em
}

.c-toolbar .sns {
    margin-right: .5em
}

.o-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-image: url(../img/nav/bg-nav.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: auto;
    border-bottom: 1px solid #5b5206
}

@media only screen and (max-width: 599px) {
    .o-nav {
        display: none
    }
}

.o-nav__list {
    max-width: 1000px;
    height: 67px;
    margin: 0 auto;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.o-nav__item {
    width: 200px;
    height: 67px;
    background-repeat: no-repeat;
    background-position: center center
}

.o-nav__item::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 67px;
    background-image: url(../img/nav/nav-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle
}

.o-nav__item:last-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 67px;
    background-image: url(../img/nav/nav-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    position: relative;
    bottom: 134px;
    left: 200px
}

.o-nav__item a {
    display: block;
    width: 200px;
    height: 67px;
    position: relative;
    bottom: 67px;
    cursor: pointer
}

.o-nav__item--01 {
    background-image: url(../img/nav/btn01.png)
}

.o-nav__item--01:hover,
.o-nav__item--01:active {
    background-image: url(../img/nav/bg-over-nav.png), url(../img/nav/btn01.png)
}

.o-nav__item--02 {
    background-image: url(../img/nav/btn02.png)
}

.o-nav__item--02:hover,
.o-nav__item--02:active {
    background-image: url(../img/nav/bg-over-nav.png), url(../img/nav/btn02.png)
}

.o-nav__item--03 {
    background-image: url(../img/nav/btn03.png)
}

.o-nav__item--03:hover,
.o-nav__item--03:active {
    background-image: url(../img/nav/bg-over-nav.png), url(../img/nav/btn03.png)
}

.o-nav__item--04 {
    background-image: url(../img/nav/btn04.png)
}

.o-nav__item--04:hover,
.o-nav__item--04:active {
    background-image: url(../img/nav/bg-over-nav.png), url(../img/nav/btn04.png)
}

.o-nav__item--05 {
    background-image: url(../img/nav/btn05.png)
}

.o-nav__item--05:hover,
.o-nav__item--05:active {
    background-image: url(../img/nav/bg-over-nav.png), url(../img/nav/btn05.png)
}

.s-nav {
    display: none
}

@media only screen and (max-width: 599px) {
    .s-nav {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        z-index: 9999;
        top: 0;
        padding: 0 .5em
    }
}

.s-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: .5em
}

.s-nav__item {
    width: 49%;
    margin-bottom: .5em
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.sticky.sticky-fixed.is-sticky {
    position: fixed;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
    margin-top: 0 !important
}

.sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
    margin-bottom: 0 !important
}

.sticky.sticky-fixed.is-absolute {
    position: absolute
}

.section {
    position: relative;
    bottom: 150px;
    margin-bottom: -150px;
    max-width: 1350px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: top right, top left
}

@media only screen and (max-width: 599px) {
    .section {
        padding: 0 .5em;
        bottom: 230px;
        margin-bottom: -230px
    }
}

.section--01 {
    background-image: url(../img/section/bg-character01.png), url(../img/section/bg-character02.png);
    margin-bottom: 5%
}

@media only screen and (max-width: 599px) {
    .section--01 {
        background-image: none
    }
}

.section--02 {
    background-image: url(../img/section/bg-character03.png), url(../img/section/bg-character04.png);
    margin-bottom: 5%
}

@media only screen and (max-width: 599px) {
    .section--02 {
        background-image: none
    }
}

.section--03 {
    background-image: url(../img/section/bg-character05.png), url(../img/section/bg-character06.png)
}

@media only screen and (max-width: 599px) {
    .section--03 {
        background-image: none
    }
}

.section__title {
    text-align: center;
    margin-bottom: 2em
}

.o-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto
}

.o-inner--narrow {
    width: 100%;
    max-width: 764px;
    margin: 0 auto
}

.o-contents {
    max-width: 1000px;
    margin: 0 auto;
    background-image: url(../img/section/bg-contents_top.png), url(../img/section/bg-contents_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto;
    padding: 52px 0 48px
}

@media only screen and (max-width: 599px) {
    .o-contents {
        background-image: none;
        background-color: #000;
        padding: 2em 0;
        border: 1px solid #5b5206
    }
}

.o-contents__container {
    background-image: url(../img/section/bg-contents_middle.png);
    background-repeat: repeat-y;
    background-position: center center;
    background-size: 100% auto
}

@media only screen and (max-width: 599px) {
    .o-contents__container {
        background-image: none;
        background-color: #000
    }
}

.o-contents__inner {
    max-width: 860px;
    margin: 0 auto
}

@media only screen and (max-width: 599px) {
    .o-contents__inner {
        max-width: 870px;
        margin: 0 auto;
        padding: 0 10px
    }
}

.story {
    text-align: center
}

.story__link-btn {
    margin: 1em 0 1.5em
}

.story__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2em
}

@media only screen and (max-width: 599px) {
    .story__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.update-guide__title {
    text-align: center;
    margin-bottom: 2em
}

.update-guide__box {
    margin-bottom: 2em
}

.update-guide__box--last {
    margin-bottom: 4em
}

.update-guide__contents-title {
    text-align: center;
    margin-bottom: 1.5em
}

.update-guide__contents-sub-title {
    text-align: center;
    margin-bottom: 1em
}

.update-guide__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width: 599px) {
    .update-guide__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.update-guide__flex--start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 599px) {
    .update-guide__flex--start {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.update-guide__flex--end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width: 599px) {
    .update-guide__flex--end {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.update-guide__flex--left {
    width: 50%
}

@media only screen and (max-width: 599px) {
    .update-guide__flex--left {
        width: 100%
    }
}

.update-guide__step {
    width: 32%
}

.update-guide__step p {
    padding: 0 .5em
}

@media only screen and (max-width: 599px) {
    .update-guide__step {
        text-align: center;
        width: 100%;
        margin-bottom: 1em
    }

    .update-guide__step p {
        text-align: left
    }
}

.update-guide__table-wrapper {
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 1em
}

.update-guide__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px
}

@media only screen and (max-width: 599px) {
    .update-guide__table {
        word-break: keep-all;
        word-wrap: break-word;
        white-space: nowrap
    }
}

.update-guide__table th {
    background-color: rgba(7, 88, 146, 0.6);
    color: #fff7b0;
    font-weight: bold;
    vertical-align: middle;
    padding: .5em;
    font-size: 1.4rem;
    width: 20%
}

.update-guide__table--yellow {
    background-color: rgba(173, 177, 63, 0.6) !important
}

.update-guide__table--red {
    background-color: rgba(146, 7, 7, 0.6) !important
}

.update-guide__table td {
    background-color: rgba(12, 60, 95, 0.6);
    color: #fff;
    font-weight: normal;
    padding: .5em;
    font-size: 1.4rem
}

.update-guide__note {
    font-size: 1.2rem;
    margin-bottom: .5em
}

.update-guide__note:last-child {
    margin-bottom: 0
}

@media only screen and (max-width: 599px) {
    .update-guide__left-img {
        margin-bottom: 2em
    }
}

.update-guide__link {
    color: #7cd5ff;
    text-decoration: underline
}

.update-guide__table-headline {
    text-align: center;
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: 1em
}

.data__title {
    text-align: center;
    margin-bottom: 1em
}

.data-item__article {
    margin-bottom: 3em
}

.data-item__title {
    text-align: center
}

.data-item__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.data-item__box {
    text-align: center;
    width: 25%;
    margin: 1em;
    cursor: pointer
}

@media only screen and (max-width: 599px) {
    .data-item__box {
        width: 43%;
        margin: .5em
    }
}

.data-item__name {
    font-size: 1.3rem;
    background-color: #132f63;
    padding: .5em 0
}

.data-item__img-bg {
    background-color: #fff;
    padding: .5em 0
}

.data-item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3em
}

.data-item__item {
    text-align: center;
    width: 32%;
    margin-bottom: 1.5em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

@media only screen and (max-width: 599px) {
    .data-item__item {
        width: 48%
    }
}

.data-item__item:hover {
    opacity: 0.7
}

.data-monster__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2em
}

.data-monster__item {
    text-align: center;
    width: 18%;
    margin-bottom: 1em
}

@media only screen and (max-width: 599px) {
    .data-monster__item {
        width: 50%
    }
}

.data-monster__title {
    margin-top: .5em;
    font-size: 1.4rem
}

.data-quest__table-wrapper {
    overflow: hidden;
    overflow-x: auto
}

.data-quest__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px
}

@media only screen and (max-width: 599px) {
    .data-quest__table {
        word-break: keep-all;
        word-wrap: break-word;
        white-space: nowrap
    }
}

.data-quest__table thead th {
    background-color: rgba(7, 88, 146, 0.6);
    color: #fff7b0;
    font-weight: bold;
    vertical-align: middle;
    padding: .5em;
    font-size: 1.4rem
}

.data-quest__table tbody td {
    background-color: rgba(12, 60, 95, 0.6);
    color: #fff;
    font-weight: normal;
    padding: .5em;
    font-size: 1.4rem;
    vertical-align: middle
}

.title-memorial-dungeon {
    text-align: center;
    margin-bottom: 1em;
}

.enchantment__flex {
    align-items: center;
    gap: 43px;
}

.enchantment__flex .left {
    text-align: center;
}

.enchantment__flex .left p {
    text-align: left;
    margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
    .enchantment__flex .left p {
        margin: 0;
    }
}

.enchantment__flex .right img {
    max-width: none;
}

.enchantment-button {
    margin-left: 129px;
}

@media only screen and (max-width: 599px) {
    .enchantment-button {
        margin: 50px 0 0;
    }
}



.mt-1 {
    margin-top: 1em !important
}

.ml-1 {
    margin-left: 1em !important
}

.mr-1 {
    margin-right: 1em !important
}

.mb-1 {
    margin-bottom: 1em !important
}

.mt-2 {
    margin-top: 2em !important
}

.ml-2 {
    margin-left: 2em !important
}

.mr-2 {
    margin-right: 2em !important
}

.mb-2 {
    margin-bottom: 2em !important
}

.mt-10 {
    margin-top: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

.ml-10 {
    margin-left: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mr-20 {
    margin-right: 20px !important
}

.ml-20 {
    margin-left: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mr-30 {
    margin-right: 30px !important
}

.ml-30 {
    margin-left: 30px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mr-40 {
    margin-right: 40px !important
}

.ml-40 {
    margin-left: 40px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mr-50 {
    margin-right: 50px !important
}

.ml-50 {
    margin-left: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mr-60 {
    margin-right: 60px !important
}

.ml-60 {
    margin-left: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mr-70 {
    margin-right: 70px !important
}

.ml-70 {
    margin-left: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mr-80 {
    margin-right: 80px !important
}

.ml-80 {
    margin-left: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mr-90 {
    margin-right: 90px !important
}

.ml-90 {
    margin-left: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mr-100 {
    margin-right: 100px !important
}

.ml-100 {
    margin-left: 100px !important
}

.pt-1 {
    padding-top: 1em !important
}

.pl-1 {
    padding-left: 1em !important
}

.pr-1 {
    padding-right: 1em !important
}

.pb-1 {
    padding-bottom: 1em !important
}

.pt-2 {
    padding-top: 2em !important
}

.pl-2 {
    padding-left: 2em !important
}

.pr-2 {
    padding-right: 2em !important
}

.pb-2 {
    padding-bottom: 2em !important
}

.pt-10 {
    padding-top: 10px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pl-10 {
    padding-left: 10px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pl-30 {
    padding-left: 30px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pl-40 {
    padding-left: 40px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pl-50 {
    padding-left: 50px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pl-60 {
    padding-left: 60px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pl-70 {
    padding-left: 70px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pr-80 {
    padding-right: 80px !important
}

.pl-80 {
    padding-left: 80px !important
}

.pt-90 {
    padding-top: 90px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.pr-90 {
    padding-right: 90px !important
}

.pl-90 {
    padding-left: 90px !important
}

.pt-100 {
    padding-top: 100px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.pr-100 {
    padding-right: 100px !important
}

.pl-100 {
    padding-left: 100px !important
}

.f-12 {
    font-size: 12px !important
}

.f-14 {
    font-size: 14px !important
}

.f-18 {
    font-size: 18px !important
}

.f-20 {
    font-size: 20px !important
}

.f-25 {
    font-size: 25px !important
}

.f-26 {
    font-size: 26px !important
}

.f-30 {
    font-size: 30px !important
}

.f-35 {
    font-size: 35px !important
}

.f-38 {
    font-size: 38px !important
}

.f-40 {
    font-size: 40px !important
}

.f-46 {
    font-size: 46px !important
}

.f-50 {
    font-size: 50px !important
}

.line-h-15 {
    line-height: 1.5 !important
}

.f-b {
    font-weight: bold !important
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-center--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.w-40 {
    width: 40%
}

.w-41 {
    width: 41%
}

.w-42 {
    width: 42%
}

.w43 {
    width: 43%
}

.w-44 {
    width: 44%
}

.w-45 {
    width: 45%
}

.w-46 {
    width: 46%
}

.w-47 {
    width: 47%
}

.w-48 {
    width: 48%
}

.w-49 {
    width: 49%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-100 {
    width: 100%
}

.pc-none {
    display: none
}

@media only screen and (max-width: 599px) {
    .pc-none {
        display: block
    }
}

.sp-none {
    display: block
}

@media only screen and (max-width: 599px) {
    .sp-none {
        display: none
    }
}