@font-face {
    font-family: SHanSanR;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Regular.otf");
}
@font-face {
    font-family: SHanSanB;
    src: url("//staticcdn.bandaihobbysite.cn/fonts/SourceHanSansCN-Bold.otf");
}

*, ::before, ::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0
}

a, button {
    -webkit-tap-highlight-color: initial
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0
}

main {
    display: block
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit
}

pre {
    font-family: SHanSanB;
    font-size: inherit
}

address {
    font-style: inherit
}

a {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: inherit
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: SHanSanB;
    font-size: inherit
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

svg, img, embed, object, iframe {
    vertical-align: bottom
}

button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit
}

button, [type=button], [type=reset], [type=submit] {
    cursor: pointer
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
    cursor: default
}

:-moz-focusring {
    outline: auto
}

select:disabled {
    opacity: inherit
}

option {
    padding: 0
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

[type=number] {
    -moz-appearance: textfield
}

label[for] {
    cursor: pointer
}

details {
    display: block
}

summary {
    display: list-item
}

[contenteditable]:focus {
    outline: auto
}

table {
    border-color: inherit;
    border-collapse: collapse
}

caption {
    text-align: left
}

td, th {
    vertical-align: top;
    padding: 0
}

th {
    text-align: left;
    font-weight: bold
}

*:focus:not(:focus-visible), *::before:focus:not(:focus-visible), *::after:focus:not(:focus-visible) {
    outline: none
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px
}

.plain-list {
    list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
    padding-left: 0
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important
    }
}

:root {
    --c-text: #222;
    --c-text-light: #fff;
    --c-lightgray: #f1f1f1;
    --c-base: #fff;
    --c-main: #222;
    --c-accent: #fff;
    --c-link: #fff;
    --c-visited: #d9d9d9;
    --c-link-hover: white;
    --c-accent-dark: #ffe600;
    --c-link-dark: #ffe600;
    --c-visited-dark: #d9c400;
    --c-link-dark-hover: #ffea26;
    --c-disabled: #bebebe;
    --c-error: #d21515;
    --ff-jp: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    --ff-en: "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    --ff-foreign-txt: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    --ff-hk: "Noto Sans HK", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    --ff-kr: "Noto Sans KR", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
    --f-size: 16;
    --f-lh: 1.6;
    --f-lh-short: 1.2;
    --f-lh-tall: 2.0;
    --f-ls: 0;
    --max-width: 1024px;
    --mr-max: 6rem;
    --mr-xlarge: 5rem;
    --mr-large: 4rem;
    --mr-lmedium: 3.5rem;
    --mr-medium: 3rem;
    --mr-smedium: 2.5rem;
    --mr-small: 2rem;
    --mr-xsmall: 1rem;
    --mr-min: 0.5rem;
    --header-height: 5rem;
    --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
    --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
    --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
    --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
    --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
    --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
    --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
    --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
    --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
    --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
    --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
    --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
    --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
    --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
    --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
    --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --time: 0.3s;
    --opacity: 0.6;
    --easing: ease;
    --skew: 30deg
}

.is-scrollDown {
    --header-height: 0rem
}

html {
    block-size: 100%;
    scroll-behavior: smooth
}

body {
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    font-family:SHanSanB;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: var(--f-lh);
    color: var(--c-text);
    letter-spacing: var(--f-ls);
    word-wrap: break-word;
    overflow-wrap: break-word
}

body:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    background: url(../images/bg.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100dvh;
    z-index: -1;
    opacity: 1
}

@media screen and (max-width: 1200px) {
    body:before {
        background-size: cover
    }
}

@media screen and (max-width: 768px) {
    body:before {
        background: url(../images/bg_sp.png) center no-repeat;
        background-size: cover
    }
}

body.is-open::before {
    opacity: 1;
    pointer-events: auto
}

img {
    max-inline-size: 100%;
    height: auto;
    font-size: 0;
    line-height: 1;
    vertical-align: bottom
}

a {
    color: var(--c-link);
    text-decoration: none;
    outline: none;
    transition: color var(--time) var(--easing)
}

@media (hover: hover) {
    a:hover {
        text-decoration: none;
        color: var(--c-link-hover)
    }
}

a:where(.is-dark) {
    color: var(--c-text-light)
}

@media (hover: hover) {
    a:where(.is-dark):hover {
        text-decoration: none;
        color: var(--c-link-dark-hover)
    }
}

@media (hover: hover) {
    a img {
        transition: opacity var(--time) var(--easing)
    }

    a img:hover {
        opacity: .8
    }
}

mark:not([class]) {
    color: #fff;
    background-color: var(--c-accent)
}

summary {
    cursor: pointer
}

[aria-hidden=true] {
    display: initial
}

:focus-visible, :where(button,[type=button]):focus-visible {
    outline: .125rem solid var(--c-focus);
    outline-offset: .0625rem;
    border-radius: .25rem
}

.l-main {
    padding-bottom: 80px
}

.p-heading__h2 {
    position: relative;
    padding-left: 1.2em;
    font-size: 40px;
    font-family: SHanSanB;
    font-weight: 700;
    color: #000;
    text-align: left;
    line-height: .8
}

.p-heading__h2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-top: 12px solid #e60013;
    border-left: 12px solid #00adee
}

.p-heading__h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #231916;
    width: 12px;
    height: 12px
}

.p-pagetop {
    position: sticky;
    left: 100%;
    bottom: 20px;
    background-color: #000;
    width: 60px;
    height: 60px;
    padding: 12px 18px;
    margin: 20px;
    border-radius: 10px 0;
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
    cursor: pointer
}

.p-pagetop.active {
    opacity: 1;
    pointer-events: auto
}

.p-pagetop.active:hover {
    opacity: .7
}

.p-nav {
    background: url("../images/common/bg_nav.webp") center/100% auto #05185a;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    position: relative;
    z-index: 15
}

.p-nav__lang {
    width: 100%;
    margin-top: 18px
}

.p-nav__lang .p-nav__btnlang, .p-nav__lang #nav-lang {
    position: fixed;
    right: 20px;
    z-index: 99
}

@media screen and (max-width: 768px) {
    .p-nav__lang .p-nav__btnlang, .p-nav__lang #nav-lang {
        right: 5%
    }
}

.p-nav__btnlang {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    max-width: 155px;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 5px 0;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .25);
    transition: all .5s
}

@media screen and (max-width: 768px) {
    .p-nav__btnlang {
        gap: 1vw;
        width: 36vw
    }
}

.p-nav__btnlang[aria-expanded=true] {
    box-shadow: none;
    transform: translateY(2px)
}

.p-nav__btnlang[aria-expanded=true] .p-nav__langIcoArrow {
    transform: rotate(180deg)
}

@media (hover: hover) {
    .p-nav__btnlang:hover {
        border-top: 1px solid #00a1e9;
        border-left: 1px solid #00a1e9;
        border-bottom: 1px solid #e60013;
        border-right: 1px solid #e60013
    }
}

@keyframes move_down {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(2px)
    }
    100% {
        transform: translateY(0)
    }
}

.p-nav__langIcoGlobal {
    max-width: 17px;
    width: 100%
}

@media screen and (max-width: 768px) {
    .p-nav__langIcoGlobal {
        width: 3.4vw
    }
}

.p-nav__langIcoArrow {
    max-width: 13px;
    width: 100%;
    transition: transform .5s
}

@media screen and (max-width: 768px) {
    .p-nav__langIcoArrow {
        width: 2.4vw
    }
}

.p-nav__langTxt {
    font-size: 16px;
    font-family: SHanSanB;
    font-weight: 700
}

@media screen and (max-width: 768px) {
    .p-nav__langTxt {
        font-size: .9rem
    }
}

#nav-lang {
    background: #fff;
    padding: 0 10px;
    border-radius: 5px 0;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .25);
    margin-top: 50px;
    pointer-events: none;
    opacity: 0;
    filter: blur(40px);
    transition: all .3s
}

@media screen and (max-width: 768px) {
    #nav-lang {
        margin-top: 12vw;
        padding: 0 1vw
    }
}

#nav-lang.view {
    opacity: 1;
    filter: blur(0);
    pointer-events: initial
}

.p-nav__langLists .p-nav__langListsItem {
    padding: 10px 15px;
    border-top: 1px dotted #737373;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-weight: 600
}

@media screen and (max-width: 768px) {
    .p-nav__langLists .p-nav__langListsItem {
        font-size: 3.4vw
    }
}

.p-nav__langLists .p-nav__langListsItem:first-child {
    border-top: none
}

.p-nav__langLists .p-nav__langListsItem a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000
}

.p-nav__langLists .p-nav__langListsItem a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(0, 161, 233, 0.2) 0%, rgba(230, 0, 19, 0.2) 100%);
    width: 100%;
    height: 100%;
    filter: blur(10px);
    opacity: 0;
    transition: opacity .5s
}

@media (hover: hover) {
    .p-nav__langLists .p-nav__langListsItem a:hover:before {
        opacity: 1
    }
}

.p-top__mv {
    padding: 120px 0
}

@media screen and (max-width: 1024px) {
    .p-top__mv {
        padding: 16vw 0
    }
}

@media screen and (max-width: 768px) {
    .p-top__mv {
        padding: 24vw 0
    }
}

.p-top__mv h1 {
    max-width: 600px;
    width: 90%;
    margin: auto
}

.p-top__gallery {
    width: 100%;
    height: 20vw;
    overflow: hidden;
    filter: blur(40px);
    transition: opacity .5s ease, filter .5s ease;
    opacity: 0
}

.p-top__gallery.active {
    opacity: 1;
    filter: blur(0)
}

.p-top__ticker {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    animation: ticker 50s linear infinite;
    will-change: transform
}

.p-top__tickerItem {
    flex-shrink: 0;
    white-space: nowrap;
    height: 20vw;
}

.p-top__tickerItem img {
    height: 100%;
    width: auto;
    max-inline-size: none;
}

@keyframes ticker {
    from {
        transform: translateX(0%)
    }
    to {
        transform: translateX(-25%)
    }
}

.p-top__statement {
    max-width: 980px;
    margin: 160px auto 0
}

@media screen and (max-width: 1024px) {
    .p-top__statement {
        width: 90%;
        margin: 20vw auto 0
    }
}

@media screen and (max-width: 768px) {
    .p-top__statement {
        margin: 28vw auto 0
    }
}

.p-top__statementDetail {
    margin-top: 100px
}

@media screen and (max-width: 1024px) {
    .p-top__statementDetail {
        margin-top: 8vw
    }
}

@media screen and (max-width: 768px) {
    .p-top__statementDetail {
        margin-top: 16vw
    }
}

.p-top__statementDetail .p-top__statementTxt {
    margin-top: 30px
}

.p-top__statementDetail .p-top__statementTxt:first-child {
    margin-top: 0
}

.p-top__statementTxt {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.5em
}

.p-top__statementAfter {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    width: 100%;
    height: 146px
}

.p-top__comingsoon {
    margin: 100px auto 0;
    font-size: 30px;
    text-align: center;
    font-weight: bold
}

@media screen and (max-width: 768px) {
    .p-top__comingsoon {
        font-size: 26px
    }
}

.p-top__brandingPv {
    margin: 186px auto 0
}

@media screen and (max-width: 1024px) {
    .p-top__brandingPv {
        width: 90%;
        margin: 16vw auto 0
    }
}

@media screen and (max-width: 768px) {
    .p-top__brandingPv {
        margin: 32vw auto 0
    }
}

.p-top__brandingPv.active .p-heading__h2 {
    opacity: 1;
    filter: blur(0)
}

.p-top__brandingPv .p-heading__h2 {
    max-width: 980px;
    margin: auto;
    filter: blur(40px);
    transition: opacity .5s ease, filter .5s ease;
    opacity: 0
}

.p-top__brandingPviframe {
    max-width: 980px;
    aspect-ratio: 1/.563;
    margin: auto;
    border-radius: 30px 0;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, .25);
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .p-top__brandingPviframe {
        border-radius: 3.90625vw 0
    }
}

.p-top__brandingPviframe iframe {
    width: 100%;
    height: 100%;
    pointer-events: all
}

.p-mask {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 408.3 373.56'%3E  %3Cpath d='M393.45,7.57s-19.87-16.02-45.81-1.46-143.49,82.25-143.49,82.25c0,0-117.56-67.69-143.49-82.25-25.94-14.55-45.81,1.46-45.81,1.46,0,0-14.85,6.93-14.85,36.31v195.11c0,20.39,16.37,32.6,16.37,32.6l162.08,94.03s11.44,7.94,25.69,7.94,25.69-7.94,25.69-7.94l162.08-94.03s16.37-12.21,16.37-32.6V43.88c0-29.38-14.85-36.31-14.85-36.31Z'/%3E%3C/svg%3E") center/auto 66% no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 408.3 373.56'%3E  %3Cpath d='M393.45,7.57s-19.87-16.02-45.81-1.46-143.49,82.25-143.49,82.25c0,0-117.56-67.69-143.49-82.25-25.94-14.55-45.81,1.46-45.81,1.46,0,0-14.85,6.93-14.85,36.31v195.11c0,20.39,16.37,32.6,16.37,32.6l162.08,94.03s11.44,7.94,25.69,7.94,25.69-7.94,25.69-7.94l162.08-94.03s16.37-12.21,16.37-32.6V43.88c0-29.38-14.85-36.31-14.85-36.31Z'/%3E%3C/svg%3E") center/auto 66% no-repeat
}

.p-mask.active {
    animation: maskopen 1s linear forwards
}

@keyframes maskopen {
    from {
        -webkit-mask-size: auto 66%;
        mask-size: auto 66%
    }
    to {
        -webkit-mask-size: auto 250%;
        mask-size: auto 250%
    }
}


@media screen and (min-width: 1024px) {
    .p-top__brandingPvComing {
        font-size: 32px;
        margin: 30px 0;
        text-align: center;
        font-weight: bold;
    }

}

@media screen and (max-width: 1024px) {
    .p-top__brandingPvComing {
        font-size: 2rem;
        margin: 3vw 0;
        text-align: center;
        font-weight: bold;
    }

}

.p-copylights {
    background: #cfd4d6;
    position: relative;
    padding: 60px 0;
    text-align: center;
    z-index: 10;
    font-size: 15px
}

.p-copylights .p-copylightsTxt {
    width: 90%;
    margin: auto;
    word-break: break-all
}

.u-aspect.-standard {
    aspect-ratio: 4/3
}

.u-aspect.-wide {
    aspect-ratio: 16/9
}

.u-aspect.-camera {
    aspect-ratio: 3/2
}

.u-aspect.-gold {
    aspect-ratio: 1.1618/1
}

.u-aspect.-silver {
    aspect-ratio: 1.414/1
}

.u-aspect.-square {
    aspect-ratio: 1/1
}

.u-color__text--light {
    color: var(--c-text-light)
}

.u-color__bg--accent {
    background-color: var(--c-accent)
}

.u-gap--min {
    gap: var(--mr-min)
}

.u-gap--xsmall {
    gap: var(--mr-xsmall)
}

.u-gap--small {
    gap: var(--mr-small)
}

.u-gap--smedium {
    gap: var(--mr-smedium)
}

.u-gap--medium {
    gap: var(--mr-medium)
}

.u-gap--lmedium {
    gap: var(--mr-lmedium)
}

.u-gap--large {
    gap: var(--mr-large)
}

.u-gap--xlarge {
    gap: var(--mr-xlarge)
}

.u-gap--max {
    gap: var(--mr-max)
}

.u-gap__column--min {
    -moz-column-gap: var(--mr-min);
    column-gap: var(--mr-min)
}

.u-gap__column--xsmall {
    -moz-column-gap: var(--mr-xsmall);
    column-gap: var(--mr-xsmall)
}

.u-gap__column--small {
    -moz-column-gap: var(--mr-small);
    column-gap: var(--mr-small)
}

.u-gap__column--smedium {
    -moz-column-gap: var(--mr-smedium);
    column-gap: var(--mr-smedium)
}

.u-gap__column--medium {
    -moz-column-gap: var(--mr-medium);
    column-gap: var(--mr-medium)
}

.u-gap__column--lmedium {
    -moz-column-gap: var(--mr-lmedium);
    column-gap: var(--mr-lmedium)
}

.u-gap__column--large {
    -moz-column-gap: var(--mr-large);
    column-gap: var(--mr-large)
}

.u-gap__column--xlarge {
    -moz-column-gap: var(--mr-xlarge);
    column-gap: var(--mr-xlarge)
}

.u-gap__column--max {
    -moz-column-gap: var(--mr-max);
    column-gap: var(--mr-max)
}

.u-text__block {
    display: inline-block
}

.u-text__indent {
    display: block;
    padding-inline-start: 1em;
    text-indent: -1em
}

.u-text__clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.u-text__clamp.-clamp1 {
    -webkit-line-clamp: 1
}

.u-text__clamp.-clamp2 {
    -webkit-line-clamp: 2
}

.u-text__clamp.-clamp3 {
    -webkit-line-clamp: 3
}

.u-text__clamp.-clamp4 {
    -webkit-line-clamp: 4
}

.u-text__clamp.-clamp5 {
    -webkit-line-clamp: 5
}

@media not screen and (max-width: 768px) {
    .u-view--sponly {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .u-view--maxonly {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .u-view--pconly {
        display: none
    }
}

/*# sourceMappingURL=maps/css/style.css.map */
