.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-drag::before {
    content: "";
    display: inline-block;
    background: url(../images/common/pager_ic.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 18px
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container {
    visibility: hidden
}

.swiper-container.swiper-container-initialized {
    visibility: visible
}

.swiper-container:not(.gameinfo-about-slider):not(.modal-monster-slider):not(.modal-otomo-slider) .swiper-wrapper {
    margin-right: auto;
    margin-left: auto
}

.swiper-container:not(.gameinfo-about-slider):not(.modal-monster-slider):not(.modal-otomo-slider) .swiper-scrollbar {
    background: #082567;
    border: 1px solid #28478A;
    border-radius: 10px;
    bottom: 2vw;
    cursor: pointer;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60%
}

@media only screen and (min-width: 769px) {
    .swiper-container:not(.gameinfo-about-slider):not(.modal-monster-slider):not(.modal-otomo-slider) .swiper-scrollbar {
        bottom: 2vw;
        width: 25%
    }
}

.swiper-container:not(.gameinfo-about-slider):not(.modal-monster-slider):not(.modal-otomo-slider) .swiper-scrollbar-drag {
    background: transparent;
    border-radius: 0
}

.swiper-container:not(.gameinfo-about-slider):not(.modal-monster-slider):not(.modal-otomo-slider):not(.monster-slider):not(.action-slider) .swiper-button-prev {
    background-image: url(../images/common/arrow_ic_l_y.png);
    background-size: contain;
    bottom: 0;
    height: 20px;
    left: 50%;
    margin-top: 0;
    margin-left: -15%;
    top: auto;
    width: 16px
}

.swiper-container:not(.gameinfo-about-slider):not(.modal-monster-slider):not(.modal-otomo-slider):not(.monster-slider):not(.action-slider) .swiper-button-next {
    background-image: url(../images/common/arrow_ic_r_y.png);
    background-size: contain;
    bottom: 0;
    height: 20px;
    margin-top: 0;
    margin-right: -15%;
    right: 50%;
    top: auto;
    width: 16px
}

.news-slider.swiper-container {
    margin-bottom: 8vw;
    padding-right: 4vw;
    padding-bottom: 8vw;
    padding-left: 4vw
}

.news-slider.swiper-container.not-slider {
    padding-bottom: 0;
    visibility: visible
}

.news-slider.swiper-container.not-slider .swiper-scrollbar,
.news-slider.swiper-container.not-slider .swiper-button-prev,
.news-slider.swiper-container.not-slider .swiper-button-next {
    display: none
}

@media only screen and (min-width: 769px) {
    .news-slider.swiper-container {
        margin-bottom: 4vw;
        padding-bottom: 4vw
    }

    .news-slider.swiper-container.not-slider {
        padding-bottom: 0
    }

    .news-slider.swiper-container.not-slider .slide-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transform: initial !important;
        transform: initial !important
    }
}

.trailer-slider.swiper-container {
    padding-right: 10.5vw !important;
    padding-left: 10.5vw !important
}

@media only screen and (min-width: 769px) {
    .trailer-slider.swiper-container {
        padding-right: 6.8vw !important;
        padding-left: 6.8vw !important
    }
}

.trailer-slider.swiper-container.not-slider {
    padding-right: 0 !important;
    padding-left: 0 !important;
    visibility: visible
}

.trailer-slider.swiper-container.not-slider .swiper-scrollbar,
.trailer-slider.swiper-container.not-slider .swiper-button-prev,
.trailer-slider.swiper-container.not-slider .swiper-button-next {
    display: none
}

@media only screen and (max-width: 768px) {
    .trailer-slider.swiper-container.not-slider .swiper-wrapper {
        display: block
    }
}

@media only screen and (min-width: 769px) {
    .trailer-slider.swiper-container.not-slider .slide-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-transform: initial !important;
        transform: initial !important
    }
}

.trailer-slider.swiper-container {
    margin-bottom: 8vw;
    padding-bottom: 8vw
}

@media only screen and (min-width: 769px) {
    .trailer-slider.swiper-container {
        margin-bottom: 0
    }
}

.monster-slider.swiper-container {
    padding-top: 4vw
}

@media only screen and (min-width: 769px) {
    .monster-slider.swiper-container {
        padding-top: 2vw;
        visibility: visible
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.9
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container::before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow::before,
.mfp-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow::after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left::after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right::after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right::before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure::after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    overflow: hidden
}

.mfp-container {
    padding: 0
}

button.mfp-close {
    background-image: url(../images/common/modal_btn-close.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 8vw !important;
    position: fixed !important;
    right: 3vw !important;
    text-indent: 1000%;
    top: 3vw !important;
    -webkit-transition: background-image .2s ease;
    transition: background-image .2s ease;
    white-space: nowrap;
    width: 8vw !important
}

@media only screen and (min-width: 769px) {
    button.mfp-close {
        height: 2.5vw !important;
        right: 2.5vw !important;
        top: 1.5vw !important;
        width: 2.5vw !important
    }
}

button.mfp-close::before {
    content: "";
    display: none
}

@media only screen and (min-width: 769px) {
    button.mfp-close:hover {
        background-image: url(../images/common/modal_btn-close-y.png)
    }
}

@media only screen and (min-width: 769px) {
    .mfp-fade.mfp-bg {
        opacity: 0;
        -webkit-transition: opacity .4s ease-out;
        transition: opacity .4s ease-out
    }

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

    .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: opacity .4s ease-out;
        transition: opacity .4s ease-out
    }

    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1
    }

    .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0
    }
}

.mfp-slider .swiper-container {
    opacity: 0;
    z-index: 3
}

@media only screen and (max-width: 768px) {
    .mfp-slider .swiper-container {
        visibility: visible
    }
}

.mfp-slider .swiper-button-prev {
    background-image: url(../images/common/arrow_ic-l-w.png);
    background-size: contain;
    height: 5vw;
    left: 1.5vw;
    -webkit-transition: background-image .2s ease;
    transition: background-image .2s ease;
    width: 3.5vw
}

@media only screen and (max-width: 768px) {
    .mfp-slider .swiper-button-prev {
        display: none
    }
}

@media only screen and (min-width: 769px) {
    .mfp-slider .swiper-button-prev {
        height: 2vw;
        left: 12vw;
        width: 1.5vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-slider .swiper-button-prev:hover {
        background-image: url(../images/common/arrow_ic-l-y.png)
    }
}

.mfp-slider .swiper-button-next {
    background-image: url(../images/common/arrow_ic-r-w.png);
    background-size: contain;
    height: 5vw;
    right: 1.5vw;
    -webkit-transition: background-image .2s ease;
    transition: background-image .2s ease;
    width: 3.5vw
}

@media only screen and (max-width: 768px) {
    .mfp-slider .swiper-button-next {
        display: none
    }
}

@media only screen and (min-width: 769px) {
    .mfp-slider .swiper-button-next {
        height: 2vw;
        right: 12vw;
        width: 1.5vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-slider .swiper-button-next:hover {
        background-image: url(../images/common/arrow_ic-r-y.png)
    }
}

.mfp-mask.mfp-bg {
    background: transparent;
    opacity: 1
}

.mfp-mask.mfp-bg.mfp-ready {
    opacity: 1
}

.mfp-mask .mfp-s-loading {
    opacity: 0
}

.mfp-mask .modal-effect {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw
}

@media only screen and (max-height: 930px) {

    .ua-pc .mfp-mask.mfp-monster-detail .modal-effect,
    .ua-pc .mfp-mask.mfp-character .modal-effect {
        left: -17px
    }
}

.mfp-mask .modal-bg {
    height: 100%;
    left: 0;
    -webkit-mask: url(../images/common/mask-modal.png);
    -webkit-mask-size: 2300% 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.mfp-mask .modal-bg::before {
    background-image: url(../images/common/page_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .mfp-mask .modal-bg::before {
        background-attachment: fixed
    }
}

.mfp-mask .modal-mask-bg {
    background: transparent;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 3
}

.mfp-mask .modal-monster,
.mfp-mask .modal-otomo,
.mfp-mask .modal-gameinfo {
    padding: 10vw 0
}

@media only screen and (min-width: 769px) {

    .mfp-mask .modal-monster,
    .mfp-mask .modal-otomo,
    .mfp-mask .modal-gameinfo {
        padding: 0
    }
}

.mfp-trailer.mfp-fade.mfp-bg.mfp-ready {
    background: transparent;
    opacity: 1
}

.mfp-trailer .mfp-container {
    padding: 0
}

.mfp-trailer .mfp-content {
    height: 100%;
    max-width: 100%
}

.mfp-trailer .modal-movie {
    height: 100%;
    width: 100%
}

.mfp-trailer .modal-movie-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1280px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 66.66667%;
    z-index: 3
}

.mfp-trailer .mfp-iframe-scaler {
    padding-top: 56.25%;
    position: relative
}

.mfp-countdown .modal-movie-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    position: relative;
    z-index: 3
}

.mfp-gameinfo.mfp-fade.mfp-bg.mfp-ready {
    background: transparent
}

@media only screen and (max-width: 768px) {
    .mfp-gameinfo .mfp-container {
        overflow-y: auto
    }
}

.mfp-gameinfo .mfp-content {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
    width: 89.33333%
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content {
        position: relative;
        width: 100%
    }
}

.mfp-gameinfo .mfp-content .gameinfo {
    display: none;
    position: relative;
    z-index: 4
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content .gameinfo {
        margin-right: auto;
        margin-left: auto;
        min-height: 100vh;
        width: 66.66667%
    }
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content .gameinfo-inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
}

.mfp-gameinfo .mfp-content .gameinfo-ttl {
    background: url(../images/common/sec-ttl_bg-sp.png) center no-repeat;
    background-size: contain;
    color: #FFF;
    font-family: "Source Serif 4", serif;
    font-size: 4.26667vw;
    margin-bottom: 4vw;
    padding: .7em 0 .8em;
    position: relative;
    text-align: center
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content .gameinfo-ttl {
        background: url(../images/common/sec-ttl_bg.png) center no-repeat;
        background-size: 100%;
        font-size: 1.875vw;
        margin-right: auto;
        margin-bottom: 1vw;
        margin-left: auto;
        padding: .65em 0 .75em;
        width: 49.62963%
    }
}

.mfp-gameinfo .mfp-content .gameinfo-lead {
    color: #FFF;
    font-family: "Source Serif 4", serif;
    font-size: 4.26667vw;
    line-height: 1.2;
    margin-bottom: 4vw;
    text-align: center
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content .gameinfo-lead {
        font-size: 1.875vw;
        margin-bottom: 2vw
    }
}

.mfp-gameinfo .mfp-content .gameinfo-image {
    line-height: 0
}

.mfp-gameinfo .mfp-content .gameinfo-image-box {
    margin-left: auto;
    margin-bottom: 4vw;
    margin-right: auto
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content .gameinfo-image-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        margin-bottom: 2vw
    }
}

.mfp-gameinfo .mfp-content .gameinfo-image-box .gameinfo-image {
    position: relative;
    z-index: 2
}

.mfp-gameinfo .mfp-content .gameinfo-image-box img {
    height: auto;
    width: 100%
}

.mfp-gameinfo .mfp-content .gameinfo-player {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content .gameinfo-player {
        padding-top: 32.65%;
        width: 58.09524%
    }
}

.mfp-gameinfo .mfp-content .gameinfo-player video {
    border: 1px solid #EED998;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1
}

.mfp-gameinfo .mfp-content .gameinfo-text {
    color: #FFF;
    font-size: 3.46667vw;
    line-height: 1.5
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content .gameinfo-text {
        font-size: 1.25vw;
        text-align: center
    }
}

.mfp-gameinfo .mfp-content .gameinfo-text .enclose-box {
    background: rgba(0, 15, 44, 0.5);
    font-size: .9em;
    display: inline-block;
    margin-top: 2vw;
    padding: 2vw 4vw
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo .mfp-content .gameinfo-text .enclose-box {
        font-size: .8em;
        margin-top: 1vw;
        padding: 1vw 2vw
    }
}

.mfp-gameinfo.mfp-wrap.gameinfo01 .gameinfo#gameinfo01 {
    display: block
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo.mfp-wrap.gameinfo01 .gameinfo-image-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 85.18519%
    }
}

@media only screen and (min-width: 769px) {
    .mfp-gameinfo.mfp-wrap.gameinfo01 .gameinfo-image-box .gameinfo-thumb {
        width: 48.69565%
    }
}

@media only screen and (max-width: 768px) {
    .mfp-gameinfo.mfp-wrap.gameinfo01 .gameinfo-image-box .gameinfo-thumb:not(:last-child) {
        margin-bottom: 2vw
    }
}

.mfp-otomo.mfp-fade.mfp-bg.mfp-ready {
    background: transparent
}

@media only screen and (max-width: 768px) {
    .mfp-otomo.mfp-slider .swiper-button-prev {
        top: 30%
    }
}

@media only screen and (max-width: 768px) {
    .mfp-otomo.mfp-slider .swiper-button-next {
        top: 30%
    }
}

@media only screen and (max-width: 768px) {
    .mfp-otomo .mfp-container {
        overflow-y: auto
    }
}

@media only screen and (max-width: 768px) {
    .mfp-otomo .slide-list-item {
        display: none
    }
}

.mfp-otomo .mfp-content {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content {
        position: relative;
        width: 100%
    }
}

@media only screen and (min-width: 769px) and (max-height: 740px) {
    .mfp-otomo .mfp-content {
        min-height: 768px
    }
}

.mfp-otomo .mfp-content .otomo {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: 85.33333%;
    z-index: 4
}

@media only screen and (max-width: 768px) {
    .mfp-otomo .mfp-content .otomo {
        display: none
    }
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo {
        min-height: 100vh;
        width: 77.08333%
    }
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%
    }
}

@media only screen and (min-width: 769px) and (max-height: 740px) {
    .mfp-otomo .mfp-content .otomo-inner {
        padding: 2vw 0;
        position: relative;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.mfp-otomo .mfp-content .otomo-ttl {
    background: url(../images/common/sec-ttl_bg-sp.png) center no-repeat;
    background-size: contain;
    color: #FFF;
    font-family: "Source Serif 4", serif;
    font-size: 4.26667vw;
    font-weight: 700;
    margin-bottom: 4vw;
    padding: .9em 0 1em;
    position: relative;
    text-align: center
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-ttl {
        background: url(../images/common/sec-ttl_bg.png) center no-repeat;
        background-size: 100%;
        font-size: 1.875vw;
        margin-right: auto;
        margin-bottom: 2vw;
        margin-left: auto;
        width: 46.66667%
    }
}

.mfp-otomo .mfp-content .otomo-image {
    line-height: 0
}

.mfp-otomo .mfp-content .otomo-image-box {
    margin-left: auto;
    margin-bottom: 4vw;
    margin-right: auto
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-image-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        margin-bottom: 2vw
    }
}

.mfp-otomo .mfp-content .otomo-image img {
    height: auto;
    width: 100%
}

.mfp-otomo .mfp-content .otomo-player {
    background: #000;
    border: 1px solid #FFF;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-player {
        padding-top: 32.65%;
        width: 58.09524%
    }
}

.mfp-otomo .mfp-content .otomo-player-link {
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-player-link {
        display: none
    }
}

.mfp-otomo .mfp-content .otomo-player-iframe {
    height: 175%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 175%;
    z-index: 1
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-player-iframe {
        height: 150%;
        width: 150%
    }
}

.mfp-otomo .mfp-content .otomo-player-video {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-player::after {
        border: 1px solid rgba(255, 255, 255, 0.8);
        content: "";
        display: block;
        height: calc(100% - 6px);
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: calc(100% - 6px);
        z-index: 2
    }
}

.mfp-otomo .mfp-content .otomo-text {
    color: #FFF;
    font-size: 3.46667vw;
    line-height: 1.5
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-text {
        font-size: 1.25vw;
        text-align: center
    }
}

.mfp-otomo .mfp-content .otomo-text .enclose-box {
    background: rgba(0, 15, 44, 0.5);
    font-size: .9em;
    display: inline-block;
    margin-top: 4vw;
    padding: 2vw 4vw
}

@media only screen and (min-width: 769px) {
    .mfp-otomo .mfp-content .otomo-text .enclose-box {
        font-size: .8em;
        margin-top: 1vw;
        padding: 1vw 2vw
    }
}

@media only screen and (max-width: 768px) {
    .mfp-otomo.mfp-wrap.otomoAiru .slide-list-item-airu {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .mfp-otomo.mfp-wrap.otomoGaruku .slide-list-item-garuku {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .mfp-otomo.mfp-wrap .otomo#otomoAiru {
        display: block
    }
}

.mfp-otomo.mfp-wrap .otomo#otomoAiru .otomo-player {
    padding-top: 56.25%
}

@media only screen and (min-width: 769px) {
    .mfp-otomo.mfp-wrap .otomo#otomoAiru .otomo-player {
        padding-top: 18.68vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-otomo.mfp-wrap .otomo#otomoAiru .otomo-image-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 0;
        width: 74.21875%
    }
}

.mfp-otomo.mfp-wrap .otomo#otomoAiru .otomo-image-box .otomo-image {
    width: 55.22388%
}

@media only screen and (max-width: 768px) {
    .mfp-otomo.mfp-wrap .otomo#otomoAiru .otomo-image-box .otomo-image {
        margin-right: auto;
        margin-bottom: 6vw;
        margin-left: auto
    }
}

@media only screen and (min-width: 769px) {
    .mfp-otomo.mfp-wrap .otomo#otomoAiru .otomo-image-box .otomo-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-right: -4%;
        top: 1vw;
        width: 35.78947%
    }
}

.mfp-otomo.mfp-wrap .otomo#otomoAiru .otomo-image-box .otomo-thumb {
    position: relative;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .mfp-otomo.mfp-wrap .otomo#otomoAiru .otomo-image-box .otomo-thumb {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 54.73684%
    }
}

@media only screen and (max-width: 768px) {
    .mfp-otomo.mfp-wrap .otomo#otomoGaruku {
        display: block
    }
}

.mfp-otomo.mfp-wrap .otomo#otomoGaruku .otomo-player {
    padding-top: 56.25%
}

@media only screen and (min-width: 769px) {
    .mfp-otomo.mfp-wrap .otomo#otomoGaruku .otomo-player {
        padding-top: 19.575vw
    }
}

.mfp-otomo.mfp-wrap .otomo#otomoGaruku .otomo-image-box {
    width: 100%
}

@media only screen and (min-width: 769px) {
    .mfp-otomo.mfp-wrap .otomo#otomoGaruku .otomo-image-box {
        width: 77.77778%
    }
}

.mfp-otomo.mfp-wrap .otomo#otomoGaruku .otomo-image-box .otomo-image {
    position: relative;
    width: 94.02985%;
    z-index: 5
}

@media only screen and (max-width: 768px) {
    .mfp-otomo.mfp-wrap .otomo#otomoGaruku .otomo-image-box .otomo-image {
        margin-right: auto;
        margin-bottom: 6vw;
        margin-left: auto;
        padding: 4.9vw 0
    }
}

@media only screen and (min-width: 769px) {
    .mfp-otomo.mfp-wrap .otomo#otomoGaruku .otomo-image-box .otomo-image {
        margin-right: -16%;
        width: 57.61905%
    }
}

.mfp-monster.mfp-fade.mfp-bg.mfp-ready {
    background: transparent
}

@media only screen and (max-width: 768px) {
    .mfp-monster .mfp-container {
        overflow-y: auto
    }
}

@media only screen and (max-width: 768px) {
    .mfp-monster .slide-list-item {
        display: none
    }
}

.mfp-monster .mfp-content {
    margin: 0 auto;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .mfp-monster .mfp-content {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        overflow-y: auto;
        position: relative;
        width: 100%
    }
}

@media only screen and (min-width: 769px) and (max-height: 740px) {
    .mfp-monster .mfp-content {
        min-height: 768px;
        padding: 2vw 0
    }
}

.mfp-monster .mfp-content .monster {
    margin-right: auto;
    margin-left: auto;
    min-height: 100vh;
    position: relative;
    width: 89.33333%;
    z-index: 4
}

@media only screen and (min-width: 769px) {
    .mfp-monster .mfp-content .monster {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        max-width: 1280px;
        width: 77.08333%
    }
}

.mfp-monster .mfp-content .monster-image {
    line-height: 0
}

.mfp-monster .mfp-content .monster-image-box {
    margin-left: auto;
    margin-bottom: 2.66667vw;
    margin-right: auto
}

@media only screen and (min-width: 769px) {
    .mfp-monster .mfp-content .monster-image-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 1.33333vw
    }
}

.mfp-monster .mfp-content .monster-image-box .monster-image {
    position: relative;
    z-index: 2
}

.mfp-monster .mfp-content .monster-image-box img {
    height: auto;
    width: 100%
}

.mfp-monster .mfp-content .monster-text {
    color: #FFF;
    font-size: 3.2vw;
    line-height: 2
}

@media only screen and (min-width: 769px) {
    .mfp-monster .mfp-content .monster-text {
        font-size: 1.04167vw;
        line-height: 1.5;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap.magaimagado .slide-list-item-magaimagado {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap.akenoshirumu .slide-list-item-akenoshirumu {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap.osaizuchi .slide-list-item-osaizuchi {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap.yotsumiwadou .slide-list-item-yotsumiwadou {
        display: block
    }
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap .monster#magaimagado .monster-image-box {
        margin-bottom: 4vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#magaimagado .monster-image-box {
        width: 84.375%
    }
}

.mfp-monster.mfp-wrap .monster#magaimagado .monster-image-box .monster-name {
    width: 20.89552%;
    z-index: 1
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap .monster#magaimagado .monster-image-box .monster-name {
        margin-bottom: -12vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#magaimagado .monster-image-box .monster-name {
        margin-right: -14%;
        position: relative;
        width: 15.64815%
    }
}

.mfp-monster.mfp-wrap .monster#magaimagado .monster-image-box .monster-image {
    position: relative;
    width: 122.38806%
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap .monster#magaimagado .monster-image-box .monster-image {
        left: -10%
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#magaimagado .monster-image-box .monster-image {
        width: 93.14815%
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#akenoshirumu .monster-image-box {
        width: 84.375%
    }
}

.mfp-monster.mfp-wrap .monster#akenoshirumu .monster-image-box .monster-name {
    width: 23.28358%;
    z-index: 1
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap .monster#akenoshirumu .monster-image-box .monster-name {
        margin-bottom: -24vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#akenoshirumu .monster-image-box .monster-name {
        margin-right: -8%;
        width: 17.12963%
    }
}

.mfp-monster.mfp-wrap .monster#akenoshirumu .monster-image-box .monster-image {
    position: relative;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#akenoshirumu .monster-image-box .monster-image {
        margin-right: auto;
        margin-left: auto;
        width: 82.87037%
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#osaizuchi .monster-image-box {
        width: 84.375%
    }
}

.mfp-monster.mfp-wrap .monster#osaizuchi .monster-image-box .monster-name {
    width: 26.1194%;
    z-index: 1
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap .monster#osaizuchi .monster-image-box .monster-name {
        margin-bottom: -36vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#osaizuchi .monster-image-box .monster-name {
        margin-left: 4%;
        margin-right: -16%;
        width: 16.2037%
    }
}

.mfp-monster.mfp-wrap .monster#osaizuchi .monster-image-box .monster-image {
    position: relative;
    width: 89.55224%
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap .monster#osaizuchi .monster-image-box .monster-image {
        margin-right: auto;
        margin-left: auto
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#osaizuchi .monster-image-box .monster-image {
        width: 92.59259%
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#yotsumiwadou .monster-image-box {
        left: -4%;
        position: relative;
        width: 84.375%
    }
}

.mfp-monster.mfp-wrap .monster#yotsumiwadou .monster-image-box .monster-name {
    width: 21.79104%;
    z-index: 1
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap .monster#yotsumiwadou .monster-image-box .monster-name {
        margin-bottom: -26.5vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#yotsumiwadou .monster-image-box .monster-name {
        margin-right: -16%;
        width: 19.81481%
    }
}

.mfp-monster.mfp-wrap .monster#yotsumiwadou .monster-image-box .monster-image {
    position: relative;
    width: 95.52239%
}

@media only screen and (max-width: 768px) {
    .mfp-monster.mfp-wrap .monster#yotsumiwadou .monster-image-box .monster-image {
        left: 8vw
    }
}

@media only screen and (min-width: 769px) {
    .mfp-monster.mfp-wrap .monster#yotsumiwadou .monster-image-box .monster-image {
        left: 12%;
        margin-right: auto;
        margin-left: auto;
        width: 82.22222%
    }
}

.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0
}

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 200px
}

.SelectBox {
    padding: 5px 8px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .search-txt {
    display: none;
    outline: 0
}

.SumoSelect .no-match {
    display: none;
    padding: 6px
}

.SumoSelect.open .search-txt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
    visibility: hidden
}

.SelectClass,
.SumoUnder {
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
    -webkit-box-shadow: 0 0 2px #7799D0;
    box-shadow: 0 0 2px #7799D0;
    border-color: #7799D0
}

.SumoSelect>.CaptionCont {
    position: relative;
    border: 1px solid #A4A4A4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0
}

.SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #ccc;
    font-style: italic
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.SumoSelect>.CaptionCont>label>i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8
}

.SumoSelect>.optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    overflow: hidden
}

.SumoSelect.open>.optWrapper {
    top: 35px;
    display: block
}

.SumoSelect.open>.optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect>.optWrapper>.options {
    border-radius: 2px;
    position: relative;
    max-height: 250px
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
    border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options {
    border-radius: 0 0 2px 2px
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
    opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
    padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
    padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
    max-height: 100%;
    -webkit-box-shadow: 0 0 100px #595959;
    box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
    border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #E4E4E4
}

.SumoSelect .select-all.sel,
.SumoSelect>.optWrapper>.options li.opt.sel {
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
    display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 35px;
    cursor: pointer
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #AEAEAE;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
    display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
    padding: 6px
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
    -webkit-box-shadow: 0 0 2px #a1c0e4;
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
    background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
    border-right: 1px solid #DBDBDB;
    border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
    border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
    padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
    padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #11a911;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
    cursor: pointer
}

.SumoSelect .select-all.partial>span i {
    background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

.lang-select {
    font-family: "Source Sans 3", sans-serif;
    font-size: 4vw;
    position: relative;
    text-align: center;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 8
}

@media only screen and (max-width: 768px) {
    .lang-select {
        margin-bottom: 24vw
    }
}

@media only screen and (min-width: 769px) {
    .lang-select {
        font-size: 16px
    }
}

.lang-select.is-hide .SumoSelect::after {
    opacity: 0
}

.lang-select form {
    position: relative
}

.lang-select .SumoSelect {
    color: #FFF;
    cursor: pointer;
    padding: .5em 0;
    position: relative;
    text-align: center;
    width: 100% !important
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect {
        padding: 0;
        text-align: center
    }
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect::after {
        background: rgba(0, 33, 96, 0);
        content: "";
        display: block;
        height: 324px;
        pointer-events: none;
        position: fixed;
        right: -24px;
        top: 0;
        -webkit-transition: background .2s ease-out;
        transition: background .2s ease-out;
        width: 178px;
        z-index: -1
    }
}

.lang-select .SumoSelect .CaptionCont {
    background: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    min-height: auto;
    min-height: initial;
    padding: 0 .25em 0 .5em;
    position: relative;
    width: auto !important
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect .CaptionCont {
        padding: 8px 24px 8px 48px;
        -webkit-transition: background .2s ease-in;
        transition: background .2s ease-in
    }
}

.lang-select .SumoSelect .CaptionCont label {
    display: none
}

.lang-select .SumoSelect .CaptionCont span {
    cursor: pointer;
    display: block;
    font-size: 4vw;
    line-height: 1.5;
    overflow: visible;
    padding-right: 0;
    position: relative
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect .CaptionCont span {
        font-size: 16px
    }
}

.lang-select .SumoSelect .CaptionCont span::before {
    background: url(../images/common/earth_icon.png) center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 1.2em;
    left: -1.6em;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.2em
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect .CaptionCont span::before {
        height: 20px;
        left: -28px;
        width: 20px
    }
}

.lang-select .SumoSelect .optWrapper {
    display: none;
    line-height: 1.5
}

.lang-select .SumoSelect.open .CaptionCont,
.lang-select .SumoSelect:focus .CaptionCont,
.lang-select .SumoSelect:hover .CaptionCont {
    -webkit-box-shadow: none;
    box-shadow: none
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect.open.SumoSelect::after {
        background: rgba(0, 15, 44, 0.9);
        pointer-events: initial;
        -webkit-transition: background .2s ease-in;
        transition: background .2s ease-in
    }
}

.lang-select .SumoSelect.open .CaptionCont {
    color: #FFF;
    z-index: 2
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect.open .CaptionCont {
        background: rgba(0, 15, 44, 0)
    }
}

.lang-select .SumoSelect.open .optWrapper {
    background: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    left: auto;
    right: 0;
    width: 8em;
    z-index: 1
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect.open .optWrapper {
        right: 16px;
        top: 40px;
        width: 156px
    }
}

.lang-select .SumoSelect.open .optWrapper .options {
    max-height: initial;
    max-height: auto
}

.lang-select .SumoSelect.open .optWrapper .options .opt {
    border-bottom: none !important;
    border-radius: 0;
    padding: 0.25em;
    -webkit-transition: color .4s ease-in;
    transition: color .4s ease-in
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect.open .optWrapper .options .opt {
        font-size: 14px;
        padding: 2px 8px
    }
}

.lang-select .SumoSelect.open .optWrapper .options .opt.selected,
.lang-select .SumoSelect.open .optWrapper .options .opt:hover {
    background: transparent;
    color: #EED998
}

.lang-select .SumoSelect.open .optWrapper .options .opt.selected {
    pointer-events: none
}

@media only screen and (min-width: 769px) {
    .lang-select .SumoSelect.open .optWrapper .options .opt:nth-child(1) {
        display: none
    }
}

.lang-select-box {
    display: none
}

.lang-select-box.SumoUnder {
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

@media only screen and (min-width: 769px) {
    .lang-select-box.SumoUnder {
        visibility: hidden
    }
}

.lang-select-box.SumoUnder option {
    background: #fff
}

.lang-select-box.SelectClass {
    display: block
}

@media only screen and (max-width: 768px) {
    .lang-select-top {
        display: none;
        margin-bottom: 24vw
    }
}

@media only screen and (min-width: 769px) {
    .lang-select-top {
        position: absolute
    }
}

.lang-list {
    letter-spacing: -.4em
}

.lang-list li {
    display: inline-block;
    letter-spacing: normal;
    line-height: 1
}

.lang-list li a {
    color: rgba(255, 255, 255, 0.5)
}

.lang-list li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    margin-right: 1em;
    padding-right: 1em
}

@media only screen and (min-width: 769px) {
    .lang-list li:first-child {
        margin-right: 0.5em;
        padding-right: 0.5em
    }
}

@media only screen and (min-width: 769px) {
    .page-top .lang-select-links {
        margin-right: auto;
        margin-bottom: 4vw;
        margin-left: auto;
        position: relative;
        right: auto;
        top: auto;
        width: 128px
    }
}

@media only screen and (min-width: 769px) {
    .page-top .lang-select-links .SumoSelect::after {
        bottom: calc(100% - 38px);
        height: 354px;
        position: absolute;
        top: auto
    }
}

.page-top .lang-select-links .SumoSelect .CaptionCont {
    width: auto !important
}

@media only screen and (min-width: 769px) {
    .page-top .lang-select-links .SumoSelect .CaptionCont {
        left: 8px;
        padding: 0;
        text-align: center;
        width: 100% !important
    }
}

.page-top .lang-select-links .SumoSelect .CaptionCont label {
    display: none
}

@media only screen and (min-width: 769px) {
    .page-top .lang-select-links .SumoSelect .CaptionCont span {
        display: inline-block;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 1px -1px 3px rgba(0, 0, 0, 0.5), -1px 1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5)
    }
}

.page-top .lang-select-links .SumoSelect .CaptionCont span::before {
    height: 1.5em;
    left: -1.9em;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    width: 1.5em
}

@media only screen and (min-width: 769px) {
    .page-top .lang-select-links .SumoSelect .CaptionCont span::before {
        height: 24px;
        left: -28px;
        width: 24px
    }
}

.page-top .lang-select-links .SumoSelect .optWrapper {
    text-align: center
}

@media only screen and (min-width: 769px) {
    .page-top .lang-select-links .SumoSelect.open .optWrapper {
        bottom: calc(100% + 4px);
        left: 50%;
        top: auto;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}