@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

@keyframes slide-horizontal-new {
    0% {
        transform: translate(100%)
    }
}

@keyframes slide-horizontal-old {
    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate(-100%)
    }
}

@keyframes slide-vertical-new {
    0% {
        transform: translateY(-100%)
    }
}

@keyframes slide-vertical-old {
    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes out-in-new {
    0% {
        opacity: 0
    }
}

@keyframes out-in-old {
    to {
        opacity: 0
    }
}

:root:active-view-transition {
    view-transition-name: none
}

:root:active-view-transition::view-transition-group(*) {
    animation: none
}

:root:active-view-transition::view-transition-old(*) {
    animation: none
}

:root:active-view-transition::view-transition-new(*) {
    animation: none
}

::view-transition {
    pointer-events: none
}

:root:active-view-transition::view-transition-group(page-group) {
    pointer-events: all;
    cursor: wait;
    animation: revert;
    animation-duration: .6s
}

:root:active-view-transition::view-transition-old(page-group) {
    pointer-events: all;
    cursor: wait;
    animation: revert;
    animation-duration: .6s
}

:root:active-view-transition::view-transition-new(page-group) {
    pointer-events: all;
    cursor: wait;
    animation: revert;
    animation-duration: .6s
}

:root:active-view-transition-type(SlideHorizontal)::view-transition-old(page-group) {
    mix-blend-mode: normal;
    animation: .6s cubic-bezier(.83, 0, .17, 1) forwards slide-horizontal-old
}

:root:active-view-transition-type(SlideHorizontal)::view-transition-new(page-group) {
    mix-blend-mode: normal;
    animation: .6s cubic-bezier(.83, 0, .17, 1) backwards slide-horizontal-new
}

:root:active-view-transition-type(SlideVertical)::view-transition-old(page-group) {
    mix-blend-mode: normal;
    animation: .6s cubic-bezier(.83, 0, .17, 1) forwards slide-vertical-old
}

:root:active-view-transition-type(SlideVertical)::view-transition-new(page-group) {
    mix-blend-mode: normal;
    animation: .6s cubic-bezier(.83, 0, .17, 1) backwards slide-vertical-new
}

:root:active-view-transition-type(OutIn)::view-transition-old(page-group) {
    animation: .35s cubic-bezier(.22, 1, .36, 1) forwards out-in-old
}

:root:active-view-transition-type(OutIn)::view-transition-new(page-group) {
    animation: .35s cubic-bezier(.64, 0, .78, 0) .35s backwards out-in-new
}

@media (prefers-reduced-motion:reduce) {
    ::view-transition-group(*) {
        animation: none !important
    }

    ::view-transition-old(*) {
        animation: none !important
    }

    ::view-transition-new(*) {
        animation: none !important
    }
}

html,
body {
    vertical-align: baseline;
    background: 0 0;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0
}

body {
    --scrollbar-width: 0px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    height: 100%
}

body {
    overflow-x: auto;
    overflow-y: scroll
}

:root {
    --one-unit: 1vw;
    --section-max-width: 9999px;
    --spx-stopper-max: 9999px;
    --spx-stopper-min: 0px;
    --browser-zoom: 1
}

@supports ((-webkit-appearance:none)) and (stroke-color:transparent) {
    :root {
        --safari-sticky-fix: opacity;
        --experimental-safari-sticky-fix: translateZ(0)
    }
}

@supports (container-type:inline-size) {
    :root {
        --one-unit: 1cqw
    }
}

[data-mesh-id$=inlineContent-gridContainer]:has(>[id^=oldHoverBox-]) {
    isolation: isolate
}

div,
span,
h1,
p,


header ul {
    list-style: none
}

header a {
    cursor: pointer;
    text-decoration: none
}

[data-mesh-id$=inlineContent] {
    pointer-events: none;
    position: relative
}

[data-mesh-id$=-gridContainer]>*,
[data-mesh-id$=inlineContent]>:not([data-mesh-id$=-gridContainer]) {
    pointer-events: auto
}

:root {
    --wst-button-color-fill-primary: rgb(var(--color_48));
    --wst-button-color-border-primary: rgb(var(--color_49));
    --wst-button-color-text-primary: rgb(var(--color_50));
    --wst-button-color-fill-primary-hover: rgb(var(--color_51));
    --wst-button-color-border-primary-hover: rgb(var(--color_52));
    --wst-button-color-text-primary-hover: rgb(var(--color_53));
    --wst-button-color-fill-primary-disabled: rgb(var(--color_54));
    --wst-button-color-border-primary-disabled: rgb(var(--color_55));
    --wst-button-color-text-primary-disabled: rgb(var(--color_56));
    --wst-button-color-fill-secondary: rgb(var(--color_57));
    --wst-button-color-border-secondary: rgb(var(--color_58));
    --wst-button-color-text-secondary: rgb(var(--color_59));
    --wst-button-color-fill-secondary-hover: rgb(var(--color_60));
    --wst-button-color-border-secondary-hover: rgb(var(--color_61));
    --wst-button-color-text-secondary-hover: rgb(var(--color_62));
    --wst-button-color-fill-secondary-disabled: rgb(var(--color_63));
    --wst-button-color-border-secondary-disabled: rgb(var(--color_64));
    --wst-button-color-text-secondary-disabled: rgb(var(--color_65));
    --wst-color-fill-base-1: rgb(var(--color_36));
    --wst-color-fill-base-2: rgb(var(--color_37));
    --wst-color-fill-base-shade-1: rgb(var(--color_38));
    --wst-color-fill-base-shade-2: rgb(var(--color_39));
    --wst-color-fill-base-shade-3: rgb(var(--color_40));
    --wst-color-fill-accent-1: rgb(var(--color_41));
    --wst-color-fill-accent-2: rgb(var(--color_42));
    --wst-color-fill-accent-3: rgb(var(--color_43));
    --wst-color-fill-accent-4: rgb(var(--color_44));
    --wst-color-fill-background-primary: rgb(var(--color_11));
    --wst-color-fill-background-secondary: rgb(var(--color_12));
    --wst-color-text-primary: rgb(var(--color_15));
    --wst-color-text-secondary: rgb(var(--color_14));
    --wst-color-action: rgb(var(--color_18));
    --wst-color-disabled: rgb(var(--color_39));
    --wst-color-title: rgb(var(--color_45));
    --wst-color-subtitle: rgb(var(--color_46));
    --wst-color-line: rgb(var(--color_47));
    --wst-font-style-h2: var(--font_2);
    --wst-font-style-h3: var(--font_3);
    --wst-font-style-h4: var(--font_4);
    --wst-font-style-h5: var(--font_5);
    --wst-font-style-h6: var(--font_6);
    --wst-font-style-body-large: var(--font_7);
    --wst-font-style-body-medium: var(--font_8);
    --wst-font-style-body-small: var(--font_9);
    --wst-font-style-body-x-small: var(--font_10);
    --wst-color-custom-1: rgb(var(--color_13));
    --wst-color-custom-2: rgb(var(--color_16));
    --wst-color-custom-3: rgb(var(--color_17));
    --wst-color-custom-4: rgb(var(--color_19));
    --wst-color-custom-5: rgb(var(--color_20));
    --wst-color-custom-6: rgb(var(--color_21));
    --wst-color-custom-7: rgb(var(--color_22));
    --wst-color-custom-8: rgb(var(--color_23));
    --wst-color-custom-9: rgb(var(--color_24));
    --wst-color-custom-10: rgb(var(--color_25));
    --wst-color-custom-11: rgb(var(--color_26));
    --wst-color-custom-12: rgb(var(--color_27));
    --wst-color-custom-13: rgb(var(--color_28));
    --wst-color-custom-14: rgb(var(--color_29));
    --wst-color-custom-15: rgb(var(--color_30));
    --wst-color-custom-16: rgb(var(--color_31));
    --wst-color-custom-17: rgb(var(--color_32));
    --wst-color-custom-18: rgb(var(--color_33));
    --wst-color-custom-19: rgb(var(--color_34));
    --wst-color-custom-20: rgb(var(--color_35))
}

@supports(-webkit-appearance:none) and (stroke-color:transparent) {
    .qvSjx3>*>:first-child {
        vertical-align: top
    }
}

@supports(-webkit-touch-callout:none) {
    .qvSjx3>*>:first-child {
        vertical-align: top
    }
}


.MMl86N div,
.MMl86N h1,
.MMl86N p {
    letter-spacing: normal;
    line-height: normal
}

.MMl86N,
.ku3DBC {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    mix-blend-mode: var(--blendMode, normal);
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start;
    text-shadow: var(--textOutline, 0 0 transparent), var(--textShadow, 0 0 transparent);
    text-transform: var(--textTransform, "none")
}

.MMl86N>*,
.ku3DBC>* {
    pointer-events: auto
}

.MMl86N li,
.ku3DBC li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}


.MMl86N ul,
.ku3DBC ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-end: 0;
    margin-inline-start: .5em
}


.MMl86N:not(.Vq6kJx) ul,
.ku3DBC:not(.Vq6kJx) ul {
    padding-inline-end: 0;
    padding-inline-start: 1.3em
}

.MMl86N ul,
.ku3DBC ul {
    list-style-type: disc
}


.MMl86N ul ul,
.ku3DBC ul ul {
    list-style-type: circle
}


.MMl86N ul ul ul,
.ku3DBC ul ul ul {
    list-style-type: square
}


.MMl86N div,
.MMl86N h1,
.MMl86N p,
.ku3DBC div,
.ku3DBC h1,
.ku3DBC p {
    margin-block: 0;
    margin: 0
}

.MMl86N a,
.ku3DBC a {
    color: inherit
}

.Vq6kJx li {
    margin-inline-end: 0;
    margin-inline-start: 1.3em
}

.Tj01hh {
    display: block;
    height: 100%;
    width: 100%
}

.WzbAF8 {
    direction: var(--direction)
}

.WzbAF8 .mpGTIt .O6KwRn {
    display: var(--item-display);
    height: var(--item-size);
    margin-block: var(--item-margin-block);
    margin-inline: var(--item-margin-inline);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt .O6KwRn:last-child {
    margin-block: 0;
    margin-inline: 0
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
    display: block
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
    height: var(--item-size);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt {
    height: 100%;
    position: absolute;
    white-space: nowrap;
    width: 100%
}

:host(.device-mobile-optimized) .WzbAF8 .mpGTIt {
    white-space: normal
}


.xTjc1A {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    position: relative;
    width: auto
}


[data-state~=header].xTjc1A a,
[data-state~=header].xTjc1A div {
    cursor: default !important
}


.xTjc1A .UiHgGh {
    display: inline-block;
    height: 100%;
    width: 100%
}

.xTjc1A {
    --display: inline-block;
    cursor: pointer;
    display: var(--display);
    font: var(--fnt, var(--font_1))
}

.xTjc1A .yRj2ms {
    padding: 0 var(--pad, 5px)
}

.xTjc1A .JS76Uv {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline-block;
    padding: 0 10px;
    transition: var(--trans, color .4s ease 0s)
}

.xTjc1A[data-state~=drop] {
    display: block;
    width: 100%
}

.xTjc1A[data-state~=drop] .JS76Uv {
    padding: 0 .5em
}

.xTjc1A[data-state~=link]:hover .JS76Uv,
.xTjc1A[data-state~=over] .JS76Uv {
    color: rgb(var(--txth, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.xTjc1A[data-state~=selected] .JS76Uv {
    color: rgb(var(--txts, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.NHM1d1 {
    overflow-x: hidden
}

.NHM1d1 .R_TAzU {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.NHM1d1 .R_TAzU .y7qwii {
    height: calc(100% - (var(--menuTotalBordersY, 0px)));
    overflow: visible;
    white-space: nowrap;
    width: calc(100% - (var(--menuTotalBordersX, 0px)))
}

.NHM1d1 .R_TAzU .y7qwii .Tg1gOB,
.NHM1d1 .R_TAzU .y7qwii .p90CkU {
    direction: var(--menu-direction);
    display: inline-block;
    text-align: var(--menu-align, var(--align))
}

.NHM1d1 .h3jCPd {
    direction: var(--submenus-direction);
    display: block;
    opacity: 1;
    text-align: var(--submenus-align, var(--align));
    z-index: 99999
}

.NHM1d1 .h3jCPd .wkJ2fp {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
}

.NHM1d1 .h3jCPd .p90CkU {
    display: inline-block
}

.XwCBRN>nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.XwCBRN .h3jCPd,
.XwCBRN .y7qwii,
.XwCBRN>nav {
    position: absolute
}

.XwCBRN .h3jCPd {
    margin-top: 7px;
    visibility: hidden
}

.XwCBRN .wkJ2fp {
    background-color: rgba(var(--bgDrop, var(--color_11, color_11)), var(--alpha-bgDrop, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
}

:host(:not(.device-mobile-optimized)) .CohWsy,
body:not(.device-mobile-optimized) .CohWsy {
    display: flex
}

:host(:not(.device-mobile-optimized)) .V5AUxf,
body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    direction: var(--direction);
    display: flex;
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf>*,
body:not(.device-mobile-optimized) .V5AUxf>* {
    direction: ltr;
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(.device-mobile-optimized) .V5AUxf {
    display: block;
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>* {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf>:last-child {
    margin-bottom: var(--lastChildMarginBottom)
}

.if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.YzqVVZ {
    overflow: visible;
    position: relative
}

.Tj01hh {
    display: block
}

.MW5IWV,
.Tj01hh {
    height: 100%;
    width: 100%
}

.MW5IWV {
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.CJF7A2 {
    height: auto
}

.CJF7A2 {
    position: relative;
    width: 100%
}

.kn76TK {
    height: auto
}


.kn76TK {
    position: relative;
    width: 100%
}

.Tj01hh {
    display: block;
    height: 100%;
    width: 100%
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

:host(:not(.device-mobile-optimized)) .CohWsy,
body:not(.device-mobile-optimized) .CohWsy {
    display: flex
}

:host(:not(.device-mobile-optimized)) .V5AUxf,
body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    direction: var(--direction);
    display: flex;
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf>*,
body:not(.device-mobile-optimized) .V5AUxf>* {
    direction: ltr;
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(.device-mobile-optimized) .V5AUxf {
    display: block;
    padding-bottom: var(--padding-y);
    padding-left: var(--padding-x, 0);
    padding-right: var(--padding-x, 0);
    padding-top: var(--padding-y);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>* {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf>:last-child {
    margin-bottom: var(--lastChildMarginBottom)
}

.if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.Tj01hh {
    display: block;
    height: 100%;
    width: 100%
}

@view-transition {
    navigation: auto;
    types: OutIn
}

@keyframes swk6kW {
    50% {
        clip: rect(30px, 36px, 36px, 18px);
        animation-timing-function: ease-in-out
    }
}

@keyframes negNZs {
    50% {
        clip: rect(0, 36px, 9px, 18px);
        animation-timing-function: ease-in-out;
        transform: rotate(135deg)
    }
}

@keyframes saDfXf {
    0% {
        animation-timing-function: ease-out;
        transform: rotate(0)
    }

    45% {
        color: #fff;
        transform: rotate(18deg)
    }

    55% {
        transform: rotate(54deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: wix-vod-fontello;
    font-style: normal;
    font-weight: 400;
    src: url(data:font/woff2;base64,d09GMgABAAAAACZEAA8AAAAASVQAACXsAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGVgCJUAggCZZwEQgK3lDTSwE2AiQDgWgLdgAEIAWFTQeFPQyBBhtOQnUHGPY4AJJ9kCKqVYns//983BgiYKi52v/DaSfKWS1y81ALYwL5nFxTDy5e7k3DzR+2vphv6Qwf8eNrlHU6XJbX67IM06RMS1vZcrymcdDikNFwI6vI9aDQMD1vqjbvviXH0i4etti0MTvZXcJU3KGSHfmrmVYHZ4sNh3PhT2VkvD46lJJ/+D8s75/ZVnpK9xwPwQIFOCAQfBCPdnyTvCw+6DP2bBWlXYFFIzgIwNx2J7oeEWuBABigbUbYGAg6JSeYlE0Lwh2igDFBBcFA4TCKDTNmLztxUa4T998WQECgQ2WTXUgVaKpJNvvib42b4EkQ5lvoX/6WuO1+cT3mRUzaTMqkLoEz+H+0fbOiBJ/mhof/yWC2mm/g6yRoslbUFPV01cngR3J69wisD4BCgQt4GbtNHcYQ2O0WyORFbftYNKzelm93D7xF0QckO0bpE5zlq5Nhaw24dVqVk9BBlnu+d6p3gqS7k8IyhsCpC0zbJCtQMg/J1Y+u+ZPavzBZLgFIuv+9/fxtf6r93f92Whsmxt+c38pU2l53GYStCyCeEMkF/v85nHCA60YfQMJer7GOD5zbEiqNME2zscAi165UtRYAnQL9Ieai+cpli1sAFO+OCaASSOolUImg5ADSiZJf2SmE6lMkQDmQciCcMu1Pufoy5M71N1Vsim/Lr34e8t0POfl2aYs8hZgt80FO+z607rZO3QRBSBBilvb+6r/FgCWV/ITvg6aOJ/J387ZdSRWzDgdOi+N91IhB+Gad8UkMfsklXJzJb0ww+auP8c8eG//rU6BxmjNlXfVneLOhBC/pgqjt6N5SzA52LVjMmMKLOI3JDrEz1sgh/2IXQknrscdwoKh/w89ukBTtq3FTF1ywNir241n25dgp+61zQ7I/oxnL+GVyIpOZ+rc8DJowHC6PL0SoMOEiRIoSraSsoqqmrqGppa2jq6dvYGhkbGIqNzO3sLSytrG1s3dwdHJ2cXVz9/BkzEF3BdSvXfhFrDEQJghThBmEWYQ5hHmEBYRFhCWEZYQVhFWENYR1hA3CJmGLsE3YIexSDk0B+4QDwiHhiHBMOCGcEs4I54QLwiXhinBNuCHcUnBHxcE9lYjTpRC4DAKXg8AVIHBFBK9URfxcFQLXRPCR6gWfqLVEcRsIPBbBVxoXfKMpwXeaKmy9AMFPunDUL5YPlu1osNWLeu2FIClgGadJevMPmk5vyO+nyGdJ7OZT9cuIXP5XxQ+ZjuywcQ44AQObDEDAHDwYfO/UQ6JjsZng49NwO2aPpkfTnc/RmWv6YzHZio5uakT10KvepBqgVY65fd0B6UIVWUMhS8VssDhI+StC8YnZQXxkojhwZaYcyEl2GrBTMmAST1Ly0IiFDeZyLDhbkVAgFXhPTXB5WEykRB3XOIOIYsKwRX6G6RE2Hakc9Tb+L3bNDi1LZtsxbzVlJ0VLPmp3N76QJkNSqt15eJAyGoAUC5acn4qCCQiGgs5T+IOLmB5pxGETJUf/vIoVOcqXOXkH80TbkyyD9NEBp+G2K+j5yFPwHgWDXNgGDHBnTftrvxQEKSnglKTK5eTQNR8Ds5VJ/DOjDCtzPcJccGar3Rujgsyc3NDe+0+ia8yl286jTiW3J/xWJh5NAiVIqHgdFu3jCon+gp2x6mSPNkJXHLr+sTKlORobZPU5YzQK5tF5sxer/yfpKurLfnj03mzHN7sucuNeHcb7GlTQNtl3b87c8AhsdgID5FC7DdvrcDflIbQVa8HpuENftpCkOp2FcZ08jR8ER/UeHDjlAs9Fx3NCB+XUldLbSwVgbQIB7QElVNNXwGihIs32IpsKmtIq0AhcQRkev7fWYscbIPRj3ZkOv6PmSvKYVDCOPGYVbcbCEcbKUcbGMcbOccbBSRgnJ2VcnIxxc/JyjwVmd3PBelkP6wMN+wHAAQBwEAAcAgCHAcARAHAUABwDoDpOK3WJSSRktp7GydOxvKNc3FGomECi88aUJ0maq6ijVp5aP9V1X1RXKj0p+TfnTrLA592MTZOWSAfu1Rl6JOLzyFrgO+YVw04QSFGw/ALLVLZmT2sm0G1PLs8Lo7mIMTAoT3mT8roLK55CMA1yFDRHUSU14Zo6zUFQZWOv+v/mZrUo9tc2E1QYnkUXnb3tKQEsMK8Eb1NqRif9wyOt9GymKnsF1ZlxwRQoQuK6IU/Y3Y4/9VoWm9nDWKZTCCZkqA9SPkebZZw20pgFdi9uQsjHBqUce2miNCeSO5cO6VOLSbBhs2rDxlybIe+EFBaYZXisG1MZ2dbgLusOAyBmkBtqDtDWs9V9tUknmjyV/LulCvhAkq089VTdNGQKZPcMSAgqitaKC7iXpJmKRey0Yq5xuF6JxHAVt5y+mObVsCqWUqe1VqoUJF6Fp566j3Ih+bbbYfZc5RhvMHUSO9hsJ2oldVXEYeRpuj1tazotys79d9xGqWM0dFDuPlFQFCRoJ9oeYHSI9nRrl0uyoFhjm1bU2dO4Xtq9tso2LajhP2Je84B36FPkFes22lZ1iUvikX5BuPLODUqczaU8FGWX3fKYG6YyoA2+IWc6cuXZJsV22gr4kskb2m5LcUf2JGacmjrNegGkhbLfqqLMyw/DQTsASPfsIYfMEUUHHkIAGfmzADcGjUwAIFMAyAysmJsDyAIAsgSArMBKuDWAHANATgAgp2BB7gxAzgEgFwCQS7CJ3BWAXANAbgCov22pFDG5O5NpHBz3bJM+1CWksS3m0V+lJE8QQJ8PAPoC+GJe+9bI27cA+q4D6AcAzGffOvn6FkC/dQD9AWCc3/anfOtNiizCCNmFIcPWH/rnVqLPBxDAh36H1rEGpu7MX/3mHAkLlcAKwFX0Lw0N84D7hYMKAbOm7MnBYEikeVvMf7icFPp686m9XJSpoe1i4IdMxLVIWQXn5HM6EUnazvEsErwsLyyQRKlU8LM+USzxBfmmlqOCrVGQijiuqnSDzjJLAQ4JAi7AX6xo4HUdL0KCFHavRUGpTBA5FDxQv0ry+yXevfzmxbVehWsKcYLP59la4S0pyRN+Po6gkF+ad7SIE0Fc/EkEAlxXRY2Ia2eHSp2nFcd5UraVE8aW6JfEJBLin661t6wzFOr09fg6n71D3NMFQJB0e3uCPeGNPWWe8w4Ehj8ho37S19np/SXy+1Gg31s14M2tnMHm8qm7F8HCZS0I4t9TiZb4cVVJqzkyN2IZIfl3FjECEBnMirB9aHUy+/R1+PvcxKV3z16EvolZ21M6o/2v/dPBanlaIiUnE0o6qabSmg7iIXCRQh/CNr8gYpOIRcI94TDl+ntXnKijdPkJBDoqQz20GK8ukcuvzZcX9QsvNF/uJHea6yj/x3DVj9B+pqMAHcGj6EehAIZugtr7zjYks46oN1L3nYu2WXpH2wlpT8zqd82wys1uuw95JWuHzE1ZhmJ8gpB8Nj8CoN9qO3OwDNOgmMF0zv9k7ujNycTs2N1j+vpM9unzsJabGL/37Enoj78sTZs9oxnlKQNEY34Xc7rjYNGkFPLME+99YyAWJzfmKRMDpJ1kdNtGQh50yCMopnoyGJsvzwJEECMWQsYsACsGEjj94VsWr/D+MWwzMYP0dgVuN3NKMN49gjx5/B4Xm28fAk5/8EYlV6qFiuKxdovNHPyJqjHFUeSAKJ82tnUi413l0eFwz+2mn6+/rVDwK8PpJ7qn0Q9qYpCOdE15d0pAw4VHiCRUCxUw6W8KbaQc5bhK1UimgxXz/jIxJ2RohYyglWTDkccqhYc2PlmwSQ+2HtQQwBwvgHzYBiLUTglJOYVRWkkUZ+RUIpJOqckzTSsCWg7zQfg7OWpc86QsEk5HWxOdV7TRtE9KdpnedJssXZB4qqK6ETW7+iUu10MnVuP0mj3uhnuQfP1ZjWD56eqsX7Yab5Xht8vu3v1y9U0H6JIPsiI5I4YkZ2YBN6Ltw5JUvjNUCzYzaj/Y0xwl2tIaO97eFv/ZeBGKQRKIZ3nIQilxXcO2gY47fg/tn6w7jkkXRnsB+FyuY2cMl1BsOrp8kgGIJ4H+Wx4YlV4bmVGlT+AIZ3L6bw+RuKPEcuHWdRoBoMSGdBEsTm1MhnBmX9ubXTYKAU1lgYe+K6dCRb/rHh7JeXNOc+vfOdrcle0bLNMyXXrZP53TMJ/MZGZDqV82pNmedHpz4hiGKMMiGTMyECGPIQlOhM/T5VSRr63oa7IAsIw4xCPNtte9SehjdxTJm3Pn9gfGKV1LnS+zTrW96Ezoxo7pQH/VAA2OBIZXTNuhO/biQdkut6ttxR9+r15Wpbvbn9KNlHYhH4CrAQwQM1rT13BzJVXBi8dP0JM91zZYC8brWARfb7y/9LKq2fJtWmXL91z0xJZFjftv5ILt7H+2p8AzbJ9ERqPjKLZtU5x1UM+oh2q64T9VVNxpmii6Sgj03icIIc1Mtbi2jaNvR+ddWBdckhMpkcec1mY1PYvFPOXEcJh+psvN7QB1T872SnKVGdwK95JPLM1R9DI78Z9sRKS76MW6SDxKD67m6FCFs11P0wMH+q1r9U9W0d5MwWm1Zwrorq87lsxISrZp5n5woMO3nvX33W2Y+tG4AyiA7QkCBXGxaX1P6yzr9Q2GZusn65f16qwcMhunlyd1r7I/EKgcrhyHkNSNVFUFB4Ij95tmmnqaJld+BVVVdS/y8qmGqeZsRZ/fXzFUMQbQgwbLTzDx2O9qjrqfXDskRyzX/mA7zYo8a5fMxXgdVpWsQ8O5y+TSXA35dd+g78yqG8aaWwv6K/thEPn7HI6Qw1IzxUD5634XoTB4kZ9LWqg5cgQx7MlRKVUBZoVUhFLsCFWOqavvQLZtGSJGZPXKIKcqKA/QmmvaO+OdCQ5AHXa7ge5zybcHe926ibX3VdP/dP7Z6kGfZHaV9Z5psl3W2K37GroabkpTzZ2rbux60QKDX2kcUFTh48lnyn1+J5Ho0uAvxmtZhKrLAMWWjxoCEUcObipn7YRraDFct3KE7w/NfHn3oq/vwp0XituAXmJhQLYSutkSAZlpJRCjO5F0N/keGROFkV9Z3UO+T7oHXb7rSHbcc6Q47q/Tr/w1f8AGWgHACtrQ4Wv7VsAGoh3p3XrW15sERXx+kcD0+eAPfi/fJPisW+O7di9thC1quI25XTphVPZF9TUgALqVhAnelSJl9fFbIgtinBkxNKKe/yI4GzsB7+kBRuDT7T1LdaQvrGCPyx+aw3CHGksBEFj7PTw2FoPdMvpkS3WC7vey5R9zenuDOcEjI8G84DUOVb539YbVq4JY8X4drUO4Ob8X8n/V8Sob2H9sSNmCp92dM3aQ984FpulcZYTNsjw6+97heHQK9lLGn6teZ803PX0bd6mhGOC/ZSoYbMe97b4hSft3nzUtUnYGrCKsDfodP37JmpuhD40N3UZ9um/3GdNCZQ+RXXMCsKt1hYqsUTkMxhLOnZ2en8FKZTJTIzMOha9YKjMj8ggdOEZj5Z2bKLb7hywSs14lvBLzJ2o05eCU2aROqU1WqC26ldKWZmD1dumqltZV0u1rgKZmYKWuQQjxi4v4kDC3R7h7l3CX7t792LsCy68zPXG+fL3E9UrC+KNUVzkOMLyOnrqvJnZsvZT8RK/3utyXwmBkTJIICgcEmosXN5CqfJC4AXSZXghIJHGCRNN82hYaclD1Vo6YeeGYhZBOmzmP+Gv6DiwPu/LKNz6Hj53SbmzHunE48KPRcdHAk/qvX+tL/7/+n09fDtHtW7cPOk7AF+fCtl83m3vTei8SLTwL0Z8brzewOWmcfvHYeq4/MYeX82UJhToCutsplBHA3d1sBi71x2KGmEwuW69nc9O4eqpC6kAQRaEdobcSUaN4CgpMNXnN9Wn1Br0oly4CIGjXhSScDUkLGUkIuRhLbBbQO5M6B4JTR1susKW2t1mrrGxvB1ultldVOS5Au4s0ev7ly9SuQMpHSmAXdQ51lhv1I9Vtlut6Gq3atxEzZ1T5+h3FXF/8RS03W2+2rPxTPbMozhh/prpeMmu+VhsOhYexJW7BBmluhixvB4b6oDArT4bbYgyzhEWFQ16vhnEk1J3CF2VaVG4GKv/2wcthlnCf45UTJ9q9fL12eKG9M657Ybx+3l6a5/twj4gtKbQLMjuthT1rgcNBfn/58swZVyibts2cuZ2swb1yzlUxU+j0FKZqT/jiN7oD5jtROAKpu+BhFXldTXXgALxMWcHWx+l0cQb2PT27GuN0bP097E3PrpC1MsJfoGkxvlj1AZ3AfYqv3nDRYKg0GMWrmQsXTa6TJ7/+Cke+/XSbVNbQI8SrYk3mWUBbdiY1nRA+WhfB7Z7tdQIrXK1Oy3z2EIG455WSE7FvHlY8mqU7pj726c3uoJBjLz+Pip1s68/fWoxapNEtwi2yXwq2rf2qCLC8MEXP5iN6G1BqhWbyv8V6Lv0M0c+wAnfucRolI1I8SRuX6Y3sbssH8+Hrql+60kVPM9PnCjZItWGPXcup0ijFHTcdGjFkYN9akJYWekYUqg0VnQntNXgHE+O8DR63M44Y7OslJv7WgmBvH7hZ4MXU497HKSVOnbM8e4VF8rdTpDl5qQNR5pU3JHH5dDL4USl1NZywPOYsdJgSmcZipueHL9mQqqVEEcycC+8TWSZOI/DdrScBQi9UB0SdUUNAzDpciuaPc5/rxFK9GGBEJkjy8Dt9fNpXkrGOU2Wr6A2bMeX6eG053e8O2xCn1brvBDmiWrbhTskhpI8vEzSXiiCBABKVOjpfMUhYmuDgvmahEEoodfB8bGZBqagZFv2uub95IOiDBhhDHxAJVsfC1Lbv/gOj/QMiccHq1VcPH44jhAtulas+4BR3JQFJ1fmtsZyT/+jA7NbJv31PXlOrVAQ5AXBh6DMxuorBVLHS9ocvfi8/jXXAUZis9fPmuy6zGhXvfipQrf/KgjcMK1C/3gkKrctcEGfTortGp/pP3eZTS/M46kFzAb6LtCX2XbAHz/6729PeuLvn2JJbhxe4mAYvycSzJ8hxyXTRzDTVuv/H5mJXCIpJsArXq8PteqTOP3Bxc1eQsIBYt8pj3ny3Y25Ql79mksS1jvMPideKAJGQoi4dba9UweX6EbmJZJKljwGhCzC2Y7jKNlfgftL+dvc5jrVlCmqFcvr0vdX/ydAGsVdd3SBW4Z/e4A0KkHL3JPGcJ6Ha7f5VWW/2valjbU9UsI/6GFEGESgE8smFZBe/EfV/b5a/gRWfGGz1M06CSyJX6FeouLu6xqN/XH/6FVbMKFrXYz3mBAykxj6WkRRuJTz5YwUjCx1aSIvvtMTKcwNrLi5w9RosqPsT3sGfknUqDSmMLTUkL/2TGmgOSO00ToJJq63kZJPt2ZwzfMuGYUmHsKBSZ47qYrV2TvBQsHeI5wxxQRbAtOJr8eiMacVLmSCr2tHHZpCxHMUDtiMGPJbPvcQ1i5ybpRbfz6DaySpxV8HARKLIscrirsqJxypnS2BBDknD2fViX/3++obJbZM5Qqy6OWA8YH1mz3q6F3ZbuXhVo5I4RTi/f9LPB9D0KON8zILunvGvr33ndER9zAl2AePuugke7B5zCGZreyR+K3sL/zBoeiGSnVigUVYSO90HKId9y1DS9mvMndER6ini1AAjHgW7ucENCXuOyShpnQtkwn3W4O9rNEdT/MykLYItJLNfylW1ZuD5rsUeZIvjL5lA9uuvejJ+cNdzaC8piXRj6Q1StuDG6JM7aP1OkND40jpddDqTWL3ZTmkYLZ8H5ji3I/VwCKbmLOI2MskF8SvTCeK3yOybqxXR3EB+TEkMP5AbrajeZM9Kpcl/+cbcCc47K4RetSNznMF1uaONFPumz6t4gbwCxFNOdDadaD5FuJA39vtxQDo2fXMGNi3g+NiYY+yaCpuKXbxWVdfGLKvxraNqVDEsslZ2Xn5VhXVBr8osQouMkjQ3c9iZqDD9HYuArBCC+reJT3Qe9kfxNJ9ifkJTIEwMypTyfQAnE/rG/RszbxS4Jz9lPl19JoruWe8QkuKb1voaZAHfwGPncQvhNSnwIvm+/qG9yiJYD+JDY3rZ12QIIhneIhJNN2saqFgel8wOsMbeH9NuLO4HbdKaGqkN9IYvfk8M2rzBKVJrjcThlsB//k3634mjn3GvfRQXo1GulB48SDP60dxCnTLRku6+dKsclvDXRQ9Hui0vcgp1o/lZA3HgVDwKVtzg45N9tqcxT0v/g7+LzUydmEJCVE26bZsIMKSFww056xvOLOhOLhPkQonK2NydI0XFeAkD1E2rzVndOHVDQ0NOwXCU/ETPvNlz2rONkvSqmKQguQMxshUwSn5OOKQ7yyTRVMWDoSlhijgwq7JY0p3dPyizAbLJcBAOzrQ2qSxGFwYkUXPR6HFhAbkuNHqYlhRGBwPd6DJ5OI2UXMYheoY2cg/ETRu9efXm5dEv77Al32/pMpa1/kuR9OxujR9fhdSfZxuwo+29fG1fOco+xLcO1uufpFi/Wzpb6b3zp8RgPsY+imz/WYvPke6X8YmGkTRoIosaDcOKs/RgRVciPNrMenyq+0sqjeazpJ0eHuMWzTjLNkpL+1+jT9O8Y7R8Ja7aXskeUUILpKst00ME/D/KsCbRRcabiPZ+vCuq/TsMJ/mRkVLnYV4/m5fIqM1VmnR5++ggSPbt02yrtMk8P2ZLA/vLmu2XHBGFftLDo03oOKnfPkVX6d7ftFdYU//fCgT54s3JO/kOCS26uu0G1GhK3QwoqKJUQzJ6ExEc4K4lpO4lgB6v0oIKEEcI3sqH8BoZi10ouIyJx+z1AfDgrJ0k8G9L9rbbbtYbfdvUFQrKtlqu4pS4baMnb+lzMjzS1/A6gqc3m5ElRtSorK6GlhJXIBfjmWEVSuE6CoUZbL2FGiOPAwNsP+SHZ3jbC4RE1MW/k/7/+/vn968P767qiQKysDVvcByPq+K4uNdL0xjYbXPyT77fArr0sh0F/NHr2oNxQrw6OQS3xG6IThk1BADxEnt7da7NKeKzPUx25A1ijycAYtaiEhe2Ti2d55avD37ACkCLdtvqZhxnxLU6+EDIq+nekOAsplYcnJcFW8IVhtnWHwewEwOsWMmAoMsSodVrCZjokBcv9BF84bRGKB7BHCAl+1oFZXq7+yio8PLFo3eP31W1/IdB41GxqK9O7uTPJ8ItzGONksqidc2omCVyKKOy7mXJKT3lwfpn0g+FKLcCxR9DQ5ammwUG4rbmsDESQ99+UrXi24MSvgzP8lEY+J7r2JbJc8jAxky91mQh6Hd6hWCob05W3kwOmjAauH4r6V7y3TxYw2CzWGY6+cfB3e9KaolBnK6MV6AdymgK8wxWppbqLCbTdiNqBgHu+xEqonMf2VseNy7PaM5IEx07CZfcqpsvFDRdqL5PrEpnqHhUuRZzoq6wjds0N20VJJsTwmJpJdetOoPZvMBGNA2XcZlVzPQV3Htn5w8oXwVEAzZDBPRR556LLyW9/Zyexp2YoamKLAo8xxB4t26bEm44S86qlQR42HsW2alhy6Zdb/Zqa2ZvU3Gp2uLGRhxAsa0k1q+uvRgzKqO8BhhSlmPUETVQ70cjdWGeugy+bgTH+m1TlUWehp6la6rEd87BOVOyPWTbpiQ2gND8vshAaGSSM7W11w76mt5GrIRXP0DIqJE8V0C5FfUzvUzWH7A2XPVx9LLBcXqcF8ruYfnq5dMnjx+6bsWoXioryLGCkcFcO4WgYkQmVl4aM2UEqANyPxjJ/B8XEnzRqosokCWKmNW4SC/KqsOUQ3DI13Cu6NRr1Yal1fS0GAgzcs2g2Gd36EoeCzb6rqmrcrvDd6Qq+OV0U754WL5nuxA0f3N0GueJ7A/ibkzgm5yfp88KGcxlA0gsF6Yl5R5LRPTx2VIFoMCBCvzqI3zxoXq8Llq3y93bvQ0aaM5qEmcFaA5Bvqgrcc9N2IUAF4lYEq+Ts3txUlxLWf5BzeXdrKmFPcfFXeg5sADgEgRfb0dTdg/zUwpRfFHR9sprWqJNT7bWnjOV6uKim5JoCR06PfvZUcE+m6X64hUm6DNKM9jtMQlDcZbrOIBhNt39jA6u6Du2AvC5k8IqQxvD2xQrd+aOmSnFXG80yrKyO21HqK5Q1VhHtSpbKlV1qYbPenUvd2o9qwhGJifJYWJyDr0QOS/ahJpzmiSHi3b4mYeDdxGCih5oyKEeraqysEOlWkaXSzXUg7UsONJnoWELDGTkNjSOIYnDfrPuGlyn143f/Tl6go1P6pptYDCj1xa4wWILVSYaR2aQYXIJF3yChzymcZ7Uxop5VFRoqiHYTCdjXug+I0KVDmGvcDcuiQy12y4aPMJH0sGpzoSyEdzuKUODYFoD6DnrpF43/KkIz7EJGDEu5go44tLSYUOhGDyBRSP3CRfEomyHcUpAXbkL8sWzKn5fuzAQxtEJCfs7inELAxj40YSujwOaHVDDW2kvQ9gVCtBiZy0sFSG8jo/Z74dzK5ifJTLxBTn6EyZbKoZV2Y9mIupRly+O6tq9UzRrWJ536hoTsAGlDTua/mqErpW57S/z0WDaN7WrqACJ8KJA1YV95Z16HyhGaYCeruK7XPfDfi3U697YCTqHcWYXs5ZiR0jxf1NaiKQHfBjixDpA2vxN8fMDmvA4CgJ5paKH+Dcp12k05nAshIAvkw6fsuJZJ2x1UIzNOM6J62GdyQOsLiDRU9ygyfjIDJwUOCQjVEUYA4gTZ+LXkWslYqZp5zv/QPCoNdP+e4Xs7eTZfc0Rm6bjaAHHjkNOnEbxirtnuoPhfuv1BlnS1pCt/FPx4sD1EyLFQXIkMvvsJIpVbnOsWsg0w9zaTUXGTLdogRyE/CG3B14L7A18sNrEnSRC66xjxTZJ39wKPcxHkB2123QIRiHMgdC7+BF0V0ijrwrdfH6UqKKPUVP7T4Pmcg7ysEehSZxMqIHyPK37aqTBjhRD6th8BFlKpc39RXeozMYoS+2jc3yAEuOb6rrhVC9NepCUBHXMwUUYvTYHkMhtw+AG2/IEhp/XyKK+lqneuFqOtC3CBrhjFcKSKKk4XfGbQeCaHPrY84CPCLNYIMKWSQubLKiUxrMFaMQqE3jMbdK1TV1wm9xWzHqAtTPsnr6n2EJXVOrqSu9jCFjIodX1E+ToDRPBKYUoesABjotF94HqFS1sRihGUhLNwge8N6iC0OdmFDgCrfq64DE+nN3gRoq1ZNSFlIu+zoqfMCb4yzQhUKL8CKnVZjQQNRvpnIPJPi+SMBOlSEYpK1qYluTOk5PQsQ1dLpVSxyYx7Q13Qfb89jU1IF9UfY/4I8jn9OKEuHUZpoa9nsN7W1PER+SaG7u1O0iUEhPc+ylCInjkKKvrJ5R81oTMQ5fujQlzRJ9xIYPiyTEH8JQmQuBxGJNW7WYS5zWKcrUtghiGtV6cEujOdAJc7BqIpWE3GYLptqVsRhPGlrN7mOUYEkp3iWuqVm2lNRStYkKNknUZkWirbAcEwMAAYc77qjbd9HN80GnqZo68kW5+FEfQbNhjzGk0BXZD/wSWgeTtdq/Og24WcUHAYvX+6aOqTBpbDZgeul+ZhkmMd3fTmgZjRuSjihcjcfrdt3ElCrXEce/TwbVlGZyOxQyho6SXsWEilDGmBY2w4/v8GaQ7lHYa//7ei1HG5G6+M51R83b17+rzJrWQs6tlZnRIk2uTtaK61Zqxm9GKM6pmWikI63WChgGW1dLzqYfDldo3bx6LSvjmY3kJuNbomS7B1uxL2/sXbxMPBnw0UAvPnrr5h3yYr0VPn7osUodF1FQEe5C8HsNsgIh9pxr3sx13npH9Jx7gKnQOeD7IdpAhYKrTG8wwa00D4legxkZF0djPeLE24p79ryXWuEhr2AYqzH/Cl2KB7Ad4iqVVlPupjaCuPTXC/tVfgbmAxI8gY079nfSGQ+DsYVHxy7TmAb8EwkOceNBVrVBAHVPwsPahKVTDFGBmmJVZZaz7svFWp9ZB4V+Ii7s1HvUjgv8wpgEGvdve7RBG17tdfAbcHUqZEfsPI85mQZkQYDTbZ3crovvcrYlUWVhIvVnYoLfobofEadhFb9PdoXRXtpMKo/DlOwU5X4WGUc0j8LGJjY7hBhVfDV+fCyUIBqqOLMV8Np6TYgh8tBy1cX/jUAPIq8ve3X+UQpzMy8hovekvTCig6Bjvp5yHV6reeOFofvr+KpOF79DqcVTNn55HpWXz5hvnq9AwqvGI0PCY8er/hvX3jF6vMJjCSAkCkqHqSMQF+LOOvaknRc0Y+Mguph9J+LemDtVcPohPh5fh/8ieEum5Gy8dvaBgf9FERYHgd2Kr5bzAr7SwegGpCLQ846cZNjK5+R1aPUrEqPmT58su5U1s+hsBodZ/Vp09Gp3BZGHFmg1bduy5wU1u3d7dP0RxIplKZ7K5fKFYKleqtXqj2Wp3ur3+YDgaT6az+WK5Wm+wVvCIrgd7akYMuUFH+hCcmysPQ8CO0+Jg7n1rAxd8iFdceN/WWRJ7cVo7oj2tQIQvXc2BwS3x3gaIoMRpo0KQQgv13L8+79bxJU0EI5/xsDvNTgVSySCYtMF70uWZHHJXIoSw+vKU+RG3RUHLsiCIHbvAaWgoeV5wMCKg1xUZcVcKogvf+jwL2XSyw9BkIDezEDA5kIadJm0ZkyaTmCLdywwz0TqjRNLuwrtgU92DTHMdQXcwhbw16zyFgG6VphQ8tAMrhYS+qnKK92RnHiz2zKd5pqQoWHSiNfZBpnohdeyztUypNJEFF4VF+fZsZOGKKBUNP5koueuWY65RPWvs58pVa49rC8liqBi5tfGYpSaHWqaCObxOMIEzKEhDBC/LnJxRUaE80ZFSN8xMGLQ5xdXOPXcrtb7XIfXcUnTibpwnVxRK941HQ7Xy5wMjSXUbn9FnSYjJeIMIUoSmh/MPdPpfm9jKnodl6MkVjnbEX4gy3/KQrqZK015W7r3hWoWXnlJ22cmsO6xpCg==) format("woff2")
}

@font-face {
    font-family: wix-vod-ruble;
    font-style: normal;
    font-weight: 400;
    src: url(data:font/woff;base64,d09GRgABAAAAAAWEAA0AAAAAB8QAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABMAAAABsAAAAcdNCgdkdERUYAAAFMAAAAHgAAAB4AKQAKT1MvMgAAAWwAAABLAAAAYGOhh9VjbWFwAAABuAAAAD4AAAFCAA8kaGdhc3AAAAH4AAAACAAAAAj//wADZ2x5ZgAAAgAAAAEQAAABEO+zGgBoZWFkAAADEAAAADAAAAA2B2rQ/2hoZWEAAANAAAAAHgAAACQMFwN1aG10eAAAA2AAAAAQAAAAEAu8AP5sb2NhAAADcAAAAAoAAAAKAN4ArG1heHAAAAN8AAAAEwAAACAACQA5bmFtZQAAA5AAAAHQAAADJPuntGJwb3N0AAAFYAAAACMAAAAysEc6PXicY2BgYGQAgou57W1gemO3EoTuPQsASkkHWAAAAQAAAAwAAAAWAAAAAgABAAMAAwABAAQAAAACAAAAAHicY2BmFWKcwMDKwME6i9WYgYFRGkIzX2RIYxJiYGACSmEHHj4KCgwMCnsV9rLO+pfGcJZtC+MioDAjSI6FgXUWkFJgYAQA6PwLWAB4nGNgYGBmgGAZBkYGELAB8hjBfBYGBSDNAoRAvsLe//8h5H03qEoGRjYGGJOBkQlIMDGgAkaGYQ8AMWgHlwAAAAAAAf//AAIABABkAAADnAWaAAMABwAkADgAADMRIRElIREhFzY3NjMyFhUUBgcOARUUFyMmNTQSNTQmIyIHBgcTNzYzMh8BFhUUDwEGIyIvASY1NGQDOPz6AtT9LK8fGzU7XHAuQD9IGCAjo0I6Jh8aHkA5CwkKDDgJCjgOBwsJPQcFmvpmMgU27BwPHl9QMWNQUGgvJl9hM0wBHEs5QhEPGfz/OgoLPAsJCws+DgpHCQkKAAIAmgAABIMFnAAWAB8AAAEjNTM1IzUzESEyFxYVECEjFSEVIREjEzMgETQnJisBASGHh4eHAdGsanv9cxcCe/2Fvr5CAZdSRGTfARmRj5IC0VVhv/4UkZH+5wLLAUx8QjcAAHicY2BkYGAA4vaTgmnx/DZfGbg5GEDg4qbDxnA6hYGBpZl1DpDLwcAEEgUAI14KBHicY2BkYGDb8i+O4R6rEAMQsDQzMDKgAhYAYwkDmQAABAAAZAAAAAACqgAABRIAmgAAAFYAVgBWAIgAAHicY2BkYGBgYbAEYqwAAAaYAEMAeJx1kc1q20AUhY8cxU1TKO0LlEtWCXWEbGoI2ZQQCCFkZYz3E2UkT5E1ZkZK8Kav0HU37TqbPkKXfZg+Qxc9Gg9pIFRCM99c3Z8z9wJ4g19IsH0+4FPkBCkeIg/wAj8j7+AtfkdOkSbDyLt4nxSRh7R/jbyPj4N3jErSlzwtQ4aeE+zhe+QBXuNH5B0cUM+WU/r8ibyLRfIq8hB7yZfI+/icfMMcG6yhUUKh4C7ULjik1aKDIxekFX0UGlqPkNE2QY4xpoHPUPMVzGBQUWcLH06au2aGO663wHyz1qUqtDzI4cZ2Tgq7Wqtmc5TJJB9PMzmra5mZatl6mWmv3Z1mlKOIG5aD62649lkrmmqqcTzqqquV++d2ikWo6anFUq9QZUat+TbB6UI7b2wj4yzPnyX/X6jgio5NaM6Elx49aUDPhv8Mr20oqm+Eo2fNT4UG4GlNueoaLZPpKNx5JKYxrVG1OF1r5fUzSXP204R+lkFUS7oPifu5uFCkDf0VBvogpSJfRO/zRx8bZnkSrtRnc2Gqgss4tWNc01LxVNBnO3PMl8ZLaZtW7pWXwmnV6lvpvGkquaD5vLdYJydZLqWzK7nk/I6vbWWKjOPFX5G/kEF4nGNgYgCDfxMZpjFgAyxAzMjAxMjEXpqXaWTg5AIAYwIEbQA=) format("woff")
}

@font-face {
    font-family: Proxima-N-W01-Reg;
    src: url(//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix);
    src: url(//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix) format("eot"), url(//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2) format("woff2"), url(//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff) format("woff"), url(//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf) format("truetype"), url(//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235) format("svg")
}

@supports(container-type:inline-size) {}

@supports(container-type:inline-size) {}

@supports(container-type:inline-size) {}

@supports(container-type:inline-size) {}

@keyframes VOknIm {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 0 -1000%
    }
}

@keyframes UrFR6_ {
    0% {
        bottom: 0
    }

    16.66% {
        bottom: 30px
    }

    33.33% {
        bottom: 0
    }

    50% {
        bottom: 30px
    }

    66.66% {
        bottom: 0
    }

    83.33% {
        bottom: 30px
    }

    to {
        bottom: 0
    }
}

@keyframes jRN3PA {

    0%,
    to {
        animation-timing-function: ease-out
    }

    85% {
        animation-timing-function: linear;
        transform: translateX(-60px)
    }
}

@keyframes xjragV {

    0%,
    to {
        animation-timing-function: ease-out
    }

    85% {
        animation-timing-function: linear;
        transform: translateX(60px)
    }
}

button:not(:disabled) {
    cursor: pointer
}



@font-face {
    font-family: 'proxima-n-w01-reg';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w05-reg.woff2') format('woff2');
    unicode-range: U+0000, U+0100-010F, U+0111-0130, U+0132-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+017F, U+018F, U+019D, U+01A0-01A1, U+01AF-01B0, U+01E6-01E7, U+01EA-01EB, U+01FA-01FF, U+0218-021B, U+0232-0233, U+0237, U+0259, U+0272, U+02B0, U+02BB-02BC, U+02C9, U+02CB, U+02D8-02D9, U+02DB, U+02DD, U+0374-0375, U+037E, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03CE, U+03D7, U+0400-045F, U+0472-0475, U+048A-04FF, U+0510-0513, U+051C-051D, U+0524-0527, U+052E-052F, U+1E02-1E03, U+1E0A-1E0B, U+1E1E-1E1F, U+1E22-1E23, U+1E56-1E57, U+1E60-1E61, U+1E6A-1E6B, U+1E80-1E85, U+1E9E, U+1EA0-1EF9, U+2000-200A, U+2015, U+201B, U+2032-2033, U+203D-203E, U+2070, U+2074-2079, U+207D-2089, U+208D-208E, U+20A1, U+20A3-20A4, U+20A6-20AB, U+20B4, U+20B8-20BA, U+20BC-20BD, U+2113, U+2116-2117, U+2120, U+2126, U+212E, U+2153-2154, U+215B-215E, U+2190-2193, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+22B2-22B3, U+22C5, U+2318, U+25A0, U+25B2, U+25BC, U+25CA, U+25CF, U+2605, U+2610-2611, U+2666, U+2713, U+2E18, U+E004-E005, U+F43A-F43B, U+F460-F473, U+F498-F49F, U+F4C6-F4C7, U+F4CC-F4CD, U+F4D2-F4D7, U+F50A-F50B, U+F50E-F533, U+F536-F539, U+F53C-F53F, U+F637, U+F6C3, U+F6DD, U+F6DF-F6F3, U+F8FF, U+FB00-FB04;
    font-display: swap;
}

@font-face {
    font-family: 'proxima-n-w01-reg';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/c24fcada-6239-48bc-8b88-9288338191c9/v1/proxima-n-w01-reg.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0110, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+F656-F659;
    font-display: swap;
}


@font-face {
    font-family: 'ot-ro-gsan-serif-stdn';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/ee3a7632-653e-4511-993d-7d86f5b7266a/v1/ot-ro-gsan-serif-stdn.japanese.0.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-ro-gsan-serif-stdn';
    font-style: normal;
    font-weight: 700;
    src: url('https://static.parastorage.com/fonts/v2/09f28a02-4a8c-48d1-b5a5-e4b2a66dae2f/v1/ot-ro-gsan-serif-stdn.japanese.0.woff2') format('woff2');
    font-display: swap;
}

@media screen and (max-width: 959px) {

    .drone-sp-header__logo,
    .drone-sp-header__logo a {
        font-family: 'ot-ro-gsan-serif-stdn', sans-serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
    }
}

:root {
    --color_0: 255, 255, 255;
    --color_1: 28, 42, 69;
    --color_2: 255, 110, 90;
    --color_3: 65, 82, 115;
    --color_4: 241, 245, 248;
    --color_5: 211, 222, 227;
    --color_6: 255, 255, 255;
    --color_7: 182, 196, 225;
    --color_8: 108, 138, 195;
    --color_9: 58, 87, 142;
    --color_10: 28, 42, 69;
    --color_11: 255, 255, 255;
    --color_12: 182, 196, 225;
    --color_13: 108, 138, 195;
    --color_14: 58, 87, 142;
    --color_15: 28, 42, 69;
    --color_16: 255, 207, 200;
    --color_17: 255, 158, 145;
    --color_18: 28, 42, 69;
    --color_19: 230, 28, 0;
    --color_20: 115, 14, 0;
    --color_21: 213, 219, 231;
    --color_22: 171, 183, 207;
    --color_23: 129, 147, 183;
    --color_24: 89, 112, 157;
    --color_25: 65, 82, 115;
    --color_26: 248, 250, 252;
    --color_27: 241, 245, 248;
    --color_28: 159, 187, 207;
    --color_29: 81, 128, 163;
    --color_30: 41, 64, 82;
    --color_31: 233, 239, 241;
    --color_32: 211, 222, 227;
    --color_33: 144, 172, 184;
    --color_34: 85, 119, 134;
    --color_35: 43, 59, 67;
    --color_36: 255, 255, 255;
    --color_37: 28, 42, 69;
    --color_38: 182, 196, 225;
    --color_39: 108, 138, 195;
    --color_40: 58, 87, 142;
    --color_41: 211, 222, 227;
    --color_42: 65, 82, 115;
    --color_43: 241, 245, 248;
    --color_44: 255, 235, 255;
    --color_45: 28, 42, 69;
    --color_46: 28, 42, 69;
    --color_47: 58, 87, 142;
    --color_48: 28, 42, 69;
    --color_49: 28, 42, 69;
    --color_50: 255, 255, 255;
    --color_51: 255, 255, 255;
    --color_52: 28, 42, 69;
    --color_53: 28, 42, 69;
    --color_54: 108, 138, 195;
    --color_55: 108, 138, 195;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 28, 42, 69;
    --color_59: 28, 42, 69;
    --color_60: 28, 42, 69;
    --color_61: 28, 42, 69;
    --color_62: 255, 255, 255;
    --color_63: 255, 255, 255;
    --color_64: 108, 138, 195;
    --color_65: 108, 138, 195;
    --font_0: normal normal normal 22px/1.41em poppins-semibold, poppins, sans-serif;
    --font_1: normal normal normal 14px/1.79em proxima-n-w01-reg, sans-serif;
    --font_2: normal normal normal 28px/1.375em poppins-semibold, poppins, sans-serif;
    --font_3: normal normal normal 88px/1.2em poppins-semibold, poppins, sans-serif;
    --font_4: normal normal normal 72px/1.25em poppins-semibold, poppins, sans-serif;
    --font_5: normal normal normal 50px/1.34em poppins-semibold, poppins, sans-serif;
    --font_6: normal normal normal 40px/1.35em poppins-semibold, poppins, sans-serif;
    --font_7: normal normal normal 20px/1.67em poppins-extralight, poppins, sans-serif;
    --font_8: normal normal normal 18px/1.75em poppins-extralight, poppins, sans-serif;
    --font_9: normal normal normal 15px/1.875em proxima-n-w01-reg, sans-serif;
    --font_10: normal normal normal 14px/1.79em proxima-n-w01-reg, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    --wix-opt-in-direction: ltr;
    --wix-opt-in-direction-multiplier: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
    --full-viewport: 100 * var(--one-unit) * var(--browser-zoom);
    --scaling-factor: clamp(var(--spx-stopper-min), var(--full-viewport), min(var(--spx-stopper-max), var(--section-max-width)));
    --customScaleViewportLimit: clamp(var(--minViewportSize) * 1px, var(--full-viewport), min(var(--section-max-width), var(--maxViewportSize) * 1px));
}

.font_0 {
    font: var(--font_0);
    color: rgb(var(--color_37));
    letter-spacing: 0em;
}

.font_10 {
    font: var(--font_10);
    color: rgb(var(--color_37));
    letter-spacing: 0em;
}

.color_11 {
    color: rgb(var(--color_11));
}

.color_36 {
    color: rgb(var(--color_36));
}

[data-mesh-id=SITE_FOOTERinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer]>[id="comp-jisw2bwl"] {
    position: relative;
    margin: 83px 0px 31px calc((100% - 980px) * 0.5);
    left: 150px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-jisw2bwl {
    width: 679px;
    height: auto;
}

#comp-jisw2bwl {
    --min-height: 26px;
    --text-direction: var(--wix-opt-in-direction);
}

[data-mesh-id=SITE_HEADERinlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer]>[id="comp-k52md8ub"] {
    position: relative;
    margin: 30px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-k52md8ub {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px - 60px);
    min-width: 980px;
}

[data-mesh-id=comp-k52md8ub1inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-k52md8ub1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 146px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-k52md8ub1inlineContent-gridContainer]>[id="comp-k52md8ub3"] {
    position: relative;
    margin: 12px 0px 10px calc((100% - 349px) * 0);
    left: -36px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-k52md8ub4inlineContent] {
    height: auto;
    width: 100%;
}

[data-mesh-id=comp-k52md8ub4inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 146px;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
}

[data-mesh-id=comp-k52md8ub4inlineContent-gridContainer]>[id="comp-k52md9da"] {
    position: relative;
    margin: 22px 0px 10px calc((100% - 631px) * 1);
    left: -161px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

[data-mesh-id=comp-k52md8ub4inlineContent-gridContainer]>[id="comp-k52md8ub5"] {
    position: relative;
    margin: 24px 0px 10px calc((100% - 631px) * 1);
    left: 525px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start;
}

#comp-k52md8ub {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px;
    --direction: ltr;
}

#comp-k52md8ub1 {
    width: 349px;
}

#comp-k52md8ub1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 349px;
    --column-flex: 349;
}

#comp-k52md8ub3 {
    --backgroundColor: 0, 0, 0;
    --alpha-backgroundColor: 0;
    --blendMode: normal;
    --textShadow: 0px 0px transparent;
    --textOutline: 0px 0px transparent;
}

#comp-k52md8ub3 {
    width: 385px;
    height: auto;
}

#comp-k52md8ub3 {
    --min-height: 32px;
    --text-direction: var(--wix-opt-in-direction);
}

#comp-k52md8ub4 {
    width: 631px;
}

#comp-k52md8ub4 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 631px;
    --column-flex: 631;
}

#comp-k52md9da {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_37);
    --rd: 0px;
    --shd: none;
    --fnt: var(--font_1);
    --pad: 0px;
    --txt: var(--color_36);
    --trans: color 0.4s ease 0s;
    --txth: var(--color_43);
    --txts: var(--color_43);
    --alpha-txth: 1;
    --alpha-txts: 1;
    --alpha-bgDrop: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

#comp-k52md9da {
    width: 656px;
    height: 30px;
}

#comp-k52md9da {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 0px;
    --submenus-direction: inherit;
    --menu-direction: inherit;
    --align: end;
    --menu-align: inherit;
    --submenus-align: inherit;
}

#comp-k52md8ub5 {
    width: 105px;
    height: 27px;
}

#comp-k52md8ub5 {
    --item-size: 27px;
    --item-margin-block: 0;
    --item-margin-inline: 0px 12px;
    --item-display: inline-block;
    --direction: var(--wix-opt-in-direction, ltr);
    width: 105px;
    height: 27px;
}

@font-face {
    font-family: 'poppins-semibold';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/aDjpMND83pDErGXlVEr-Sfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'poppins-semibold';
    font-style: italic;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/c4FPK8_hIFKoX59qcGwdChUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'poppins-semibold';
    font-style: italic;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/RbebACOccNN-5ixkDIVLjRUOjZSKWg4xBWp_C_qQx0o.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'poppins-semibold';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/9VWMTeb5jtXkNoTv949Npfk_vArhqVIZ0nv9q090hN8.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    font-style: italic;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    font-style: italic;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    font-style: italic;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    font-style: italic;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v21/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.other.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.other.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.other.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.math.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.math.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.math.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.symbols.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.symbols.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.symbols.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.0.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.0.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.0.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.1.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.1.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.1.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.2.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.2.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.2.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.3.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.3.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.3.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.4.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.4.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.4.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.5.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.5.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.5.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.6.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.6.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.6.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.7.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.7.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.7.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.8.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.8.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.8.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.9.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.9.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.9.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.10.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.10.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.10.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.11.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.11.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.11.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.12.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.12.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.12.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.13.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.13.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.13.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.14.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.14.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.14.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.15.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.15.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.15.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.16.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.16.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.16.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.17.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.17.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.17.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.18.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.18.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.18.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.19.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.19.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.19.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.20.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.20.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.20.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.21.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.21.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.21.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.22.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.22.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.22.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.23.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.23.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.23.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.24.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.24.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.24.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.25.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.25.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.25.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.26.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.26.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.26.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.27.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.27.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.27.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.28.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.28.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.28.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.29.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.29.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.29.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.30.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.30.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.30.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.31.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.31.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.31.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.32.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.32.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.32.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.33.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.33.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.33.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.34.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.34.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.34.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.35.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.35.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.35.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.36.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.36.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.36.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.37.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.37.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.37.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.38.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.38.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.38.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.japanese.39.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.japanese.39.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.japanese.39.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.cyrillic.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.cyrillic.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.cyrillic.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.greek-ext.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.greek-ext.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.greek-ext.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.greek.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.greek.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.greek.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.latin-ext.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.latin-ext.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.latin-ext.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/dc0ef40b-f7e8-4e93-aa94-571ea1efaa8b/v1/ot-yu-gothic-pr6n.latin.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 500;
    src: url('//static.parastorage.com/fonts/v2/a09c5dde-e62d-4a87-8774-58668595478e/v1/ot-yu-gothic-pr6n.latin.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'ot-yu-gothic-pr6n';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/3d21f83e-5759-42e7-8529-2fec29871323/v1/ot-yu-gothic-pr6n.latin.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w05_35-light.woff2') format('woff2');
    unicode-range: U+0100-012B, U+012E-0130, U+0132-0137, U+0139-0149, U+014C-0151, U+0154-015F, U+0162-0177, U+0179-017C, U+0218-021B, U+02C9, U+02D8-02D9, U+02DB, U+02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E9E, U+20B9-20BA, U+20BC-20BD, U+2113, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB01-FB02;
    font-display: swap;
}

@font-face {
    font-family: 'avenir-lt-w01_35-light1475496';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2') format('woff2');
    unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+0237, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.symbols.woff2') format('woff2');
    unicode-range: U+000A;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.symbols.woff2') format('woff2');
    unicode-range: U+000A;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.0.woff2') format('woff2');
    unicode-range: U+FFE0-FFE2, U+FFE4, U+FFE8;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.0.woff2') format('woff2');
    unicode-range: U+FFE0-FFE2, U+FFE4, U+FFE8;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.1.woff2') format('woff2');
    unicode-range: U+9E92, U+9EA9-9EAA, U+9EB4, U+9EB8, U+9EBF, U+9EC3, U+9ECD, U+9ED1, U+9ED8, U+9EDB, U+9F0E, U+9F20, U+9F4A, U+F91D, U+F928-F929, U+F936, U+F9D0, U+FA16, U+FA19-FA1B, U+FA22, U+FA26, U+FA30-FA31, U+FA33-FA35, U+FA37-FA38, U+FA3A-FA3B, U+FA3D, U+FA3F-FA41, U+FA43-FA48, U+FA4A-FA57, U+FA59-FA5C, U+FA5F, U+FA61-FA65, U+FA67-FA69, U+FF02, U+FF04, U+FF07, U+FF51, U+FF5B, U+FF5D, U+FF5F-FF60, U+FF69;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.1.woff2') format('woff2');
    unicode-range: U+9E92, U+9EA9-9EAA, U+9EB4, U+9EB8, U+9EBF, U+9EC3, U+9ECD, U+9ED1, U+9ED8, U+9EDB, U+9F0E, U+9F20, U+9F4A, U+F91D, U+F928-F929, U+F936, U+F9D0, U+FA16, U+FA19-FA1B, U+FA22, U+FA26, U+FA30-FA31, U+FA33-FA35, U+FA37-FA38, U+FA3A-FA3B, U+FA3D, U+FA3F-FA41, U+FA43-FA48, U+FA4A-FA57, U+FA59-FA5C, U+FA5F, U+FA61-FA65, U+FA67-FA69, U+FF02, U+FF04, U+FF07, U+FF51, U+FF5B, U+FF5D, U+FF5F-FF60, U+FF69;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.2.woff2') format('woff2');
    unicode-range: U+9921, U+99A8, U+99C1, U+99C8, U+99D5, U+9A37, U+9A4D, U+9A57, U+9AEE, U+9B4F, U+9B6F, U+9B92, U+9BAA, U+9BF5, U+9C0D, U+9C10, U+9C2F, U+9C39, U+9C52, U+9CF6, U+9D07-9D08, U+9D0E, U+9D1B, U+9D26, U+9D2B-9D2C, U+9D60-9D61, U+9D6C, U+9DC4, U+9DD7;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.2.woff2') format('woff2');
    unicode-range: U+9921, U+99A8, U+99C1, U+99C8, U+99D5, U+9A37, U+9A4D, U+9A57, U+9AEE, U+9B4F, U+9B6F, U+9B92, U+9BAA, U+9BF5, U+9C0D, U+9C10, U+9C2F, U+9C39, U+9C52, U+9CF6, U+9D07-9D08, U+9D0E, U+9D1B, U+9D26, U+9D2B-9D2C, U+9D60-9D61, U+9D6C, U+9DC4, U+9DD7;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.3.woff2') format('woff2');
    unicode-range: U+92CF, U+92D2, U+92E4, U+92EA, U+92F2, U+92F8, U+9304, U+9310, U+9318, U+931A, U+9328, U+932B, U+932E, U+934A, U+934D, U+9354, U+936C, U+937E, U+9394, U+9397, U+939A, U+93AD, U+93D1, U+9419, U+9444, U+947D, U+958F, U+95A4, U+95CA, U+966A, U+9677, U+9695, U+96AA, U+96BB, U+96C1, U+96DC, U+975C, U+9771, U+978B, U+97A0, U+97ED-97EE, U+980C, U+9817, U+981A, U+9830, U+9834, U+985A-985B, U+986F, U+98DC;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.3.woff2') format('woff2');
    unicode-range: U+92CF, U+92D2, U+92E4, U+92EA, U+92F2, U+92F8, U+9304, U+9310, U+9318, U+931A, U+9328, U+932B, U+932E, U+934A, U+934D, U+9354, U+936C, U+937E, U+9394, U+9397, U+939A, U+93AD, U+93D1, U+9419, U+9444, U+947D, U+958F, U+95A4, U+95CA, U+966A, U+9677, U+9695, U+96AA, U+96BB, U+96C1, U+96DC, U+975C, U+9771, U+978B, U+97A0, U+97ED-97EE, U+980C, U+9817, U+981A, U+9830, U+9834, U+985A-985B, U+986F, U+98DC;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.4.woff2') format('woff2');
    unicode-range: U+8E35, U+8E44, U+8E5F, U+8EAF, U+8EBE, U+8EC0, U+8EE3, U+8F2F, U+8F49, U+8F4D, U+8FC2, U+8FEA, U+8FED, U+8FFA, U+9013, U+901E, U+903C, U+9041, U+905C, U+9081, U+90DE, U+912D, U+9149, U+914B-914C, U+9187, U+9189, U+9197, U+91AC, U+91B1, U+91C0, U+91C9, U+91E6, U+920E, U+9237, U+9264, U+9266, U+927E, U+9291;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.4.woff2') format('woff2');
    unicode-range: U+8E35, U+8E44, U+8E5F, U+8EAF, U+8EBE, U+8EC0, U+8EE3, U+8F2F, U+8F49, U+8F4D, U+8FC2, U+8FEA, U+8FED, U+8FFA, U+9013, U+901E, U+903C, U+9041, U+905C, U+9081, U+90DE, U+912D, U+9149, U+914B-914C, U+9187, U+9189, U+9197, U+91AC, U+91B1, U+91C0, U+91C9, U+91E6, U+920E, U+9237, U+9264, U+9266, U+927E, U+9291;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.5.woff2') format('woff2');
    unicode-range: U+87EC, U+87FB, U+8805, U+880D, U+880F, U+881F, U+885E, U+8877, U+8888, U+88B7, U+88DD, U+88DF, U+88E1, U+892A, U+8956, U+89BD, U+8A3B, U+8A51, U+8A54, U+8A62, U+8ABC, U+8AC4, U+8ACC, U+8ADC, U+8AE7, U+8AEB, U+8AEE, U+8AF7, U+8AFA, U+8B01-8B02, U+8B04, U+8B20, U+8B2C, U+8B6F, U+8B93, U+8B9A, U+8C4E, U+8CC2, U+8CC4, U+8CCE, U+8CE3-8CE4, U+8CE6, U+8CF4, U+8D0B, U+8D14, U+8D6B, U+8D73, U+8DA8, U+8DBE;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.5.woff2') format('woff2');
    unicode-range: U+87EC, U+87FB, U+8805, U+880D, U+880F, U+881F, U+885E, U+8877, U+8888, U+88B7, U+88DD, U+88DF, U+88E1, U+892A, U+8956, U+89BD, U+8A3B, U+8A51, U+8A54, U+8A62, U+8ABC, U+8AC4, U+8ACC, U+8ADC, U+8AE7, U+8AEB, U+8AEE, U+8AF7, U+8AFA, U+8B01-8B02, U+8B04, U+8B20, U+8B2C, U+8B6F, U+8B93, U+8B9A, U+8C4E, U+8CC2, U+8CC4, U+8CCE, U+8CE3-8CE4, U+8CE6, U+8CF4, U+8D0B, U+8D14, U+8D6B, U+8D73, U+8DA8, U+8DBE;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.6.woff2') format('woff2');
    unicode-range: U+8346, U+834A, U+834F, U+838A, U+839E, U+83AB, U+83B1, U+83B5, U+83D6, U+83DF, U+83EB, U+83F0, U+8404, U+840A, U+8420, U+8431, U+844E, U+8461-8462, U+8466, U+847A, U+848B, U+8490, U+849C, U+84C9, U+84D1, U+84EC, U+84FC, U+8500, U+851A, U+8523, U+8543, U+854A-854B, U+8557, U+8569-856A, U+857E, U+8597, U+85AE-85B0, U+85C1, U+85CF, U+85E5, U+85F7, U+8602, U+865B, U+865E, U+867B, U+8695, U+86A4, U+86CB, U+86CE, U+86E4, U+86ED, U+86F8, U+86FE, U+870E, U+8749, U+874B, U+8755, U+8766, U+8771, U+877F;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.6.woff2') format('woff2');
    unicode-range: U+8346, U+834A, U+834F, U+838A, U+839E, U+83AB, U+83B1, U+83B5, U+83D6, U+83DF, U+83EB, U+83F0, U+8404, U+840A, U+8420, U+8431, U+844E, U+8461-8462, U+8466, U+847A, U+848B, U+8490, U+849C, U+84C9, U+84D1, U+84EC, U+84FC, U+8500, U+851A, U+8523, U+8543, U+854A-854B, U+8557, U+8569-856A, U+857E, U+8597, U+85AE-85B0, U+85C1, U+85CF, U+85E5, U+85F7, U+8602, U+865B, U+865E, U+867B, U+8695, U+86A4, U+86CB, U+86CE, U+86E4, U+86ED, U+86F8, U+86FE, U+870E, U+8749, U+874B, U+8755, U+8766, U+8771, U+877F;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.7.woff2') format('woff2');
    unicode-range: U+7D63, U+7D9C, U+7DA0, U+7DAC, U+7DB8, U+7DD6, U+7DE3, U+7DEC, U+7E23, U+7E31, U+7E37, U+7E5D-7E5E, U+7E61, U+7E67, U+7E6B, U+7E6D, U+7E82, U+7E96, U+7F6B, U+7F77, U+7F79, U+7F9A, U+7FAF, U+7FC6, U+7FEB, U+7FF0, U+800C, U+803D, U+8058, U+8068, U+806F, U+807D-807E, U+8087, U+808B, U+80B1, U+80DA, U+80E4, U+8129, U+8139, U+8151, U+8171, U+81A0, U+81B5, U+81C6, U+81DF, U+81E5, U+821B-821C, U+8235, U+8237, U+826E, U+8299, U+82C5, U+82D2-82D3, U+82E7;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.7.woff2') format('woff2');
    unicode-range: U+7D63, U+7D9C, U+7DA0, U+7DAC, U+7DB8, U+7DD6, U+7DE3, U+7DEC, U+7E23, U+7E31, U+7E37, U+7E5D-7E5E, U+7E61, U+7E67, U+7E6B, U+7E6D, U+7E82, U+7E96, U+7F6B, U+7F77, U+7F79, U+7F9A, U+7FAF, U+7FC6, U+7FEB, U+7FF0, U+800C, U+803D, U+8058, U+8068, U+806F, U+807D-807E, U+8087, U+808B, U+80B1, U+80DA, U+80E4, U+8129, U+8139, U+8151, U+8171, U+81A0, U+81B5, U+81C6, U+81DF, U+81E5, U+821B-821C, U+8235, U+8237, U+826E, U+8299, U+82C5, U+82D2-82D3, U+82E7;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.8.woff2') format('woff2');
    unicode-range: U+786F, U+7872, U+7887, U+788D-788E, U+7893, U+78A9, U+78CB, U+7901, U+7926, U+792A-792B, U+7941, U+7955, U+7962, U+7977, U+797F, U+798D-798E, U+79A6, U+79AA, U+79AE, U+79B0-79B1, U+79BD-79BE, U+79DF, U+7A17, U+7A1F, U+7A3B, U+7A46, U+7A4E, U+7A50, U+7A57, U+7A63, U+7A70, U+7A79, U+7A84, U+7ABA, U+7AC3, U+7AEA, U+7AFA, U+7B08, U+7B19, U+7B25, U+7B4F, U+7B86, U+7BAD, U+7BE6, U+7C1E, U+7C38, U+7C3E, U+7C7E, U+7C81-7C82, U+7C8D, U+7CA5, U+7CB9, U+7CCA, U+7CCE, U+7CDF-7CE0, U+7CFE, U+7D06, U+7D2C, U+7D43;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.8.woff2') format('woff2');
    unicode-range: U+786F, U+7872, U+7887, U+788D-788E, U+7893, U+78A9, U+78CB, U+7901, U+7926, U+792A-792B, U+7941, U+7955, U+7962, U+7977, U+797F, U+798D-798E, U+79A6, U+79AA, U+79AE, U+79B0-79B1, U+79BD-79BE, U+79DF, U+7A17, U+7A1F, U+7A3B, U+7A46, U+7A4E, U+7A50, U+7A57, U+7A63, U+7A70, U+7A79, U+7A84, U+7ABA, U+7AC3, U+7AEA, U+7AFA, U+7B08, U+7B19, U+7B25, U+7B4F, U+7B86, U+7BAD, U+7BE6, U+7C1E, U+7C38, U+7C3E, U+7C7E, U+7C81-7C82, U+7C8D, U+7CA5, U+7CB9, U+7CCA, U+7CCE, U+7CDF-7CE0, U+7CFE, U+7D06, U+7D2C, U+7D43;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.9.woff2') format('woff2');
    unicode-range: U+7370, U+7378, U+7396, U+73BB, U+73CA, U+73EA, U+7433, U+7455, U+745A, U+7473, U+7476, U+74BD, U+7511, U+751C, U+7526, U+752B, U+754F, U+755D, U+7562, U+7566, U+7574, U+7577, U+7587, U+758A-758B, U+758F, U+75B1, U+75B5, U+75D4, U+75D8, U+7621, U+7624, U+7626, U+768B, U+7690, U+7693, U+76BA, U+76C3, U+76C8, U+76CC, U+76DC, U+76E1, U+76EA, U+7738, U+779E, U+77A5, U+77B0, U+77BC, U+77E7, U+77E9, U+7812, U+7826-7827, U+783A, U+783F;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.9.woff2') format('woff2');
    unicode-range: U+7370, U+7378, U+7396, U+73BB, U+73CA, U+73EA, U+7433, U+7455, U+745A, U+7473, U+7476, U+74BD, U+7511, U+751C, U+7526, U+752B, U+754F, U+755D, U+7562, U+7566, U+7574, U+7577, U+7587, U+758A-758B, U+758F, U+75B1, U+75B5, U+75D4, U+75D8, U+7621, U+7624, U+7626, U+768B, U+7690, U+7693, U+76BA, U+76C3, U+76C8, U+76CC, U+76DC, U+76E1, U+76EA, U+7738, U+779E, U+77A5, U+77B0, U+77BC, U+77E7, U+77E9, U+7812, U+7826-7827, U+783A, U+783F;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.10.woff2') format('woff2');
    unicode-range: U+6D82, U+6D89, U+6D8C, U+6D9C, U+6DB5, U+6DD8, U+6DDA, U+6DE8, U+6DF9, U+6E20, U+6E25, U+6E34, U+6E5B, U+6E8C, U+6EAB, U+6EAF, U+6EC9, U+6EEF, U+6F09, U+6F11, U+6F15, U+6F31, U+6F38, U+6F45, U+6F51, U+6F74, U+6F97, U+6FB1, U+6FD5, U+6FE0, U+6FE4, U+6FEB, U+6FFE, U+7006, U+7015, U+701E, U+7026, U+7028, U+704C, U+7114, U+7119, U+7130, U+7149, U+7164, U+7194, U+7199, U+71BE, U+71CE, U+71D0, U+71D2, U+71E6, U+71ED, U+71FF, U+722D, U+7232, U+723E, U+7252, U+7280, U+72C0, U+72F9, U+72FD, U+7336-7337;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.10.woff2') format('woff2');
    unicode-range: U+6D82, U+6D89, U+6D8C, U+6D9C, U+6DB5, U+6DD8, U+6DDA, U+6DE8, U+6DF9, U+6E20, U+6E25, U+6E34, U+6E5B, U+6E8C, U+6EAB, U+6EAF, U+6EC9, U+6EEF, U+6F09, U+6F11, U+6F15, U+6F31, U+6F38, U+6F45, U+6F51, U+6F74, U+6F97, U+6FB1, U+6FD5, U+6FE0, U+6FE4, U+6FEB, U+6FFE, U+7006, U+7015, U+701E, U+7026, U+7028, U+704C, U+7114, U+7119, U+7130, U+7149, U+7164, U+7194, U+7199, U+71BE, U+71CE, U+71D0, U+71D2, U+71E6, U+71ED, U+71FF, U+722D, U+7232, U+723E, U+7252, U+7280, U+72C0, U+72F9, U+72FD, U+7336-7337;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.11.woff2') format('woff2');
    unicode-range: U+685D, U+685F, U+6867, U+689B, U+68A2, U+68A7, U+68AF, U+68BC, U+68C9, U+68D8, U+6900, U+690B, U+6919, U+691B, U+6930, U+6934, U+6962, U+696F, U+6973, U+6977, U+69B4, U+69C7, U+69D9, U+6A17, U+6A1F, U+6A23, U+6A35, U+6A61-6A62, U+6A6B, U+6A7F, U+6AA2, U+6AAE, U+6ABB, U+6AC2, U+6AD3, U+6ADB, U+6B23, U+6B3D, U+6B4E, U+6B65, U+6B77, U+6B89, U+6BC0, U+6BCF, U+6BD7-6BD8, U+6BEC, U+6C3E, U+6C40, U+6C5D, U+6C83, U+6C8C, U+6C93, U+6CAB, U+6D35, U+6D38, U+6D6C;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.11.woff2') format('woff2');
    unicode-range: U+685D, U+685F, U+6867, U+689B, U+68A2, U+68A7, U+68AF, U+68BC, U+68C9, U+68D8, U+6900, U+690B, U+6919, U+691B, U+6930, U+6934, U+6962, U+696F, U+6973, U+6977, U+69B4, U+69C7, U+69D9, U+6A17, U+6A1F, U+6A23, U+6A35, U+6A61-6A62, U+6A6B, U+6A7F, U+6AA2, U+6AAE, U+6ABB, U+6AC2, U+6AD3, U+6ADB, U+6B23, U+6B3D, U+6B4E, U+6B65, U+6B77, U+6B89, U+6BC0, U+6BCF, U+6BD7-6BD8, U+6BEC, U+6C3E, U+6C40, U+6C5D, U+6C83, U+6C8C, U+6C93, U+6CAB, U+6D35, U+6D38, U+6D6C;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.12.woff2') format('woff2');
    unicode-range: U+62D4, U+62DC, U+6309, U+633A, U+634C, U+6372, U+6377, U+637A, U+63A0, U+63A9, U+63AC, U+63D6, U+63ED, U+6414, U+6416, U+6451, U+6478, U+649A, U+649E, U+64CA, U+64FE, U+651D, U+6536, U+654D, U+6572, U+658C, U+65A1, U+65A4-65A5, U+660A, U+6634, U+6644, U+664F, U+665A, U+665D, U+665F, U+6668, U+6670, U+66A2, U+66C6, U+66C9, U+66DD, U+6714-6715, U+6753, U+6762, U+6777, U+6787, U+67C1, U+67D8, U+67FE, U+6802, U+6834, U+6853-6854;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.12.woff2') format('woff2');
    unicode-range: U+62D4, U+62DC, U+6309, U+633A, U+634C, U+6372, U+6377, U+637A, U+63A0, U+63A9, U+63AC, U+63D6, U+63ED, U+6414, U+6416, U+6451, U+6478, U+649A, U+649E, U+64CA, U+64FE, U+651D, U+6536, U+654D, U+6572, U+658C, U+65A1, U+65A4-65A5, U+660A, U+6634, U+6644, U+664F, U+665A, U+665D, U+665F, U+6668, U+6670, U+66A2, U+66C6, U+66C9, U+66DD, U+6714-6715, U+6753, U+6762, U+6777, U+6787, U+67C1, U+67D8, U+67FE, U+6802, U+6834, U+6853-6854;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.13.woff2') format('woff2');
    unicode-range: U+5DBD, U+5DCC, U+5DD6, U+5DE2, U+5DF2, U+5DFD, U+5E00, U+5E25, U+5E36, U+5E87, U+5E96, U+5E9A, U+5EB8, U+5ECF-5ED0, U+5ED3, U+5EDA, U+5EDF-5EE0, U+5EF3, U+5EFC, U+5EFF, U+5F17, U+5F1B, U+5F27, U+5F3C, U+5F48, U+5F4A, U+5F4C, U+5F57, U+5F6A, U+5F6C, U+5FA0, U+5FB5, U+5FB7, U+5FBD, U+5FFD, U+6046, U+6055, U+6062-6063, U+6070, U+6089, U+608C, U+60C7, U+60DF, U+60E1, U+60F0, U+60FA, U+6108, U+613C, U+6144, U+617E, U+619A, U+61AC, U+61BE, U+61F7, U+620A, U+620E, U+6230, U+6232, U+6258, U+62C2;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.13.woff2') format('woff2');
    unicode-range: U+5DBD, U+5DCC, U+5DD6, U+5DE2, U+5DF2, U+5DFD, U+5E00, U+5E25, U+5E36, U+5E87, U+5E96, U+5E9A, U+5EB8, U+5ECF-5ED0, U+5ED3, U+5EDA, U+5EDF-5EE0, U+5EF3, U+5EFC, U+5EFF, U+5F17, U+5F1B, U+5F27, U+5F3C, U+5F48, U+5F4A, U+5F4C, U+5F57, U+5F6A, U+5F6C, U+5FA0, U+5FB5, U+5FB7, U+5FBD, U+5FFD, U+6046, U+6055, U+6062-6063, U+6070, U+6089, U+608C, U+60C7, U+60DF, U+60E1, U+60F0, U+60FA, U+6108, U+613C, U+6144, U+617E, U+619A, U+61AC, U+61BE, U+61F7, U+620A, U+620E, U+6230, U+6232, U+6258, U+62C2;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.14.woff2') format('woff2');
    unicode-range: U+57C3, U+57DC, U+57E0, U+57F4, U+582F-5830, U+5835, U+5840, U+5851, U+5858-5859, U+5861, U+589E, U+58B3, U+58BE, U+58D5, U+58D8, U+58DE, U+58EC, U+58EF, U+58F7, U+58FD, U+5919, U+594E, U+5957, U+5967, U+596C, U+59BE, U+59E5, U+59F6, U+5A03, U+5A41, U+5AE1, U+5B2C, U+5B30, U+5B43, U+5B5C, U+5B5F, U+5B69, U+5B75, U+5B8B, U+5B8D, U+5BA5, U+5BD3, U+5BE1-5BE2, U+5BE6, U+5BEC, U+5BF5, U+5C07-5C09, U+5C24, U+5C2D, U+5C4D, U+5C53, U+5C61-5C62, U+5C6F, U+5CA8, U+5CB1, U+5CD9, U+5CE8-5CE9, U+5CFB, U+5CFD, U+5D15, U+5D17, U+5D1A, U+5D69, U+5D6F, U+5D73;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.14.woff2') format('woff2');
    unicode-range: U+57C3, U+57DC, U+57E0, U+57F4, U+582F-5830, U+5835, U+5840, U+5851, U+5858-5859, U+5861, U+589E, U+58B3, U+58BE, U+58D5, U+58D8, U+58DE, U+58EC, U+58EF, U+58F7, U+58FD, U+5919, U+594E, U+5957, U+5967, U+596C, U+59BE, U+59E5, U+59F6, U+5A03, U+5A41, U+5AE1, U+5B2C, U+5B30, U+5B43, U+5B5C, U+5B5F, U+5B69, U+5B75, U+5B8B, U+5B8D, U+5BA5, U+5BD3, U+5BE1-5BE2, U+5BE6, U+5BEC, U+5BF5, U+5C07-5C09, U+5C24, U+5C2D, U+5C4D, U+5C53, U+5C61-5C62, U+5C6F, U+5CA8, U+5CB1, U+5CD9, U+5CE8-5CE9, U+5CFB, U+5CFD, U+5D15, U+5D17, U+5D1A, U+5D69, U+5D6F, U+5D73;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.15.woff2') format('woff2');
    unicode-range: U+528D, U+52AB, U+52BE, U+52C1, U+52C5, U+52F3, U+52FA, U+5301, U+5319, U+531D, U+5321, U+532A, U+5366, U+5377, U+537D, U+537F, U+5398, U+53A9, U+53AD, U+53B0, U+53DB, U+53E2, U+5403, U+540B, U+540F, U+541E, U+5492, U+54E8-54E9, U+5516, U+5538, U+5544, U+555E, U+55A9, U+55AC, U+55AE, U+5617, U+5631-5632, U+5653, U+566A, U+5678, U+567A, U+5687, U+5699, U+56B4, U+5703, U+5708, U+5713, U+5718, U+5751, U+5764;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.15.woff2') format('woff2');
    unicode-range: U+528D, U+52AB, U+52BE, U+52C1, U+52C5, U+52F3, U+52FA, U+5301, U+5319, U+531D, U+5321, U+532A, U+5366, U+5377, U+537D, U+537F, U+5398, U+53A9, U+53AD, U+53B0, U+53DB, U+53E2, U+5403, U+540B, U+540F, U+541E, U+5492, U+54E8-54E9, U+5516, U+5538, U+5544, U+555E, U+55A9, U+55AC, U+55AE, U+5617, U+5631-5632, U+5653, U+566A, U+5678, U+567A, U+5687, U+5699, U+56B4, U+5703, U+5708, U+5713, U+5718, U+5751, U+5764;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.16.woff2') format('woff2');
    unicode-range: U+4E11, U+4E19, U+4E1E, U+4E4D-4E4E, U+4E56, U+4E58, U+4E98-4E99, U+4E9E, U+4EA5-4EA6, U+4EA8, U+4EC7, U+4F0D, U+4F36, U+4F43, U+4F5B, U+4F7C, U+4F83, U+4FA0, U+4FAF, U+4FC4, U+4FD0, U+4FDF-4FE0, U+4FEF, U+4FF1, U+5016, U+5023, U+5026, U+502D, U+5039, U+5072, U+50AD, U+50B2-50B3, U+50D1, U+50DE, U+50F9, U+50FB, U+5109, U+5112, U+5118, U+511A, U+5141, U+5147, U+5152, U+5154, U+5191, U+51A4, U+51C9, U+51CB, U+51E7, U+51FE, U+525D, U+5269, U+5283, U+5289;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.16.woff2') format('woff2');
    unicode-range: U+4E11, U+4E19, U+4E1E, U+4E4D-4E4E, U+4E56, U+4E58, U+4E98-4E99, U+4E9E, U+4EA5-4EA6, U+4EA8, U+4EC7, U+4F0D, U+4F36, U+4F43, U+4F5B, U+4F7C, U+4F83, U+4FA0, U+4FAF, U+4FC4, U+4FD0, U+4FDF-4FE0, U+4FEF, U+4FF1, U+5016, U+5023, U+5026, U+502D, U+5039, U+5072, U+50AD, U+50B2-50B3, U+50D1, U+50DE, U+50F9, U+50FB, U+5109, U+5112, U+5118, U+511A, U+5141, U+5147, U+5152, U+5154, U+5191, U+51A4, U+51C9, U+51CB, U+51E7, U+51FE, U+525D, U+5269, U+5283, U+5289;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.17.woff2') format('woff2');
    unicode-range: U+31F7, U+3232, U+32BF, U+338F, U+3396, U+339E, U+33A5, U+3D4E;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.17.woff2') format('woff2');
    unicode-range: U+31F7, U+3232, U+32BF, U+338F, U+3396, U+339E, U+33A5, U+3D4E;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.18.woff2') format('woff2');
    unicode-range: U+3013, U+3016;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.18.woff2') format('woff2');
    unicode-range: U+3013, U+3016;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.20.woff2') format('woff2');
    unicode-range: U+301D, U+301F, U+3090, U+30F1, U+339C, U+4FF8, U+515C, U+5239, U+526A, U+52FE, U+535C, U+53D9, U+5420, U+54FA, U+56A2, U+5750, U+5766, U+5806, U+5937, U+5954, U+5993, U+59D0, U+59FB, U+5A3C, U+5A7F, U+5B95, U+5C41, U+6028, U+60E0, U+620C, U+621F, U+626E, U+641C, U+646F, U+647A, U+64B0, U+64E2, U+65A7, U+65AF, U+66D9, U+66FE, U+676D, U+6775, U+67F5, U+68FA, U+694A, U+6955, U+69AE, U+6A02, U+6A3A, U+6A80, U+6C23, U+6C72, U+6D1B, U+6DCB, U+6F23, U+6FAA, U+707C, U+71C8, U+71FB, U+724C, U+725D, U+7262, U+7422, U+74E2, U+75BC, U+7791, U+7825, U+7940, U+79BF, U+7A14, U+7A1C, U+7A83, U+7AC4, U+7BED, U+7C95, U+7DFB, U+7FC1, U+8000, U+8207, U+82A5, U+82DB, U+8304, U+83E9, U+8471, U+8494, U+8513, U+8526, U+853D, U+8568, U+8599, U+85EA, U+86D9, U+86DB, U+8718, U+87BA, U+8861, U+887F, U+88F3, U+8AD2, U+8CD3, U+8DE8, U+8E2A, U+8F0C, U+8F3F, U+8FA3, U+8FE6, U+9059, U+9061, U+9091, U+916A, U+91C7, U+929A, U+95A5, U+976D, U+9798, U+97AD, U+98AF, U+9910, U+9913, U+9957, U+9BAB, U+9DAF, U+9ECE;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.20.woff2') format('woff2');
    unicode-range: U+301D, U+301F, U+3090, U+30F1, U+339C, U+4FF8, U+515C, U+5239, U+526A, U+52FE, U+535C, U+53D9, U+5420, U+54FA, U+56A2, U+5750, U+5766, U+5806, U+5937, U+5954, U+5993, U+59D0, U+59FB, U+5A3C, U+5A7F, U+5B95, U+5C41, U+6028, U+60E0, U+620C, U+621F, U+626E, U+641C, U+646F, U+647A, U+64B0, U+64E2, U+65A7, U+65AF, U+66D9, U+66FE, U+676D, U+6775, U+67F5, U+68FA, U+694A, U+6955, U+69AE, U+6A02, U+6A3A, U+6A80, U+6C23, U+6C72, U+6D1B, U+6DCB, U+6F23, U+6FAA, U+707C, U+71C8, U+71FB, U+724C, U+725D, U+7262, U+7422, U+74E2, U+75BC, U+7791, U+7825, U+7940, U+79BF, U+7A14, U+7A1C, U+7A83, U+7AC4, U+7BED, U+7C95, U+7DFB, U+7FC1, U+8000, U+8207, U+82A5, U+82DB, U+8304, U+83E9, U+8471, U+8494, U+8513, U+8526, U+853D, U+8568, U+8599, U+85EA, U+86D9, U+86DB, U+8718, U+87BA, U+8861, U+887F, U+88F3, U+8AD2, U+8CD3, U+8DE8, U+8E2A, U+8F0C, U+8F3F, U+8FA3, U+8FE6, U+9059, U+9061, U+9091, U+916A, U+91C7, U+929A, U+95A5, U+976D, U+9798, U+97AD, U+98AF, U+9910, U+9913, U+9957, U+9BAB, U+9DAF, U+9ECE;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.21.woff2') format('woff2');
    unicode-range: U+309B, U+4E5E, U+4EC0, U+4ED4, U+4F91, U+4FAE, U+4FB6, U+51F1, U+5347, U+53C9, U+540E, U+543B, U+54B3, U+5506, U+55C5, U+586B, U+58CC, U+5944, U+59D1, U+5B0C, U+5B78, U+5C51, U+5DF7, U+5EF7, U+5F14, U+5F9E, U+6101, U+6155, U+6167-6168, U+61A4, U+6284, U+62D0, U+62D7, U+62D9, U+6602, U+6666, U+6689, U+66F3, U+673D, U+67A2, U+67CA, U+698A, U+699B, U+69CC, U+6A2B, U+6A59, U+6A8E, U+6A9C, U+6D29, U+6D9B, U+6DD1, U+6E07, U+6E3E, U+6F81, U+70B8, U+7235, U+72DB, U+72F8, U+73C0, U+73C2, U+7425, U+7435-7436, U+7525, U+7554, U+7560, U+75D2, U+77AD, U+785D, U+786B, U+7953, U+7984, U+7A92, U+7AE3, U+7B94, U+7BAA, U+7C9B, U+7CE7, U+7D18, U+7DBB, U+7E1E, U+80AF, U+817F, U+81BF, U+82AD, U+82EB, U+8463, U+8499, U+8511, U+8549, U+85DD, U+85E9, U+868A, U+86EE, U+8A60, U+8A6E, U+8C79, U+8CAA, U+8E87, U+8E8A, U+8F44, U+8F5F, U+9010, U+9017, U+9075, U+907C, U+918D, U+9190, U+92F3, U+9640, U+965B, U+978D, U+97FB, U+9838, U+98E2, U+9A28, U+9AB8, U+9B41, U+9BA8, U+9BAD, U+9C57, U+9D3B, U+9D5C, U+9DFA, U+9E93, U+9E9F, U+9EB9;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.21.woff2') format('woff2');
    unicode-range: U+309B, U+4E5E, U+4EC0, U+4ED4, U+4F91, U+4FAE, U+4FB6, U+51F1, U+5347, U+53C9, U+540E, U+543B, U+54B3, U+5506, U+55C5, U+586B, U+58CC, U+5944, U+59D1, U+5B0C, U+5B78, U+5C51, U+5DF7, U+5EF7, U+5F14, U+5F9E, U+6101, U+6155, U+6167-6168, U+61A4, U+6284, U+62D0, U+62D7, U+62D9, U+6602, U+6666, U+6689, U+66F3, U+673D, U+67A2, U+67CA, U+698A, U+699B, U+69CC, U+6A2B, U+6A59, U+6A8E, U+6A9C, U+6D29, U+6D9B, U+6DD1, U+6E07, U+6E3E, U+6F81, U+70B8, U+7235, U+72DB, U+72F8, U+73C0, U+73C2, U+7425, U+7435-7436, U+7525, U+7554, U+7560, U+75D2, U+77AD, U+785D, U+786B, U+7953, U+7984, U+7A92, U+7AE3, U+7B94, U+7BAA, U+7C9B, U+7CE7, U+7D18, U+7DBB, U+7E1E, U+80AF, U+817F, U+81BF, U+82AD, U+82EB, U+8463, U+8499, U+8511, U+8549, U+85DD, U+85E9, U+868A, U+86EE, U+8A60, U+8A6E, U+8C79, U+8CAA, U+8E87, U+8E8A, U+8F44, U+8F5F, U+9010, U+9017, U+9075, U+907C, U+918D, U+9190, U+92F3, U+9640, U+965B, U+978D, U+97FB, U+9838, U+98E2, U+9A28, U+9AB8, U+9B41, U+9BA8, U+9BAD, U+9C57, U+9D3B, U+9D5C, U+9DFA, U+9E93, U+9E9F, U+9EB9;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.22.woff2') format('woff2');
    unicode-range: U+3231, U+4E14, U+4E9B, U+4EAB, U+4F3D, U+4F47, U+4FE3, U+4FF5, U+51A5, U+51B6, U+51DC, U+51F0, U+536F, U+53D4, U+53E1, U+53F1, U+54BD, U+553E, U+559D, U+55DC, U+55E3, U+56DA, U+589C, U+58FA, U+59EA, U+5BB5, U+5BC5, U+5C16, U+5CE1, U+5CEF, U+5D16, U+5DF4, U+5EB6, U+5EC9, U+5F10, U+602F, U+60BC, U+6190-6191, U+61C9, U+6216, U+62F7, U+633D, U+634F, U+6357, U+637B, U+63BB, U+6492, U+64A5, U+6591, U+65BC, U+65FA, U+660F, U+66D6, U+6756, U+681E, U+6876, U+6893, U+6897, U+698E, U+6BC5, U+6C7D, U+6E1A, U+6E26, U+711A, U+714C, U+7169, U+71D5, U+722C, U+725F, U+727D, U+72D7, U+731F, U+745B, U+74DC, U+75B9, U+75D5, U+75E2, U+75FA, U+76F2, U+7729, U+7766, U+7891, U+7897, U+7A7F, U+7AAE, U+7AFF, U+7B48, U+7B8B, U+7C9F, U+7D21, U+7DCB, U+7E55, U+7F75, U+810A, U+818F, U+8218, U+8236, U+82B9, U+8338, U+840E, U+842C, U+852D, U+85AA, U+8823, U+88B4, U+8910, U+8A0A, U+8A63, U+8B33, U+8B39, U+8CDC, U+8D74, U+904D, U+919C, U+91E7, U+9306, U+93A7, U+96BC, U+96CC, U+96EB, U+971C, U+98F4, U+9AC4, U+9AED, U+9B8E, U+FF4A, U+FF5A;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.22.woff2') format('woff2');
    unicode-range: U+3231, U+4E14, U+4E9B, U+4EAB, U+4F3D, U+4F47, U+4FE3, U+4FF5, U+51A5, U+51B6, U+51DC, U+51F0, U+536F, U+53D4, U+53E1, U+53F1, U+54BD, U+553E, U+559D, U+55DC, U+55E3, U+56DA, U+589C, U+58FA, U+59EA, U+5BB5, U+5BC5, U+5C16, U+5CE1, U+5CEF, U+5D16, U+5DF4, U+5EB6, U+5EC9, U+5F10, U+602F, U+60BC, U+6190-6191, U+61C9, U+6216, U+62F7, U+633D, U+634F, U+6357, U+637B, U+63BB, U+6492, U+64A5, U+6591, U+65BC, U+65FA, U+660F, U+66D6, U+6756, U+681E, U+6876, U+6893, U+6897, U+698E, U+6BC5, U+6C7D, U+6E1A, U+6E26, U+711A, U+714C, U+7169, U+71D5, U+722C, U+725F, U+727D, U+72D7, U+731F, U+745B, U+74DC, U+75B9, U+75D5, U+75E2, U+75FA, U+76F2, U+7729, U+7766, U+7891, U+7897, U+7A7F, U+7AAE, U+7AFF, U+7B48, U+7B8B, U+7C9F, U+7D21, U+7DCB, U+7E55, U+7F75, U+810A, U+818F, U+8218, U+8236, U+82B9, U+8338, U+840E, U+842C, U+852D, U+85AA, U+8823, U+88B4, U+8910, U+8A0A, U+8A63, U+8B33, U+8B39, U+8CDC, U+8D74, U+904D, U+919C, U+91E7, U+9306, U+93A7, U+96BC, U+96CC, U+96EB, U+971C, U+98F4, U+9AC4, U+9AED, U+9B8E, U+FF4A, U+FF5A;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.23.woff2') format('woff2');
    unicode-range: U+3006, U+33A1, U+4F10, U+4F86, U+50C5, U+5176, U+5197, U+51A8, U+51B4, U+51C6, U+51EA, U+5243, U+5256, U+52F2, U+5384, U+541F, U+5606, U+5614, U+5841, U+5875, U+59DC, U+5A2F, U+5B54, U+5BB0, U+5CAC, U+5CE0, U+5DBA, U+5DEB, U+5DF3, U+5E63, U+5EE3, U+5F59, U+5FCC, U+601C, U+6068, U+60E7, U+618E, U+61F2, U+62C9, U+632B, U+6367, U+638C, U+64AD, U+66AB, U+66F9, U+6816, U+6881, U+68B6, U+6960, U+697C, U+69CD, U+6A0B, U+6B3E, U+6B64, U+6C50, U+6D2A, U+6E15, U+6EBA, U+6F20, U+6FC1, U+7027, U+7058, U+7078, U+70F9, U+714E, U+7272, U+72A0, U+72D0, U+7345, U+73ED, U+751A, U+760D, U+764C, U+77DB, U+7947, U+7985, U+79E6, U+79E9, U+7A3D, U+7A9F, U+7AAF, U+7B1B, U+7B95, U+7BE4, U+7D62, U+7D79, U+7E8F, U+7F60, U+7F9E, U+7FE0, U+8098, U+80B4, U+80BA, U+80CE, U+80F4, U+8106, U+814E, U+8154, U+81FC, U+8247, U+82D4, U+831C, U+85A9, U+85FB, U+865C, U+8702, U+87F9, U+895F, U+8A03, U+8A1F, U+8ACF, U+8AED, U+8B90, U+8CED, U+8FBF, U+90C1, U+90ED, U+91D8, U+920D, U+9418, U+9583, U+9591, U+9756, U+9784, U+9801, U+9813, U+982C, U+984E, U+99B3, U+9BC9, U+9BD6, U+9BDB, U+9BE8, U+9E78, U+FF46, U+FF6B, U+FF7F, U+FF88;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.23.woff2') format('woff2');
    unicode-range: U+3006, U+33A1, U+4F10, U+4F86, U+50C5, U+5176, U+5197, U+51A8, U+51B4, U+51C6, U+51EA, U+5243, U+5256, U+52F2, U+5384, U+541F, U+5606, U+5614, U+5841, U+5875, U+59DC, U+5A2F, U+5B54, U+5BB0, U+5CAC, U+5CE0, U+5DBA, U+5DEB, U+5DF3, U+5E63, U+5EE3, U+5F59, U+5FCC, U+601C, U+6068, U+60E7, U+618E, U+61F2, U+62C9, U+632B, U+6367, U+638C, U+64AD, U+66AB, U+66F9, U+6816, U+6881, U+68B6, U+6960, U+697C, U+69CD, U+6A0B, U+6B3E, U+6B64, U+6C50, U+6D2A, U+6E15, U+6EBA, U+6F20, U+6FC1, U+7027, U+7058, U+7078, U+70F9, U+714E, U+7272, U+72A0, U+72D0, U+7345, U+73ED, U+751A, U+760D, U+764C, U+77DB, U+7947, U+7985, U+79E6, U+79E9, U+7A3D, U+7A9F, U+7AAF, U+7B1B, U+7B95, U+7BE4, U+7D62, U+7D79, U+7E8F, U+7F60, U+7F9E, U+7FE0, U+8098, U+80B4, U+80BA, U+80CE, U+80F4, U+8106, U+814E, U+8154, U+81FC, U+8247, U+82D4, U+831C, U+85A9, U+85FB, U+865C, U+8702, U+87F9, U+895F, U+8A03, U+8A1F, U+8ACF, U+8AED, U+8B90, U+8CED, U+8FBF, U+90C1, U+90ED, U+91D8, U+920D, U+9418, U+9583, U+9591, U+9756, U+9784, U+9801, U+9813, U+982C, U+984E, U+99B3, U+9BC9, U+9BD6, U+9BDB, U+9BE8, U+9E78, U+FF46, U+FF6B, U+FF7F, U+FF88;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.24.woff2') format('woff2');
    unicode-range: U+4E91, U+4F8D, U+508D, U+50E7, U+514E, U+51E1, U+51F6, U+51F8-51F9, U+5270, U+5446, U+5449, U+5504, U+5507, U+5824, U+584A, U+58F1, U+5983, U+59A5, U+59A8, U+59AC, U+59D3, U+5A29, U+5A46, U+5AC9, U+5C3C, U+5D07, U+5DE7, U+5E16, U+5E7D, U+5ECA, U+6020, U+606D, U+60A6, U+60E3, U+60F9, U+6148, U+614C, U+621A, U+6234, U+6276, U+636E, U+643E, U+64AB, U+64C1, U+64EC, U+6562, U+6681, U+670B, U+6734, U+675C, U+67AF, U+67D1, U+67DA, U+67FF, U+6813, U+68F2, U+693F, U+6953, U+6A3D, U+6B6A, U+6BBB, U+6CCC, U+6DC0, U+6DF5, U+6E13, U+6E4A, U+6EF4, U+6F06, U+7092, U+717D, U+723A, U+7259, U+7261, U+732A, U+73C8, U+7409, U+7432, U+7483, U+74E6, U+758E, U+75AB, U+76FE, U+7709, U+78A7, U+78D0, U+7A40, U+7A6B, U+8015, U+8096, U+809B, U+817A, U+81A3, U+81B3, U+82AF, U+82FA, U+8305, U+8309, U+830E, U+837B, U+8594, U+85AB, U+8870, U+88FE, U+8A23, U+8A6B, U+8A93, U+8AB9, U+8B00, U+8B17, U+8B19, U+8B21, U+8B83, U+8CBF, U+8CD1, U+8D66, U+8FB0, U+901D, U+906E, U+91B8, U+9320, U+932C, U+937C, U+963B, U+9673, U+9688, U+96DB, U+96F6, U+971E, U+9812, U+9CE9, U+9DF2, U+9F4B, U+FF67, U+FF6A, U+FF79, U+FF82, U+FF90, U+FF93;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.24.woff2') format('woff2');
    unicode-range: U+4E91, U+4F8D, U+508D, U+50E7, U+514E, U+51E1, U+51F6, U+51F8-51F9, U+5270, U+5446, U+5449, U+5504, U+5507, U+5824, U+584A, U+58F1, U+5983, U+59A5, U+59A8, U+59AC, U+59D3, U+5A29, U+5A46, U+5AC9, U+5C3C, U+5D07, U+5DE7, U+5E16, U+5E7D, U+5ECA, U+6020, U+606D, U+60A6, U+60E3, U+60F9, U+6148, U+614C, U+621A, U+6234, U+6276, U+636E, U+643E, U+64AB, U+64C1, U+64EC, U+6562, U+6681, U+670B, U+6734, U+675C, U+67AF, U+67D1, U+67DA, U+67FF, U+6813, U+68F2, U+693F, U+6953, U+6A3D, U+6B6A, U+6BBB, U+6CCC, U+6DC0, U+6DF5, U+6E13, U+6E4A, U+6EF4, U+6F06, U+7092, U+717D, U+723A, U+7259, U+7261, U+732A, U+73C8, U+7409, U+7432, U+7483, U+74E6, U+758E, U+75AB, U+76FE, U+7709, U+78A7, U+78D0, U+7A40, U+7A6B, U+8015, U+8096, U+809B, U+817A, U+81A3, U+81B3, U+82AF, U+82FA, U+8305, U+8309, U+830E, U+837B, U+8594, U+85AB, U+8870, U+88FE, U+8A23, U+8A6B, U+8A93, U+8AB9, U+8B00, U+8B17, U+8B19, U+8B21, U+8B83, U+8CBF, U+8CD1, U+8D66, U+8FB0, U+901D, U+906E, U+91B8, U+9320, U+932C, U+937C, U+963B, U+9673, U+9688, U+96DB, U+96F6, U+971E, U+9812, U+9CE9, U+9DF2, U+9F4B, U+FF67, U+FF6A, U+FF79, U+FF82, U+FF90, U+FF93;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.25.woff2') format('woff2');
    unicode-range: U+309C, U+339D, U+4E4F, U+4F0E, U+4F2F, U+5091, U+50B5, U+5132, U+5146, U+51CC, U+51DD, U+5208, U+5351, U+540A, U+5451, U+546A, U+5589, U+558B, U+55AA, U+5629, U+576A, U+5815, U+585E, U+5A9A, U+5B9B, U+5BEE, U+5C3A, U+5DFE, U+5EB5, U+5EFB, U+5F04, U+5F13, U+5FAA, U+60B6, U+60DC, U+6109, U+6212, U+62B9, U+6349, U+63B4, U+642C, U+6566, U+6590, U+6627, U+6643, U+6652, U+66A6, U+66C7, U+66FD, U+674E, U+6842, U+689D, U+695A, U+69FD, U+6A58, U+6B86, U+6B96, U+6BB4, U+6C4E, U+6C70, U+6DAF, U+6DF3, U+6E67, U+6F84, U+6FF1, U+7089, U+70CF, U+72FC, U+733F, U+7815, U+7881, U+7A00, U+7A4F, U+7AAA, U+7B39, U+7BC7, U+7C97, U+7D33, U+7DB1, U+7DEF, U+7E4D, U+7FA8, U+8017, U+8036, U+8061, U+80E1, U+816B, U+821F, U+828B, U+82A6, U+82D1, U+8429, U+84CB, U+854E, U+8607, U+86C7, U+86CD, U+871C, U+8776, U+8A89, U+8C8C, U+8CCA, U+8CE0, U+8DF3, U+8E74, U+8FC4, U+9019, U+9077, U+90CA, U+9162, U+9175, U+91A4, U+91DC, U+925B, U+9262, U+9271, U+9285, U+92ED, U+932F, U+93AE, U+9644, U+9685, U+9855, U+9903, U+9905, U+990C, U+9B31, U+9CF3, U+9D28, U+9F13, U+FF3F, U+FF42, U+FF56, U+FF58, U+FF68, U+FF6D-FF6E, U+FF74, U+FF7E, U+FF85, U+FF91, U+FF9C;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.25.woff2') format('woff2');
    unicode-range: U+309C, U+339D, U+4E4F, U+4F0E, U+4F2F, U+5091, U+50B5, U+5132, U+5146, U+51CC, U+51DD, U+5208, U+5351, U+540A, U+5451, U+546A, U+5589, U+558B, U+55AA, U+5629, U+576A, U+5815, U+585E, U+5A9A, U+5B9B, U+5BEE, U+5C3A, U+5DFE, U+5EB5, U+5EFB, U+5F04, U+5F13, U+5FAA, U+60B6, U+60DC, U+6109, U+6212, U+62B9, U+6349, U+63B4, U+642C, U+6566, U+6590, U+6627, U+6643, U+6652, U+66A6, U+66C7, U+66FD, U+674E, U+6842, U+689D, U+695A, U+69FD, U+6A58, U+6B86, U+6B96, U+6BB4, U+6C4E, U+6C70, U+6DAF, U+6DF3, U+6E67, U+6F84, U+6FF1, U+7089, U+70CF, U+72FC, U+733F, U+7815, U+7881, U+7A00, U+7A4F, U+7AAA, U+7B39, U+7BC7, U+7C97, U+7D33, U+7DB1, U+7DEF, U+7E4D, U+7FA8, U+8017, U+8036, U+8061, U+80E1, U+816B, U+821F, U+828B, U+82A6, U+82D1, U+8429, U+84CB, U+854E, U+8607, U+86C7, U+86CD, U+871C, U+8776, U+8A89, U+8C8C, U+8CCA, U+8CE0, U+8DF3, U+8E74, U+8FC4, U+9019, U+9077, U+90CA, U+9162, U+9175, U+91A4, U+91DC, U+925B, U+9262, U+9271, U+9285, U+92ED, U+932F, U+93AE, U+9644, U+9685, U+9855, U+9903, U+9905, U+990C, U+9B31, U+9CF3, U+9D28, U+9F13, U+FF3F, U+FF42, U+FF56, U+FF58, U+FF68, U+FF6D-FF6E, U+FF74, U+FF7E, U+FF85, U+FF91, U+FF9C;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.26.woff2') format('woff2');
    unicode-range: U+30F5, U+4E32, U+4EAE, U+4EF0, U+4F46, U+4F51, U+5076, U+5098, U+51DB, U+51FD, U+5203, U+52FF, U+5302, U+53A8, U+53EA, U+5448, U+54C9, U+55A7, U+5609, U+564C, U+565B, U+5674, U+570B, U+57F9, U+5805, U+583A, U+5893, U+58A8, U+58EE, U+5949, U+5A92, U+5B64, U+5BDB, U+5E06, U+5E7E, U+5F26, U+5F70, U+5F81, U+5F90, U+6052, U+60E8, U+611A, U+6170, U+6182, U+61C7, U+62ED, U+62F3, U+62FE, U+631F, U+635C, U+63AA, U+64A4, U+64B9, U+64E6, U+65CB, U+65D7, U+6606, U+664B, U+6731, U+673A, U+683D, U+6851, U+68CB, U+68DF, U+69FB, U+6AFB, U+6D1E, U+6E58, U+6E9D, U+6F01, U+7070, U+722A, U+745E, U+7460, U+755C, U+76C6, U+771E, U+77B3, U+7832, U+78C1, U+78EF, U+79E4, U+7B26, U+7B51, U+7BB8, U+7C3F, U+7CDE, U+7D0B, U+7D10, U+7D2F, U+7D46, U+7DB4, U+7F70, U+80AA, U+80C6, U+80DE, U+8105, U+819C-819D, U+81A8, U+8276, U+82D7, U+84B2, U+85CD, U+865A, U+8679, U+8986, U+8B5C, U+8C9D, U+8ECC, U+8F14, U+8FB1, U+8FBB, U+8FC5, U+9022, U+90B8, U+916C, U+9192, U+9283, U+9298, U+9665, U+9675, U+9699, U+96B7, U+96C0, U+99FF, U+9A19, U+9A30, U+FF03, U+FF44, U+FF50, U+FF55, U+FF59, U+FF6C, U+FF73, U+FF75, U+FF7B, U+FF86, U+FF8B, U+FF8D-FF8F, U+FF92, U+FFE3;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.26.woff2') format('woff2');
    unicode-range: U+30F5, U+4E32, U+4EAE, U+4EF0, U+4F46, U+4F51, U+5076, U+5098, U+51DB, U+51FD, U+5203, U+52FF, U+5302, U+53A8, U+53EA, U+5448, U+54C9, U+55A7, U+5609, U+564C, U+565B, U+5674, U+570B, U+57F9, U+5805, U+583A, U+5893, U+58A8, U+58EE, U+5949, U+5A92, U+5B64, U+5BDB, U+5E06, U+5E7E, U+5F26, U+5F70, U+5F81, U+5F90, U+6052, U+60E8, U+611A, U+6170, U+6182, U+61C7, U+62ED, U+62F3, U+62FE, U+631F, U+635C, U+63AA, U+64A4, U+64B9, U+64E6, U+65CB, U+65D7, U+6606, U+664B, U+6731, U+673A, U+683D, U+6851, U+68CB, U+68DF, U+69FB, U+6AFB, U+6D1E, U+6E58, U+6E9D, U+6F01, U+7070, U+722A, U+745E, U+7460, U+755C, U+76C6, U+771E, U+77B3, U+7832, U+78C1, U+78EF, U+79E4, U+7B26, U+7B51, U+7BB8, U+7C3F, U+7CDE, U+7D0B, U+7D10, U+7D2F, U+7D46, U+7DB4, U+7F70, U+80AA, U+80C6, U+80DE, U+8105, U+819C-819D, U+81A8, U+8276, U+82D7, U+84B2, U+85CD, U+865A, U+8679, U+8986, U+8B5C, U+8C9D, U+8ECC, U+8F14, U+8FB1, U+8FBB, U+8FC5, U+9022, U+90B8, U+916C, U+9192, U+9283, U+9298, U+9665, U+9675, U+9699, U+96B7, U+96C0, U+99FF, U+9A19, U+9A30, U+FF03, U+FF44, U+FF50, U+FF55, U+FF59, U+FF6C, U+FF73, U+FF75, U+FF7B, U+FF86, U+FF8B, U+FF8D-FF8F, U+FF92, U+FFE3;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.27.woff2') format('woff2');
    unicode-range: U+2502, U+3008-3009, U+4EAD, U+4F0F, U+4F3A, U+4FCA, U+5049, U+514B, U+5265, U+52B1, U+52C3, U+5320, U+5339, U+53EB-53EC, U+543E, U+54C0, U+5553, U+55B0, U+572D, U+57A2, U+5854, U+58C7, U+5B5D, U+5B8F, U+5BC2, U+5CB3, U+5CF0, U+5DE3, U+5E61, U+5E84, U+5E8F, U+5F80, U+5FE0, U+60DA, U+61A9, U+61B2, U+6247, U+6249, U+628A, U+62CD, U+62D8, U+6442, U+64B2, U+6589, U+659C, U+65AC, U+67D0, U+67F1, U+67F4, U+6838, U+68C4, U+690E, U+6C88, U+6CA1, U+6CB8, U+6CE5, U+6CF0, U+6D78, U+6DE1, U+6E9C, U+6F02, U+6F2C, U+6F54, U+6F70, U+6FE1, U+708A, U+70C8, U+723D, U+731B, U+73B2, U+73E0, U+7434, U+74A7, U+74F6, U+75BE, U+75E9, U+7656, U+773A, U+77EF, U+7948, U+7B20, U+7B87, U+7C60, U+7C8B, U+7C92, U+7C98, U+7D1B, U+7D3A, U+7E1B, U+7E2B, U+7E4A, U+7F72, U+809D, U+80A5, U+8108, U+819A, U+81E3, U+820C, U+8210, U+82B3, U+82BD, U+8358, U+83C5, U+8475, U+84B8, U+84BC, U+84C4, U+862D, U+864E, U+8650, U+88C2, U+8912, U+8997, U+8AE6, U+8C9E, U+8D05, U+8EF8, U+902E, U+9065, U+906D, U+91C8, U+92FC, U+9326, U+935B, U+938C, U+9396, U+9676, U+9694, U+96F7, U+9700, U+9727, U+98FD, U+99D2, U+9DF9, U+9ED9, U+FF3A, U+FF48, U+FF4C, U+FF64, U+FF7A, U+FF83, U+FF9A;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.27.woff2') format('woff2');
    unicode-range: U+2502, U+3008-3009, U+4EAD, U+4F0F, U+4F3A, U+4FCA, U+5049, U+514B, U+5265, U+52B1, U+52C3, U+5320, U+5339, U+53EB-53EC, U+543E, U+54C0, U+5553, U+55B0, U+572D, U+57A2, U+5854, U+58C7, U+5B5D, U+5B8F, U+5BC2, U+5CB3, U+5CF0, U+5DE3, U+5E61, U+5E84, U+5E8F, U+5F80, U+5FE0, U+60DA, U+61A9, U+61B2, U+6247, U+6249, U+628A, U+62CD, U+62D8, U+6442, U+64B2, U+6589, U+659C, U+65AC, U+67D0, U+67F1, U+67F4, U+6838, U+68C4, U+690E, U+6C88, U+6CA1, U+6CB8, U+6CE5, U+6CF0, U+6D78, U+6DE1, U+6E9C, U+6F02, U+6F2C, U+6F54, U+6F70, U+6FE1, U+708A, U+70C8, U+723D, U+731B, U+73B2, U+73E0, U+7434, U+74A7, U+74F6, U+75BE, U+75E9, U+7656, U+773A, U+77EF, U+7948, U+7B20, U+7B87, U+7C60, U+7C8B, U+7C92, U+7C98, U+7D1B, U+7D3A, U+7E1B, U+7E2B, U+7E4A, U+7F72, U+809D, U+80A5, U+8108, U+819A, U+81E3, U+820C, U+8210, U+82B3, U+82BD, U+8358, U+83C5, U+8475, U+84B8, U+84BC, U+84C4, U+862D, U+864E, U+8650, U+88C2, U+8912, U+8997, U+8AE6, U+8C9E, U+8D05, U+8EF8, U+902E, U+9065, U+906D, U+91C8, U+92FC, U+9326, U+935B, U+938C, U+9396, U+9676, U+9694, U+96F7, U+9700, U+9727, U+98FD, U+99D2, U+9DF9, U+9ED9, U+FF3A, U+FF48, U+FF4C, U+FF64, U+FF7A, U+FF83, U+FF9A;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.28.woff2') format('woff2');
    unicode-range: U+3014, U+4E3C, U+4ECF, U+5036, U+504F, U+5075, U+507D, U+5100, U+51A0, U+51CD, U+52A3, U+52D8, U+533F, U+5378, U+53E9, U+53F6, U+5410, U+5510, U+5531, U+559A, U+5642, U+574A, U+5782, U+582A, U+5982, U+5984, U+5996, U+59E6, U+5A01, U+5B6B, U+5C0A-5C0B, U+5C1A, U+5C3F, U+5C48, U+5E1D, U+5F25, U+5F6B, U+5F84, U+6069, U+609F-60A0, U+614E, U+6176, U+61A7, U+61F8, U+622F, U+6279, U+62B5, U+62BD, U+62D2-62D3, U+62DD, U+6398, U+63EE, U+6597, U+65ED, U+660C, U+6676, U+6691, U+674F, U+67B6, U+67CF, U+6817, U+6841, U+6850, U+6905, U+6CF3, U+6D32, U+6D69-6D6A, U+6DEB, U+6EA2, U+6EB6, U+6EDD, U+6F5C, U+6F64, U+7126, U+716E, U+71E5, U+72E9, U+73A9, U+7573, U+7687, U+76BF, U+7761, U+7950, U+7956, U+7965, U+7B52, U+7BE0, U+7D17, U+7DBF, U+7DE9, U+7F36, U+7F8A, U+7FFC, U+80A1-80A2, U+80C3, U+8107, U+81D3, U+8266, U+8302, U+8389, U+83CA, U+846C, U+84EE, U+85A6, U+8987, U+8A02, U+8A13, U+8A69, U+8CA2, U+8CAB, U+8DF5, U+8E0A, U+9038, U+9042, U+9375, U+95C7, U+9810, U+983B, U+9867, U+98FC, U+99B4, U+9D8F, U+FF47, U+FF4B, U+FF4E, U+FF52-FF54, U+FF61, U+FF71, U+FF76-FF77, U+FF89, U+FF97-FF99, U+FF9B;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.28.woff2') format('woff2');
    unicode-range: U+3014, U+4E3C, U+4ECF, U+5036, U+504F, U+5075, U+507D, U+5100, U+51A0, U+51CD, U+52A3, U+52D8, U+533F, U+5378, U+53E9, U+53F6, U+5410, U+5510, U+5531, U+559A, U+5642, U+574A, U+5782, U+582A, U+5982, U+5984, U+5996, U+59E6, U+5A01, U+5B6B, U+5C0A-5C0B, U+5C1A, U+5C3F, U+5C48, U+5E1D, U+5F25, U+5F6B, U+5F84, U+6069, U+609F-60A0, U+614E, U+6176, U+61A7, U+61F8, U+622F, U+6279, U+62B5, U+62BD, U+62D2-62D3, U+62DD, U+6398, U+63EE, U+6597, U+65ED, U+660C, U+6676, U+6691, U+674F, U+67B6, U+67CF, U+6817, U+6841, U+6850, U+6905, U+6CF3, U+6D32, U+6D69-6D6A, U+6DEB, U+6EA2, U+6EB6, U+6EDD, U+6F5C, U+6F64, U+7126, U+716E, U+71E5, U+72E9, U+73A9, U+7573, U+7687, U+76BF, U+7761, U+7950, U+7956, U+7965, U+7B52, U+7BE0, U+7D17, U+7DBF, U+7DE9, U+7F36, U+7F8A, U+7FFC, U+80A1-80A2, U+80C3, U+8107, U+81D3, U+8266, U+8302, U+8389, U+83CA, U+846C, U+84EE, U+85A6, U+8987, U+8A02, U+8A13, U+8A69, U+8CA2, U+8CAB, U+8DF5, U+8E0A, U+9038, U+9042, U+9375, U+95C7, U+9810, U+983B, U+9867, U+98FC, U+99B4, U+9D8F, U+FF47, U+FF4B, U+FF4E, U+FF52-FF54, U+FF61, U+FF71, U+FF76-FF77, U+FF89, U+FF97-FF99, U+FF9B;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.29.woff2') format('woff2');
    unicode-range: U+4E39, U+4E59, U+4E80, U+4EC1, U+4F34, U+4F73, U+4F75, U+4FC3, U+4FD7, U+4FF3, U+50BE, U+50DA, U+511F, U+515A, U+518A, U+5192, U+5200, U+5211, U+525B, U+52AA, U+5375, U+53C8, U+54F2, U+552F, U+5618, U+570F, U+57A3, U+57CB, U+596A, U+596E, U+5B22, U+5B9C, U+5BB4, U+5C3D, U+5D50, U+5D8B, U+5E3D, U+5E7B, U+5F0A, U+5F66, U+5FD9, U+6094, U+60A3, U+62DB, U+62F6, U+6328, U+633F, U+63A7, U+63FA, U+6458, U+6469, U+654F, U+658E, U+65E8, U+6669, U+6795, U+679D, U+67A0, U+67F3, U+6B3A, U+6B8A, U+6BBF, U+6BD2, U+6C37, U+6C41, U+6C57, U+6CE1, U+6D44, U+6DBC, U+6E09, U+6E56, U+6E7F, U+6ED1, U+6EDE, U+6F0F, U+706F, U+70AD, U+7267, U+72C2, U+72ED, U+7363, U+7551, U+757F, U+75F4, U+786C, U+7949, U+7A42, U+7CD6, U+7DB2, U+7DBE, U+7E26, U+7F85, U+7FD4, U+7FFB, U+8150, U+8178, U+829D, U+83CC, U+83F1, U+840C, U+845B, U+8846, U+8896, U+8972, U+8A34, U+8A50, U+8A87, U+8AF8, U+8B0E, U+8B72, U+8C5A, U+8CA7, U+8CB0, U+8CE2, U+8ED2, U+8EDF, U+8FF0, U+9047, U+90A6, U+9154, U+9177, U+934B, U+95A3, U+9663, U+9686, U+96C7, U+970A, U+9A0E, U+9A12, U+9B42, U+9EA6, U+FF1B, U+FF31, U+FF39, U+FF3C, U+FF41, U+FF43, U+FF45, U+FF49, U+FF4F, U+FF62-FF63, U+FF7C, U+FF80, U+FF8A;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.29.woff2') format('woff2');
    unicode-range: U+4E39, U+4E59, U+4E80, U+4EC1, U+4F34, U+4F73, U+4F75, U+4FC3, U+4FD7, U+4FF3, U+50BE, U+50DA, U+511F, U+515A, U+518A, U+5192, U+5200, U+5211, U+525B, U+52AA, U+5375, U+53C8, U+54F2, U+552F, U+5618, U+570F, U+57A3, U+57CB, U+596A, U+596E, U+5B22, U+5B9C, U+5BB4, U+5C3D, U+5D50, U+5D8B, U+5E3D, U+5E7B, U+5F0A, U+5F66, U+5FD9, U+6094, U+60A3, U+62DB, U+62F6, U+6328, U+633F, U+63A7, U+63FA, U+6458, U+6469, U+654F, U+658E, U+65E8, U+6669, U+6795, U+679D, U+67A0, U+67F3, U+6B3A, U+6B8A, U+6BBF, U+6BD2, U+6C37, U+6C41, U+6C57, U+6CE1, U+6D44, U+6DBC, U+6E09, U+6E56, U+6E7F, U+6ED1, U+6EDE, U+6F0F, U+706F, U+70AD, U+7267, U+72C2, U+72ED, U+7363, U+7551, U+757F, U+75F4, U+786C, U+7949, U+7A42, U+7CD6, U+7DB2, U+7DBE, U+7E26, U+7F85, U+7FD4, U+7FFB, U+8150, U+8178, U+829D, U+83CC, U+83F1, U+840C, U+845B, U+8846, U+8896, U+8972, U+8A34, U+8A50, U+8A87, U+8AF8, U+8B0E, U+8B72, U+8C5A, U+8CA7, U+8CB0, U+8CE2, U+8ED2, U+8EDF, U+8FF0, U+9047, U+90A6, U+9154, U+9177, U+934B, U+95A3, U+9663, U+9686, U+96C7, U+970A, U+9A0E, U+9A12, U+9B42, U+9EA6, U+FF1B, U+FF31, U+FF39, U+FF3C, U+FF41, U+FF43, U+FF45, U+FF49, U+FF4F, U+FF62-FF63, U+FF7C, U+FF80, U+FF8A;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.30.woff2') format('woff2');
    unicode-range: U+4E18, U+4E5F, U+4E7E, U+4ED9, U+4FB5, U+501F, U+502B, U+5104, U+517C, U+526F, U+52C7, U+5353, U+5374, U+53E5, U+5800, U+587E, U+594F, U+5968, U+5974, U+5A20, U+5AC1, U+5B97, U+5B99, U+5BA3, U+5BE7, U+5BE9, U+5BF8, U+5C01, U+5C64, U+5CB8, U+5D29, U+5DE1, U+5E4C, U+5E81, U+5EC3, U+5F18, U+5F1F, U+5FCD, U+6065, U+616E, U+61D0, U+6291, U+6297, U+62AB, U+62E0, U+62EC, U+6355, U+6368, U+6392, U+63DA, U+63E1, U+642D, U+656C, U+65E6, U+667A, U+6687, U+6696, U+6717, U+676F, U+6843, U+68B0-68B1, U+68D2, U+68DA, U+6B04, U+6B27, U+6C99, U+6CBC, U+6D99, U+6EC5, U+6F22, U+6F6E, U+6FEF, U+7159, U+71C3, U+72D9, U+732E, U+7344, U+7384, U+73CD, U+7652, U+76CA, U+76D7, U+76DF, U+7802, U+78E8, U+790E, U+7A1A, U+7A32, U+7A3C, U+7ADC, U+7CA7, U+7CF8, U+7D2B, U+7DAD, U+7E4B, U+7E70, U+7F6A, U+80A9, U+8102, U+8133, U+8170, U+81E8, U+81ED, U+820E, U+866B, U+878D, U+88C1, U+88F8, U+8A17, U+8A5E, U+8AA0, U+8AFE, U+8CDB, U+8D08, U+8E0F, U+907A, U+90AA, U+90E1, U+914E, U+9178, U+92AD, U+963F, U+9670, U+96C5, U+96F2, U+99C4, U+9CF4, U+9DB4, U+9EBA, U+9F3B, U+9F8D, U+FF35, U+FF37-FF38, U+FF3E, U+FF40, U+FF6F, U+FF72, U+FF78, U+FF7D, U+FF84, U+FF8C, U+FF9D;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.30.woff2') format('woff2');
    unicode-range: U+4E18, U+4E5F, U+4E7E, U+4ED9, U+4FB5, U+501F, U+502B, U+5104, U+517C, U+526F, U+52C7, U+5353, U+5374, U+53E5, U+5800, U+587E, U+594F, U+5968, U+5974, U+5A20, U+5AC1, U+5B97, U+5B99, U+5BA3, U+5BE7, U+5BE9, U+5BF8, U+5C01, U+5C64, U+5CB8, U+5D29, U+5DE1, U+5E4C, U+5E81, U+5EC3, U+5F18, U+5F1F, U+5FCD, U+6065, U+616E, U+61D0, U+6291, U+6297, U+62AB, U+62E0, U+62EC, U+6355, U+6368, U+6392, U+63DA, U+63E1, U+642D, U+656C, U+65E6, U+667A, U+6687, U+6696, U+6717, U+676F, U+6843, U+68B0-68B1, U+68D2, U+68DA, U+6B04, U+6B27, U+6C99, U+6CBC, U+6D99, U+6EC5, U+6F22, U+6F6E, U+6FEF, U+7159, U+71C3, U+72D9, U+732E, U+7344, U+7384, U+73CD, U+7652, U+76CA, U+76D7, U+76DF, U+7802, U+78E8, U+790E, U+7A1A, U+7A32, U+7A3C, U+7ADC, U+7CA7, U+7CF8, U+7D2B, U+7DAD, U+7E4B, U+7E70, U+7F6A, U+80A9, U+8102, U+8133, U+8170, U+81E8, U+81ED, U+820E, U+866B, U+878D, U+88C1, U+88F8, U+8A17, U+8A5E, U+8AA0, U+8AFE, U+8CDB, U+8D08, U+8E0F, U+907A, U+90AA, U+90E1, U+914E, U+9178, U+92AD, U+963F, U+9670, U+96C5, U+96F2, U+99C4, U+9CF4, U+9DB4, U+9EBA, U+9F3B, U+9F8D, U+FF35, U+FF37-FF38, U+FF3E, U+FF40, U+FF6F, U+FF72, U+FF78, U+FF7D, U+FF84, U+FF8C, U+FF9D;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.31.woff2') format('woff2');
    unicode-range: U+2190, U+300B, U+4E43, U+4E4B, U+4E89, U+4E9C, U+4EA1, U+5019, U+516D, U+51C4, U+5247, U+5263, U+529F, U+52C9, U+52E7, U+5360, U+53CC, U+5426, U+5438, U+5442, U+54B2, U+55AB, U+57F7, U+5857, U+5869, U+5915, U+5947, U+598A, U+5999, U+59EB, U+5A9B, U+5BD2, U+5C3B, U+5E55, U+5E72, U+5E79, U+5E8A, U+5EF6, U+5FAE, U+5FB9, U+6012, U+6016, U+602A, U+60B2, U+6162-6163, U+61B6, U+624D, U+62B1, U+6311, U+6319, U+6551, U+6577, U+65E2, U+65EC, U+6607, U+6613, U+66B4, U+6749, U+675F, U+6790, U+67D4, U+6B20, U+6B53, U+6C5A, U+6CB9, U+6CBF, U+6CE3, U+6D45, U+6DFB, U+6E7E, U+708E, U+719F, U+725B, U+7372, U+75B2, U+76AE, U+770B, U+7720, U+7763, U+77AC, U+79C0, U+79D2, U+7AF9, U+7BC4, U+7C89, U+7D05, U+7D5E, U+7DCA, U+7E01, U+7E2E, U+7FCC, U+8010, U+8033, U+8056, U+80F8, U+81F3, U+8352, U+885D, U+88AB, U+88D5, U+8A70, U+8AA4, U+8C6A, U+8CAF, U+8CBC, U+8CC3, U+8DDD, U+8ECD, U+8F1D, U+8F38, U+8F9B, U+8F9E, U+8FB2, U+8FEB, U+900F, U+9063, U+907F, U+9084, U+90F5, U+90F7, U+91E3, U+93E1, U+9451, U+968A, U+968F, U+96C4, U+9707, U+9818, U+98FE, U+99C6, U+9B3C, U+9EC4, U+FF0A, U+FF1D, U+FF27, U+FF2A, U+FF36, U+FF3B, U+FF3D, U+FF4D, U+FF70, U+FFE5;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.31.woff2') format('woff2');
    unicode-range: U+2190, U+300B, U+4E43, U+4E4B, U+4E89, U+4E9C, U+4EA1, U+5019, U+516D, U+51C4, U+5247, U+5263, U+529F, U+52C9, U+52E7, U+5360, U+53CC, U+5426, U+5438, U+5442, U+54B2, U+55AB, U+57F7, U+5857, U+5869, U+5915, U+5947, U+598A, U+5999, U+59EB, U+5A9B, U+5BD2, U+5C3B, U+5E55, U+5E72, U+5E79, U+5E8A, U+5EF6, U+5FAE, U+5FB9, U+6012, U+6016, U+602A, U+60B2, U+6162-6163, U+61B6, U+624D, U+62B1, U+6311, U+6319, U+6551, U+6577, U+65E2, U+65EC, U+6607, U+6613, U+66B4, U+6749, U+675F, U+6790, U+67D4, U+6B20, U+6B53, U+6C5A, U+6CB9, U+6CBF, U+6CE3, U+6D45, U+6DFB, U+6E7E, U+708E, U+719F, U+725B, U+7372, U+75B2, U+76AE, U+770B, U+7720, U+7763, U+77AC, U+79C0, U+79D2, U+7AF9, U+7BC4, U+7C89, U+7D05, U+7D5E, U+7DCA, U+7E01, U+7E2E, U+7FCC, U+8010, U+8033, U+8056, U+80F8, U+81F3, U+8352, U+885D, U+88AB, U+88D5, U+8A70, U+8AA4, U+8C6A, U+8CAF, U+8CBC, U+8CC3, U+8DDD, U+8ECD, U+8F1D, U+8F38, U+8F9B, U+8F9E, U+8FB2, U+8FEB, U+900F, U+9063, U+907F, U+9084, U+90F5, U+90F7, U+91E3, U+93E1, U+9451, U+968A, U+968F, U+96C4, U+9707, U+9818, U+98FE, U+99C6, U+9B3C, U+9EC4, U+FF0A, U+FF1D, U+FF27, U+FF2A, U+FF36, U+FF3B, U+FF3D, U+FF4D, U+FF70, U+FFE5;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.32.woff2') format('woff2');
    unicode-range: U+25CB, U+4E03, U+4E71, U+4E92, U+4EEE, U+4F38, U+4F59, U+4FFA, U+50B7, U+50D5, U+5144, U+520A, U+5217, U+5230, U+5237, U+523A-523B, U+5264, U+5287, U+52B4, U+5348, U+5371, U+541B, U+5439, U+5747, U+585A, U+58C1, U+58CA, U+5951, U+59B9, U+59C9, U+59D4, U+5B98, U+5BDF, U+5BFF, U+5C04, U+5C06, U+5C31, U+5DE8, U+5E7C, U+5E95, U+5F31, U+5F69, U+5F8B, U+5F93, U+6050, U+60D1, U+6388, U+63C3, U+63CF, U+640D, U+64CD, U+6557, U+65E7, U+6614, U+662F, U+663C, U+67C4, U+67D3, U+6803, U+6885, U+690D, U+6B6F, U+6BBA, U+6C38, U+6D66, U+6D6E, U+6DB2, U+6DF7, U+6E0B, U+6E2C, U+6E6F, U+6ECB, U+6F5F, U+6FC3, U+72AC, U+72AF, U+732B, U+7518, U+7532, U+76E3-76E4, U+7701, U+773C, U+77E2, U+793C, U+7968, U+79F0, U+7A74, U+7A93, U+7AE0, U+7AE5, U+7AF6, U+7D00, U+7DBA, U+7DD1, U+7DE0, U+7E3E, U+7E54, U+808C, U+811A, U+8179, U+822A, U+8239, U+8328, U+8584, U+8840, U+89E6, U+8A0E, U+8A3A, U+8A72, U+8A98, U+8B66, U+8C46, U+8CB8, U+8DE1, U+8E8D, U+8F29, U+90A3, U+9234, U+95D8, U+961C, U+969C, U+96A3, U+96E8, U+96EA, U+96F0, U+9769, U+9774, U+9811, U+9AA8, U+9AEA, U+9B5A, U+9BAE, U+FF20, U+FF22, U+FF24, U+FF26, U+FF28-FF29, U+FF2B-FF2C, U+FF2E, U+FF57, U+FF9E-FF9F;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.32.woff2') format('woff2');
    unicode-range: U+25CB, U+4E03, U+4E71, U+4E92, U+4EEE, U+4F38, U+4F59, U+4FFA, U+50B7, U+50D5, U+5144, U+520A, U+5217, U+5230, U+5237, U+523A-523B, U+5264, U+5287, U+52B4, U+5348, U+5371, U+541B, U+5439, U+5747, U+585A, U+58C1, U+58CA, U+5951, U+59B9, U+59C9, U+59D4, U+5B98, U+5BDF, U+5BFF, U+5C04, U+5C06, U+5C31, U+5DE8, U+5E7C, U+5E95, U+5F31, U+5F69, U+5F8B, U+5F93, U+6050, U+60D1, U+6388, U+63C3, U+63CF, U+640D, U+64CD, U+6557, U+65E7, U+6614, U+662F, U+663C, U+67C4, U+67D3, U+6803, U+6885, U+690D, U+6B6F, U+6BBA, U+6C38, U+6D66, U+6D6E, U+6DB2, U+6DF7, U+6E0B, U+6E2C, U+6E6F, U+6ECB, U+6F5F, U+6FC3, U+72AC, U+72AF, U+732B, U+7518, U+7532, U+76E3-76E4, U+7701, U+773C, U+77E2, U+793C, U+7968, U+79F0, U+7A74, U+7A93, U+7AE0, U+7AE5, U+7AF6, U+7D00, U+7DBA, U+7DD1, U+7DE0, U+7E3E, U+7E54, U+808C, U+811A, U+8179, U+822A, U+8239, U+8328, U+8584, U+8840, U+89E6, U+8A0E, U+8A3A, U+8A72, U+8A98, U+8B66, U+8C46, U+8CB8, U+8DE1, U+8E8D, U+8F29, U+90A3, U+9234, U+95D8, U+961C, U+969C, U+96A3, U+96E8, U+96EA, U+96F0, U+9769, U+9774, U+9811, U+9AA8, U+9AEA, U+9B5A, U+9BAE, U+FF20, U+FF22, U+FF24, U+FF26, U+FF28-FF29, U+FF2B-FF2C, U+FF2E, U+FF57, U+FF9E-FF9F;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.33.woff2') format('woff2');
    unicode-range: U+3012, U+4E08, U+4EF2, U+4F0A, U+4F9D, U+5012, U+505C, U+514D, U+516B, U+51B7, U+5275, U+52E4, U+5305, U+535A, U+5373, U+539A, U+53B3, U+53CA, U+53F8, U+5584, U+559C, U+56E0, U+56F0, U+5727, U+5742, U+57FC, U+5965, U+59BB, U+59FF, U+5ACC, U+5B09, U+5B87, U+5B9D, U+5BC6, U+5BFA, U+5C3E, U+5C90, U+5DF1, U+5DFB, U+5E2D, U+5E33, U+5E45, U+5EAD, U+5F01, U+5F3E, U+5FB3-5FB4, U+5FD7, U+606F, U+6211, U+6253, U+6298, U+62E1, U+6383, U+639B, U+63A8, U+653B, U+6545, U+6563, U+6575, U+6628, U+6674, U+6697, U+672D, U+6804, U+68A8, U+6A39, U+6BDB, U+6CB3, U+6CCA, U+6D25, U+6D3E, U+6D74, U+6E1B, U+6E2F, U+6E90, U+6F2B, U+702C, U+707D, U+718A, U+7206, U+7236, U+7247, U+7559, U+7565, U+7591, U+75C7, U+75DB, U+767E, U+7834, U+79D8, U+7B46, U+7B4B, U+7BB1, U+7BC9, U+7D14, U+7D66, U+7D71, U+7D99, U+7DF4, U+7E41, U+7FBD, U+8074, U+80CC, U+8131, U+8155, U+82E6, U+8349, U+83D3, U+885B, U+8A2A, U+8A95, U+8AB2, U+8AD6, U+8B1D, U+8CA1, U+8D70, U+8DA3, U+8FCE, U+8FF7, U+9000, U+9003, U+9006, U+9045, U+91CC, U+9678, U+967D, U+96A0, U+9732, U+97D3, U+97FF, U+9808, U+98EF, U+990A, U+9996, U+99D0, U+9A5A, U+9B45, U+9E97, U+9F62, U+FF1C, U+FF23, U+FF25, U+FF2D, U+FF2F-FF30, U+FF32, U+FF34;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.33.woff2') format('woff2');
    unicode-range: U+3012, U+4E08, U+4EF2, U+4F0A, U+4F9D, U+5012, U+505C, U+514D, U+516B, U+51B7, U+5275, U+52E4, U+5305, U+535A, U+5373, U+539A, U+53B3, U+53CA, U+53F8, U+5584, U+559C, U+56E0, U+56F0, U+5727, U+5742, U+57FC, U+5965, U+59BB, U+59FF, U+5ACC, U+5B09, U+5B87, U+5B9D, U+5BC6, U+5BFA, U+5C3E, U+5C90, U+5DF1, U+5DFB, U+5E2D, U+5E33, U+5E45, U+5EAD, U+5F01, U+5F3E, U+5FB3-5FB4, U+5FD7, U+606F, U+6211, U+6253, U+6298, U+62E1, U+6383, U+639B, U+63A8, U+653B, U+6545, U+6563, U+6575, U+6628, U+6674, U+6697, U+672D, U+6804, U+68A8, U+6A39, U+6BDB, U+6CB3, U+6CCA, U+6D25, U+6D3E, U+6D74, U+6E1B, U+6E2F, U+6E90, U+6F2B, U+702C, U+707D, U+718A, U+7206, U+7236, U+7247, U+7559, U+7565, U+7591, U+75C7, U+75DB, U+767E, U+7834, U+79D8, U+7B46, U+7B4B, U+7BB1, U+7BC9, U+7D14, U+7D66, U+7D71, U+7D99, U+7DF4, U+7E41, U+7FBD, U+8074, U+80CC, U+8131, U+8155, U+82E6, U+8349, U+83D3, U+885B, U+8A2A, U+8A95, U+8AB2, U+8AD6, U+8B1D, U+8CA1, U+8D70, U+8DA3, U+8FCE, U+8FF7, U+9000, U+9003, U+9006, U+9045, U+91CC, U+9678, U+967D, U+96A0, U+9732, U+97D3, U+97FF, U+9808, U+98EF, U+990A, U+9996, U+99D0, U+9A5A, U+9B45, U+9E97, U+9F62, U+FF1C, U+FF23, U+FF25, U+FF2D, U+FF2F-FF30, U+FF32, U+FF34;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.34.woff2') format('woff2');
    unicode-range: U+4E01, U+4E0E, U+4E21, U+4E38, U+4E5D, U+4E73, U+4E94, U+4F3C, U+5009, U+500D, U+5074, U+50CD, U+5145, U+5175, U+51AC, U+5238, U+524A, U+52A9, U+52E2, U+5352, U+5354, U+53F2-53F3, U+5409, U+547C-547D, U+56FA, U+5802, U+5922, U+592E, U+5931, U+5A18, U+5A66, U+5B63, U+5B88, U+5BDD, U+5C0E, U+5C40, U+5CA9, U+5DDE, U+5DE6, U+5E78, U+5EFA, U+5F92, U+5FA1, U+5FA9, U+5FD8, U+5FEB, U+604B, U+6075, U+60A9, U+623F, U+62C5, U+632F, U+6483, U+653F, U+666F, U+66AE, U+66F2, U+6797, U+685C, U+6A19, U+6A21, U+6B66, U+6B7B, U+6BCD, U+6C0F, U+6C11, U+6C5F-6C60, U+6C96, U+6CC9, U+6CE2, U+6D17, U+6D5C, U+6E05, U+6E21, U+70BA, U+7167, U+71B1, U+7387, U+7403, U+75C5, U+7642, U+76DB, U+77ED, U+795D, U+796D, U+7A4D, U+7AEF, U+7B54, U+7B56, U+7B97, U+7C4D, U+7CBE, U+7D19, U+7E04, U+7FA4, U+7FA9, U+8001, U+8089, U+81F4, U+8208, U+821E, U+8336, U+8377, U+83DC, U+83EF, U+8457, U+8535, U+8857, U+8863, U+88CF, U+88DC, U+8907, U+89D2, U+8A33, U+8ACB, U+8B1B, U+8B70, U+8C4A, U+8CA0, U+8CA8, U+8CB4, U+8CC0, U+8CDE, U+8F03, U+8F2A, U+9014, U+90CE, U+91DD, U+964D, U+968E, U+9803, U+983C, U+98DB, U+9B54, U+9E7F, U+9EBB, U+FF05, U+FF0B, U+FF0D, U+FF21, U+FF33, U+FF65;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.34.woff2') format('woff2');
    unicode-range: U+4E01, U+4E0E, U+4E21, U+4E38, U+4E5D, U+4E73, U+4E94, U+4F3C, U+5009, U+500D, U+5074, U+50CD, U+5145, U+5175, U+51AC, U+5238, U+524A, U+52A9, U+52E2, U+5352, U+5354, U+53F2-53F3, U+5409, U+547C-547D, U+56FA, U+5802, U+5922, U+592E, U+5931, U+5A18, U+5A66, U+5B63, U+5B88, U+5BDD, U+5C0E, U+5C40, U+5CA9, U+5DDE, U+5DE6, U+5E78, U+5EFA, U+5F92, U+5FA1, U+5FA9, U+5FD8, U+5FEB, U+604B, U+6075, U+60A9, U+623F, U+62C5, U+632F, U+6483, U+653F, U+666F, U+66AE, U+66F2, U+6797, U+685C, U+6A19, U+6A21, U+6B66, U+6B7B, U+6BCD, U+6C0F, U+6C11, U+6C5F-6C60, U+6C96, U+6CC9, U+6CE2, U+6D17, U+6D5C, U+6E05, U+6E21, U+70BA, U+7167, U+71B1, U+7387, U+7403, U+75C5, U+7642, U+76DB, U+77ED, U+795D, U+796D, U+7A4D, U+7AEF, U+7B54, U+7B56, U+7B97, U+7C4D, U+7CBE, U+7D19, U+7E04, U+7FA4, U+7FA9, U+8001, U+8089, U+81F4, U+8208, U+821E, U+8336, U+8377, U+83DC, U+83EF, U+8457, U+8535, U+8857, U+8863, U+88CF, U+88DC, U+8907, U+89D2, U+8A33, U+8ACB, U+8B1B, U+8B70, U+8C4A, U+8CA0, U+8CA8, U+8CB4, U+8CC0, U+8CDE, U+8F03, U+8F2A, U+9014, U+90CE, U+91DD, U+964D, U+968E, U+9803, U+983C, U+98DB, U+9B54, U+9E7F, U+9EBB, U+FF05, U+FF0B, U+FF0D, U+FF21, U+FF33, U+FF65;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.35.woff2') format('woff2');
    unicode-range: U+2192, U+25A0, U+30F6, U+4E26, U+4E45, U+4EFB, U+4F4E, U+4F50, U+4F8B, U+4FC2, U+5024, U+50AC, U+5150, U+5178, U+51E6, U+5224, U+5272, U+52DD, U+5341, U+5370, U+53BB, U+542B, U+56DB, U+56E3, U+56F2, U+57CE, U+5883, U+5897, U+590F, U+5A5A, U+5BB3, U+5BBF, U+5BC4, U+5BCC, U+5C45, U+5C55, U+5C5E, U+5C65, U+5DEE, U+5E03, U+5E2B, U+5E30, U+5E9C, U+5EB7, U+5F71, U+5F7C, U+60AA, U+6238, U+6255, U+6271, U+627F-6280, U+629C, U+62BC, U+63F4, U+64AE, U+6539, U+6574, U+65CF, U+661F, U+666E, U+66DC, U+66FF, U+670D, U+672B, U+677E-677F, U+679A, U+67FB, U+6839, U+6975, U+69CB, U+6A29-6A2A, U+6A4B, U+6B32, U+6B4C, U+6BB5, U+6CA2, U+6CC1, U+6D0B, U+6DF1, U+6E29, U+6E96, U+6F14, U+6FC0, U+713C, U+72EC, U+7389, U+738B, U+74B0, U+7686, U+7814, U+7981, U+79CB, U+79D1, U+79FB, U+7A0B, U+7A0E, U+7A76, U+7A81, U+7BC0, U+7C73, U+7D0D, U+7D1A, U+7D61, U+7D75, U+7DD2, U+7FD2, U+822C, U+82E5, U+82F1, U+85AC, U+85E4, U+888B, U+8996, U+899A, U+89AA, U+8A31, U+8A8C, U+8AB0, U+8B58, U+8CAC, U+8CBB, U+8D64, U+8D77, U+8DEF, U+9020, U+904A, U+9060, U+9152, U+9244, U+9280, U+95B2, U+9632, U+9662, U+967A, U+96E2-96E3, U+9759, U+9805, U+984D, U+99AC, U+9CE5, U+FF1E;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.35.woff2') format('woff2');
    unicode-range: U+2192, U+25A0, U+30F6, U+4E26, U+4E45, U+4EFB, U+4F4E, U+4F50, U+4F8B, U+4FC2, U+5024, U+50AC, U+5150, U+5178, U+51E6, U+5224, U+5272, U+52DD, U+5341, U+5370, U+53BB, U+542B, U+56DB, U+56E3, U+56F2, U+57CE, U+5883, U+5897, U+590F, U+5A5A, U+5BB3, U+5BBF, U+5BC4, U+5BCC, U+5C45, U+5C55, U+5C5E, U+5C65, U+5DEE, U+5E03, U+5E2B, U+5E30, U+5E9C, U+5EB7, U+5F71, U+5F7C, U+60AA, U+6238, U+6255, U+6271, U+627F-6280, U+629C, U+62BC, U+63F4, U+64AE, U+6539, U+6574, U+65CF, U+661F, U+666E, U+66DC, U+66FF, U+670D, U+672B, U+677E-677F, U+679A, U+67FB, U+6839, U+6975, U+69CB, U+6A29-6A2A, U+6A4B, U+6B32, U+6B4C, U+6BB5, U+6CA2, U+6CC1, U+6D0B, U+6DF1, U+6E29, U+6E96, U+6F14, U+6FC0, U+713C, U+72EC, U+7389, U+738B, U+74B0, U+7686, U+7814, U+7981, U+79CB, U+79D1, U+79FB, U+7A0B, U+7A0E, U+7A76, U+7A81, U+7BC0, U+7C73, U+7D0D, U+7D1A, U+7D61, U+7D75, U+7DD2, U+7FD2, U+822C, U+82E5, U+82F1, U+85AC, U+85E4, U+888B, U+8996, U+899A, U+89AA, U+8A31, U+8A8C, U+8AB0, U+8B58, U+8CAC, U+8CBB, U+8D64, U+8D77, U+8DEF, U+9020, U+904A, U+9060, U+9152, U+9244, U+9280, U+95B2, U+9632, U+9662, U+967A, U+96E2-96E3, U+9759, U+9805, U+984D, U+99AC, U+9CE5, U+FF1E;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.36.woff2') format('woff2');
    unicode-range: U+301C, U+4E57, U+4E86, U+4E95, U+4F01, U+4F11, U+4F1D, U+4FBF, U+4FEE, U+5065, U+5099, U+5171, U+5177, U+52DF, U+533A-533B, U+5343, U+534A, U+5357, U+53CB, U+53CD-53CE, U+53F0, U+5404, U+5668, U+56F3, U+5712, U+57DF, U+58EB, U+58F0, U+591C, U+592A-592B, U+5948, U+5B57-5B58, U+5B85, U+5BA4, U+5BAE, U+5C4A, U+5CA1, U+5D0E, U+5E0C, U+5E2F, U+5EA7, U+5EAB, U+5F35, U+5F79, U+5F85, U+5FF5, U+6025, U+60F3, U+614B, U+6226, U+629E, U+63A1, U+63A5, U+63DB, U+643A, U+653E, U+65AD, U+65BD, U+65C5, U+65E9, U+6620, U+6625, U+671D, U+6750-6751, U+6761, U+6821, U+68EE, U+6982, U+6B62, U+6B69, U+6B73-6B74, U+6B8B, U+6BCE, U+6BD4, U+6C42, U+6D88, U+6E08, U+6E80, U+706B, U+7248, U+7531, U+7533, U+753A, U+7570, U+77F3, U+798F, U+7B11, U+7C21, U+7CFB, U+7D76, U+7F6E, U+805E, U+8077, U+80B2, U+8217, U+82B8, U+843D, U+8449, U+8853, U+88C5, U+88FD, U+89B3, U+8A3C, U+8A55, U+8A66, U+8AC7, U+8B77, U+8C37, U+8C61, U+8CC7, U+8D85, U+8D8A, U+8DB3, U+8EFD, U+8FBA, U+8FD4, U+901F, U+9031-9032, U+9069, U+91CF, U+9580, U+9589, U+962A, U+96D1, U+9752, U+975E, U+9802, U+9806, U+9854, U+985E, U+98F2, U+9928, U+9999, U+99C5, U+9ED2, U+FF0F;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.36.woff2') format('woff2');
    unicode-range: U+301C, U+4E57, U+4E86, U+4E95, U+4F01, U+4F11, U+4F1D, U+4FBF, U+4FEE, U+5065, U+5099, U+5171, U+5177, U+52DF, U+533A-533B, U+5343, U+534A, U+5357, U+53CB, U+53CD-53CE, U+53F0, U+5404, U+5668, U+56F3, U+5712, U+57DF, U+58EB, U+58F0, U+591C, U+592A-592B, U+5948, U+5B57-5B58, U+5B85, U+5BA4, U+5BAE, U+5C4A, U+5CA1, U+5D0E, U+5E0C, U+5E2F, U+5EA7, U+5EAB, U+5F35, U+5F79, U+5F85, U+5FF5, U+6025, U+60F3, U+614B, U+6226, U+629E, U+63A1, U+63A5, U+63DB, U+643A, U+653E, U+65AD, U+65BD, U+65C5, U+65E9, U+6620, U+6625, U+671D, U+6750-6751, U+6761, U+6821, U+68EE, U+6982, U+6B62, U+6B69, U+6B73-6B74, U+6B8B, U+6BCE, U+6BD4, U+6C42, U+6D88, U+6E08, U+6E80, U+706B, U+7248, U+7531, U+7533, U+753A, U+7570, U+77F3, U+798F, U+7B11, U+7C21, U+7CFB, U+7D76, U+7F6E, U+805E, U+8077, U+80B2, U+8217, U+82B8, U+843D, U+8449, U+8853, U+88C5, U+88FD, U+89B3, U+8A3C, U+8A55, U+8A66, U+8AC7, U+8B77, U+8C37, U+8C61, U+8CC7, U+8D85, U+8D8A, U+8DB3, U+8EFD, U+8FBA, U+8FD4, U+901F, U+9031-9032, U+9069, U+91CF, U+9580, U+9589, U+962A, U+96D1, U+9752, U+975E, U+9802, U+9806, U+9854, U+985E, U+98F2, U+9928, U+9999, U+99C5, U+9ED2, U+FF0F;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.37.woff2') format('woff2');
    unicode-range: U+300E-300F, U+4E07, U+4E09, U+4E16, U+4E3B, U+4E8C, U+4EA4, U+4EAC, U+4ED5, U+4EE4, U+4F4D, U+4F4F, U+4F55, U+4F9B, U+4FA1, U+512A, U+5143, U+5149, U+518D, U+5199, U+5207, U+5236, U+52B9, U+52D9, U+5317, U+5358, U+539F, U+53C2, U+53E3-53E4, U+53F7, U+5411, U+5468, U+5473, U+548C, U+5546, U+55B6, U+571F, U+578B, U+57FA, U+5929, U+597D, U+59CB, U+5B8C, U+5BA2, U+5BB9, U+5C02, U+5C11, U+5C4B, U+5CF6, U+5DDD, U+5DE5, U+5E38, U+5F37, U+5F62, U+5F97, U+5FC5, U+623B, U+6295, U+6301, U+6307, U+63A2, U+63B2, U+63D0, U+652F, U+6559, U+662D, U+671B, U+672A, U+679C, U+6848, U+6C7A, U+6D41, U+7136, U+72B6, U+7523, U+7537, U+754C, U+767D, U+76F4, U+76F8, U+770C, U+78BA, U+795E, U+79C1, U+7A2E, U+7A3F, U+7A7A, U+7B2C, U+7B49, U+7BA1, U+7D20, U+7D30, U+7D39, U+7D42, U+7D44, U+7D4C, U+7D9A, U+7DCF, U+7DDA, U+7DE8, U+8003, U+8272, U+82B1, U+897F, U+89E3, U+8A00, U+8A08, U+8A73, U+8A8D, U+8A9E, U+8AAC-8AAD, U+8ABF, U+8CA9, U+8CB7, U+8CEA, U+8CFC, U+8EAB, U+8ECA, U+8EE2, U+8FFD, U+904B, U+904E, U+9054-9055, U+90FD, U+914D, U+91CD, U+9650, U+9664, U+969B, U+97F3, U+982D, U+984C, U+9858, U+98A8, U+9A13, U+FF06, U+FF5C;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.37.woff2') format('woff2');
    unicode-range: U+300E-300F, U+4E07, U+4E09, U+4E16, U+4E3B, U+4E8C, U+4EA4, U+4EAC, U+4ED5, U+4EE4, U+4F4D, U+4F4F, U+4F55, U+4F9B, U+4FA1, U+512A, U+5143, U+5149, U+518D, U+5199, U+5207, U+5236, U+52B9, U+52D9, U+5317, U+5358, U+539F, U+53C2, U+53E3-53E4, U+53F7, U+5411, U+5468, U+5473, U+548C, U+5546, U+55B6, U+571F, U+578B, U+57FA, U+5929, U+597D, U+59CB, U+5B8C, U+5BA2, U+5BB9, U+5C02, U+5C11, U+5C4B, U+5CF6, U+5DDD, U+5DE5, U+5E38, U+5F37, U+5F62, U+5F97, U+5FC5, U+623B, U+6295, U+6301, U+6307, U+63A2, U+63B2, U+63D0, U+652F, U+6559, U+662D, U+671B, U+672A, U+679C, U+6848, U+6C7A, U+6D41, U+7136, U+72B6, U+7523, U+7537, U+754C, U+767D, U+76F4, U+76F8, U+770C, U+78BA, U+795E, U+79C1, U+7A2E, U+7A3F, U+7A7A, U+7B2C, U+7B49, U+7BA1, U+7D20, U+7D30, U+7D39, U+7D42, U+7D44, U+7D4C, U+7D9A, U+7DCF, U+7DDA, U+7DE8, U+8003, U+8272, U+82B1, U+897F, U+89E3, U+8A00, U+8A08, U+8A73, U+8A8D, U+8A9E, U+8AAC-8AAD, U+8ABF, U+8CA9, U+8CB7, U+8CEA, U+8CFC, U+8EAB, U+8ECA, U+8EE2, U+8FFD, U+904B, U+904E, U+9054-9055, U+90FD, U+914D, U+91CD, U+9650, U+9664, U+969B, U+97F3, U+982D, U+984C, U+9858, U+98A8, U+9A13, U+FF06, U+FF5C;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.38.woff2') format('woff2');
    unicode-range: U+3005, U+3010-3011, U+3080, U+30E2, U+4E0B, U+4E0D, U+4E88, U+4ECA-4ECB, U+4ED6, U+4ED8, U+4EE3, U+4EE5, U+4EF6, U+4F53, U+4F5C, U+4F7F, U+4FDD, U+4FE1, U+500B, U+50CF, U+5148, U+516C, U+5186, U+521D, U+5225, U+529B, U+52A0, U+5316, U+53D6-53D7, U+53EF, U+540C-540D, U+544A, U+54C1, U+54E1, U+56DE, U+56FD, U+5728, U+5730, U+58F2, U+5909, U+5916, U+591A, U+5973, U+5B50, U+5B66, U+5B89, U+5B9F, U+5BB6, U+5BFE, U+5C0F, U+5C71, U+5E02, U+5E73, U+5E83, U+5E97, U+5EA6, U+5F15, U+5F53, U+5F8C, U+5FC3, U+5FDC, U+601D, U+6027, U+610F, U+611B, U+611F, U+6210, U+6240, U+624B, U+6570, U+6587, U+6599, U+660E, U+66F4, U+66F8, U+6709, U+671F, U+6728, U+6765, U+6771, U+683C, U+691C, U+696D, U+697D, U+69D8, U+6A5F, U+6B21, U+6C34, U+6CBB, U+6CD5, U+6CE8, U+6D3B, U+6D77, U+7269, U+7279, U+73FE, U+7406, U+7530, U+756A, U+767A-767B, U+7684, U+771F, U+7740, U+77E5, U+793A, U+7ACB, U+7D04, U+7D22, U+7D50, U+7F8E, U+8005, U+80FD, U+81EA, U+826F, U+8868, U+8981, U+898F, U+89A7, U+8A2D, U+8A71, U+8F09, U+8FBC, U+8FD1, U+9001, U+901A, U+9023, U+9053, U+9078, U+90E8, U+91CE, U+91D1, U+9332, U+9577, U+958B, U+96C6, U+96FB, U+9762, U+98DF, U+9AD8, U+FF1A, U+FF1F, U+FF5E;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.38.woff2') format('woff2');
    unicode-range: U+3005, U+3010-3011, U+3080, U+30E2, U+4E0B, U+4E0D, U+4E88, U+4ECA-4ECB, U+4ED6, U+4ED8, U+4EE3, U+4EE5, U+4EF6, U+4F53, U+4F5C, U+4F7F, U+4FDD, U+4FE1, U+500B, U+50CF, U+5148, U+516C, U+5186, U+521D, U+5225, U+529B, U+52A0, U+5316, U+53D6-53D7, U+53EF, U+540C-540D, U+544A, U+54C1, U+54E1, U+56DE, U+56FD, U+5728, U+5730, U+58F2, U+5909, U+5916, U+591A, U+5973, U+5B50, U+5B66, U+5B89, U+5B9F, U+5BB6, U+5BFE, U+5C0F, U+5C71, U+5E02, U+5E73, U+5E83, U+5E97, U+5EA6, U+5F15, U+5F53, U+5F8C, U+5FC3, U+5FDC, U+601D, U+6027, U+610F, U+611B, U+611F, U+6210, U+6240, U+624B, U+6570, U+6587, U+6599, U+660E, U+66F4, U+66F8, U+6709, U+671F, U+6728, U+6765, U+6771, U+683C, U+691C, U+696D, U+697D, U+69D8, U+6A5F, U+6B21, U+6C34, U+6CBB, U+6CD5, U+6CE8, U+6D3B, U+6D77, U+7269, U+7279, U+73FE, U+7406, U+7530, U+756A, U+767A-767B, U+7684, U+771F, U+7740, U+77E5, U+793A, U+7ACB, U+7D04, U+7D22, U+7D50, U+7F8E, U+8005, U+80FD, U+81EA, U+826F, U+8868, U+8981, U+898F, U+89A7, U+8A2D, U+8A71, U+8F09, U+8FBC, U+8FD1, U+9001, U+901A, U+9023, U+9053, U+9078, U+90E8, U+91CE, U+91D1, U+9332, U+9577, U+958B, U+96C6, U+96FB, U+9762, U+98DF, U+9AD8, U+FF1A, U+FF1F, U+FF5E;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.japanese.39.woff2') format('woff2');
    unicode-range: U+3001-3002, U+300C-300D, U+3041-307F, U+3081-308D, U+308F, U+3091-3093, U+3099-309A, U+309E, U+30A1-30E1, U+30E3-30ED, U+30EF-30F0, U+30F2-30F4, U+30FB-30FC, U+4E00, U+4E0A, U+4E2D, U+4E8B, U+4EBA, U+4F1A, U+5165, U+5168, U+5185, U+51FA, U+5206, U+5229, U+524D, U+52D5, U+5408, U+554F, U+5831, U+5834, U+5927, U+5B9A, U+5E74, U+5F0F, U+60C5, U+65B0, U+65B9, U+65E5, U+6642, U+6700, U+6708, U+672C, U+682A, U+6B63, U+6C17, U+70B9, U+7121, U+751F, U+7528, U+753B, U+76EE, U+793E, U+884C, U+898B, U+8A18, U+9593, U+95A2, U+FF01, U+FF08-FF09, U+FF0C, U+FF0E;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.japanese.39.woff2') format('woff2');
    unicode-range: U+3001-3002, U+300C-300D, U+3041-307F, U+3081-308D, U+308F, U+3091-3093, U+3099-309A, U+309E, U+30A1-30E1, U+30E3-30ED, U+30EF-30F0, U+30F2-30F4, U+30FB-30FC, U+4E00, U+4E0A, U+4E2D, U+4E8B, U+4EBA, U+4F1A, U+5165, U+5168, U+5185, U+51FA, U+5206, U+5229, U+524D, U+52D5, U+5408, U+554F, U+5831, U+5834, U+5927, U+5B9A, U+5E74, U+5F0F, U+60C5, U+65B0, U+65B9, U+65E5, U+6642, U+6700, U+6708, U+672C, U+682A, U+6B63, U+6C17, U+70B9, U+7121, U+751F, U+7528, U+753B, U+76EE, U+793E, U+884C, U+898B, U+8A18, U+9593, U+95A2, U+FF01, U+FF08-FF09, U+FF0C, U+FF0E;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 400;
    src: url('//static.parastorage.com/fonts/v2/2fbfc5cc-528c-46c8-89a5-418dd97552e1/v1/tsukushigothic.latin.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A2-00A3, U+00A5-00A6, U+00AC, U+00AF, U+2191, U+2193;
    font-display: swap;
}

@font-face {
    font-family: 'tsukushigothic';
    font-style: normal;
    font-weight: 700;
    src: url('//static.parastorage.com/fonts/v2/2391efc9-5ff0-4091-a574-a0b1a46e7d7f/v1/tsukushigothic.latin.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A2-00A3, U+00A5-00A6, U+00AC, U+00AF, U+2191, U+2193;
    font-display: swap;
}

@font-face {
	font-family: 'ot-ro-gsan-serif-stdn';
	font-style: normal;
	font-weight: 400;
	src: url('//static.parastorage.com/fonts/v2/ee3a7632-653e-4511-993d-7d86f5b7266a/v1/ot-ro-gsan-serif-stdn.japanese.0.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'ot-ro-gsan-serif-stdn';
	font-style: normal;
	font-weight: 700;
	src: url('//static.parastorage.com/fonts/v2/09f28a02-4a8c-48d1-b5a5-e4b2a66dae2f/v1/ot-ro-gsan-serif-stdn.japanese.0.woff2') format('woff2');
	font-display: swap;
}

.drone-sp-header *,
.drone-sp-header *::before,
.drone-sp-header *::after {
	box-sizing: border-box;
}

body.menu-open {
	overflow: hidden;
}

.drone-sp-header {
	display: none;
}

@media screen and (max-width: 959px) {
	.site-header-pc{
		display: none;
	}
	.drone-sp-header {
		display: block;

	}

	.drone-sp-header__box {

		margin: 0 auto;
		background: #415273;
		padding: 28px 18px 20px;
		position: relative;
		text-align: center;
	}

	.drone-sp-header__menu {
		position: absolute;
		top: 18px;
		right: 22px;
		width: 24px;
		height: 20px;
		padding: 0;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.drone-sp-header__menu span {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background: #ffffff;
		border-radius: 10px;
	}

	.drone-sp-header__menu span:nth-child(1) {
		top: 0;
	}

	.drone-sp-header__menu span:nth-child(2) {
		top: 8px;
	}

	.drone-sp-header__menu span:nth-child(3) {
		top: 16px;
	}

	.drone-sp-header__logo {
		margin: 30px 0 14px;
		line-height: 1.2;
	}

	.drone-sp-header__logo a {
		color: #ffffff;
		text-decoration: none;
		font-family: 'ot-ro-gsan-serif-stdn', sans-serif;
		font-size: 22px;
		font-weight: 700;
		letter-spacing: 0;
		white-space: nowrap;
	}

	.drone-sp-header__sns {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.drone-sp-header__sns a {
		display: block;
		width: 27px;
		height: 27px;
	}

	.drone-sp-header__sns img {
		display: block;
		width: 27px;
		height: 27px;
	}

	.drone-sp-drawer {
		position: fixed;
		inset: 0;
		background: rgba(216, 221, 228, 0.96);
		opacity: 0;
		visibility: hidden;
		transition: 0.3s ease;
		z-index: 9999;
	}

	.drone-sp-drawer.is-open {
		opacity: 1;
		visibility: visible;
	}

	.drone-sp-drawer__panel {
		height: 100%;
		background: #1c2a45;
		position: relative;
		padding: 86px 20px 50px;
	}

	.drone-sp-drawer__close {
		position: absolute;
		top: 12px;
		right: 20px;
		border: 0;
		background: transparent;
		color: #ffffff;
		font-size: 46px;
		line-height: 1;
		padding: 0;
		cursor: pointer;
	}

	.drone-sp-drawer__nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.drone-sp-drawer__nav li+li {
		margin-top: 28px;
	}

	.drone-sp-drawer__nav a {
		display: block;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		font-family: "Helvetica Neue", Arial, sans-serif;
		font-size: 24px;
		font-weight: 500;
		line-height: 1.4;
	}
}
@font-face {
  font-family: 'test-wix-font';
  src: url('https://static.parastorage.com/fonts/v2/09f28a02-4a8c-48d1-b5a5-e4b2a66dae2f/v1/ot-ro-gsan-serif-stdn.japanese.0.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.drone-sp-header__logo a {
  font-family: 'ot-ro-gsan-serif-stdn', sans-serif !important;
  font-weight: 700 !important;
}