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

html {
    font-size: 14px
}

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

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

ins {
    text-decoration: none
}

ins,
mark {
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

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

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

hr {
    border: 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

input {
    outline: none
}

button {
    border: none
}

img {
    vertical-align: top
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-webkit-keyframes slickArrowP {
    0% {
        left: calc(50% + 3px)
    }

    50% {
        left: 50%
    }

    to {
        left: calc(50% + 3px)
    }
}

@keyframes slickArrowP {
    0% {
        left: calc(50% + 3px)
    }

    50% {
        left: 50%
    }

    to {
        left: calc(50% + 3px)
    }
}

@-webkit-keyframes slickArrowN {
    0% {
        left: 50%
    }

    50% {
        left: calc(50% + 3px)
    }

    to {
        left: 50%
    }
}

@keyframes slickArrowN {
    0% {
        left: 50%
    }

    50% {
        left: calc(50% + 3px)
    }

    to {
        left: 50%
    }
}

@-webkit-keyframes slickArrow_bg {
    0% {
        border-color: #fff
    }

    to {
        border-color: #fff
    }
}

@keyframes slickArrow_bg {
    0% {
        border-color: #fff
    }

    to {
        border-color: #fff
    }
}

@-webkit-keyframes iconHoverB {
    0% {
        right: 10px
    }

    50% {
        right: 6px
    }

    to {
        right: 10px
    }
}

@keyframes iconHoverB {
    0% {
        right: 10px
    }

    50% {
        right: 6px
    }

    to {
        right: 10px
    }
}

@-webkit-keyframes iconHoverB_bg {
    0% {
        background-color: #fff
    }

    to {
        background-color: #fff
    }
}

@keyframes iconHoverB_bg {
    0% {
        background-color: #fff
    }

    to {
        background-color: #fff
    }
}

@-webkit-keyframes iconHoverA {
    0% {
        right: 9px
    }

    50% {
        right: 5px
    }

    to {
        right: 9px
    }
}

@keyframes iconHoverA {
    0% {
        right: 9px
    }

    50% {
        right: 5px
    }

    to {
        right: 9px
    }
}

@-webkit-keyframes iconHoverA_bg {
    0% {
        border-color: #fff
    }

    to {
        border-color: #fff
    }
}

@keyframes iconHoverA_bg {
    0% {
        border-color: #fff
    }

    to {
        border-color: #fff
    }
}

@-webkit-keyframes backbtnB {
    0% {
        left: 10px
    }

    50% {
        left: 6px
    }

    to {
        left: 10px
    }
}

@keyframes backbtnB {
    0% {
        left: 10px
    }

    50% {
        left: 6px
    }

    to {
        left: 10px
    }
}

@-webkit-keyframes backbtnA {
    0% {
        left: 9px
    }

    50% {
        left: 5px
    }

    to {
        left: 9px
    }
}

@keyframes backbtnA {
    0% {
        left: 9px
    }

    50% {
        left: 5px
    }

    to {
        left: 9px
    }
}

@-webkit-keyframes morebtn {
    0% {
        bottom: 9px
    }

    50% {
        bottom: 5px
    }

    to {
        bottom: 9px
    }
}

@keyframes morebtn {
    0% {
        bottom: 9px
    }

    50% {
        bottom: 5px
    }

    to {
        bottom: 9px
    }
}

@-webkit-keyframes linkfirebtnB {
    0% {
        right: -5px
    }

    50% {
        right: -9px
    }

    to {
        right: -5px
    }
}

@keyframes linkfirebtnB {
    0% {
        right: -5px
    }

    50% {
        right: -9px
    }

    to {
        right: -5px
    }
}

@-webkit-keyframes linkfirebtnA {
    0% {
        right: -6px
    }

    50% {
        right: -10px
    }

    to {
        right: -6px
    }
}

@keyframes linkfirebtnA {
    0% {
        right: -6px
    }

    50% {
        right: -10px
    }

    to {
        right: -6px
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes passingBox {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    to {
        left: 100%;
        width: 0
    }
}

@keyframes passingBox {
    0% {
        left: 0;
        width: 0
    }

    50% {
        left: 0;
        width: 100%
    }

    51% {
        left: 0;
        width: 100%
    }

    to {
        left: 100%;
        width: 0
    }
}

@-webkit-keyframes passingImg {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes passingImg {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.slick-slider {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-touch-action: pan-y;
    -ms-user-select: none;
    -webkit-box-sizing: border-box;
    -webkit-user-select: none;
    box-sizing: border-box;
    touch-action: pan-y;
    user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    margin-top: 10px;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../assets/css/) ".../assets/css/assets/img/common/ajax-loader.gif" 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/assets/fonts/) "slick.eot";
    src: url(../assets/assets/fonts/) "slick.eot?#iefix" format("embedded-opentype"), url(../assets/assets/fonts/) "slick.woff" format("woff"), url(../assets/assets/fonts/) "slick.ttf" format("truetype"), url(../assets/assets/fonts/) "slick.svg#slick" format("svg")
}

.slick-next,
.slick-prev {
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.slick-next,
.slick-prev {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .48);
    -webkit-transform: translateY(-50%);
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(0, 0, 0, .48);
    font-size: 0;
    height: 32px;
    transform: translateY(-50%);
    width: 32px;
    z-index: 10
}

.slick-next:before,
.slick-prev:before {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -webkit-transition: all .3s;
    content: "";
    display: inline-block;
    height: 8px;
    opacity: 1;
    position: absolute;
    top: calc(50% - 3px);
    transform: rotate(-45deg) translate(-50%, -50%);
    transition: all .3s;
    width: 8px
}

.slick-prev {
    left: calc(28.7vw - 36px)
}

.slick-prev:before {
    border-left: 1px solid #82829e;
    border-top: 1px solid #82829e;
    left: calc(50% + 3px)
}

.slick-next {
    right: calc(28.7vw - 38px)
}

.slick-next:before {
    border-bottom: 1px solid #82829e;
    border-right: 1px solid #82829e;
    left: 50%
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 13px
}

.slick-dots {
    bottom: 0;
    font-size: 0;
    text-align: left
}

.slick-dots li {
    height: 1px;
    margin: 0 0 0 8px;
    width: 38px
}

.slick-dots li:first-child {
    margin-left: 0
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    background-color: #fff
}

.slick-dots li button {
    height: 2px;
    padding: 0;
    width: 100%
}

.slick-dots li button:before {
    -webkit-transition: all .3s;
    background-color: #fff;
    content: "";
    height: 100%;
    line-height: 0;
    padding: 0;
    transition: all .3s;
    width: 100%
}

html {
    -webkit-text-size-adjust: 100%;
    background-color: #171717
}

body {
    -webkit-font-feature-settings: "pwid" 1;
    color: red;
    font-family: Noto Sans JP, -apple-system, BlinkMacSystemFont, Helvetica Neue, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, Arial, メイリオ, Meiryo, sans-serif;
    font-feature-settings: "pwid" 1;
    line-height: 1.25
}

body.is-fixed {
    overflow: hidden
}

body a {
    color: #fff;
    text-shadow: 0 0 10px yellow;
    outline: none;
    text-decoration: none
}

.fwb {
    font-weight: 700
}

.tac {
    text-align: center
}

.tar {
    text-align: right
}

.tal {
    text-align: left
}

.dpb {
    display: block
}

.dpib {
    display: inline-block
}

::-moz-selection {
    background-color: #8e92a2
}

::selection {
    background-color: #8e92a2
}

.musicLists,
.snsLists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.musicList__link,
.musicLists,
.snsList__link,
.snsLists {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.musicList__link,
.snsList__link {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    height: 18px;
    justify-content: center
}

.musicList__img,
.snsList__img {
    -webkit-filter: invert(0) sepia(0) saturate(0) brightness(200%) contrast(200%);
    display: inline-block;
    filter: invert(0) sepia(0) saturate(0) brightness(200%) contrast(200%);
    height: auto
}

.header {
    background-color: #10090b;
    position: fixed;
    z-index: 200
}

.header.header--top1,
.header.header--top2,
.header.header--top3 {
    background-color: transparent
}

.header.header--top2:before,
.header.header--top3:before {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: rgba(53, 59, 66, .24);
    bottom: 0;
    content: "";
    display: block;
    height: 72px;
    left: 0;
    position: absolute;
    right: 0
}

.header.header--top4 {
    background-color: transparent
}

.header.header--top4:before {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: hsla(0, 0%, 68.6%, .24);
    bottom: 0;
    content: "";
    display: block;
    height: 72px;
    left: 0;
    position: absolute;
    right: 0
}

.wrap.is-opened .header.header--top2:before,
.wrap.is-opened .header.header--top3:before,
.wrap.is-opened .header.header--top4:before {
    background-color: rgba(46, 46, 46, .28);
    height: auto;
    top: 0
}

.header__siteTtl.header__siteTtl--top {
    display: none
}

.header__siteTtl__link {
    -webkit-transition-duration: .2s;
    background-size: 55px 19px;
    display: inline-block;
    transition-duration: .2s
}

.header__siteTtl__img,
.header__siteTtl__link {
    -webkit-transition-property: opacity, color, background-color;
    transition-property: opacity, color, background-color
}

.header__siteTtl__img {
    -webkit-transition-duration: .1s;
    height: auto;
    max-width: 100%;
    transition-duration: .1s
}

.acdIcon {
    bottom: 27px;
    cursor: pointer;
    height: 20px;
    left: 27px;
    position: absolute;
    width: 49px;
    z-index: 203
}

.acdIcon__linkDrawer {
    bottom: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px
}

.acdIcon__linkDrawer:after,
.acdIcon__linkDrawer:before {
    -webkit-transition: top .3s, -webkit-transform .3s;
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s
}

.acdIcon__linkDrawer:before {
    top: -4px
}

.acdIcon__linkDrawer:after {
    top: 4px
}

.acdIcon.is-show .acdIcon__linkDrawer:before {
    -webkit-transform: rotate(-45deg);
    top: 0;
    transform: rotate(-45deg)
}

.acdIcon.is-show .acdIcon__linkDrawer:after {
    -webkit-transform: rotate(45deg);
    top: 0;
    transform: rotate(45deg)
}

.headerNavWrap {
    -webkit-transition: opacity .4s;
    background: hsla(0, 0%, 42.7%, .12);
    height: 100vh;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .4s;
    width: 0;
    z-index: -1
}

.headerNavWrap.is-show {
    opacity: 1;
    width: calc(100vw - 103px);
    z-index: 201
}

.headerNavWrap:not(.is-hide).is-active {
    -webkit-transition: none;
    transition: none
}

.header--top2 .headerNavWrap,
.header--top3 .headerNavWrap,
.header--top4 .headerNavWrap {
    background-color: rgba(46, 46, 46, .28)
}

.headerNav {
    height: 100vh;
    overflow: auto
}

.headerNav__inner1 {
    -ms-flex: 1 1 100px;
    -ms-flex-flow: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 100px;
    flex-flow: column;
    justify-content: space-between
}

.headerMenu {
    -ms-flex: 1 1 100px;
    -webkit-box-flex: 1;
    flex: 1 1 100px
}

.headerMenu__list {
    -webkit-transition: opacity .5s;
    opacity: 0;
    transition: opacity .5s
}

.headerNavWrap.is-active .headerMenu__list {
    opacity: 1
}

.headerNavWrap.is-hide .headerMenu__list {
    -webkit-transition: opacity .2s;
    opacity: 0;
    transition: opacity .2s
}

.headerMenu__list:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.headerMenu__list:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.headerMenu__list:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.headerMenu__list:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.headerMenu__list:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.headerMenu__list:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.headerMenu__list:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.headerMenu__list:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

.headerMenu__list:nth-child(9) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.headerMenu__list:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.headerMenu__link {
    display: inline-block;
    font-family: proxima-nova;
    font-size: 3.44444vh;
    font-weight: 600;
    line-height: 1.2;
    position: relative
}

.headerMenu__link:before {
    -webkit-transition: width .3s;
    content: "";
    left: 0;
    position: absolute;
    transition: width .3s;
    width: 0
}

.headerMenu__link.is-current {
    cursor: default
}

.headerMenu__link.is-current:before {
    background-color: yellow;
    bottom: 0;
    height: .55556vh;
    width: 100%
}

.headerMenu__link:not(.is-current):hover {
    cursor: pointer
}

.headerMenu__link.headerMenu__link--blank:after {
    background: url(../image/icon_blank.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 14px;
    vertical-align: middle;
    width: 12px
}

.headerMenu__link.headerMenu__link--arrow:after {
    background: url(../image/icon_arrow_right.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 14px;
    vertical-align: middle;
    width: 12px
}

.headerMenu__disabled {
    color: hsla(0, 0%, 100%, .6);
    display: inline-block;
    font-family: proxima-nova;
    font-size: 5.55556vh;
    font-weight: 600;
    line-height: 1.2
}

.headerMenu__disabled:before {
    background-color: hsla(0, 0%, 100%, .1);
    background-image: linear-gradient(256deg, rgba(178, 172, 181, .07), rgba(118, 120, 131, .05));
    border-radius: 9px;
    color: #fff;
    content: "coming soon";
    display: block;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: calc(50% - 9px);
    width: 78px
}

.headerMenu__disabled.headerMenu__disabled--blank:after {
    background: url(../image/icon_blank.svg) no-repeat 50%;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: 14px;
    opacity: .5;
    vertical-align: middle;
    width: 12px
}

.headerLinkList {
    -webkit-transition: opacity .2s 1.1s;
    opacity: 0;
    transition: opacity .2s 1.1s
}

.headerNavWrap.is-active .headerLinkList {
    opacity: 1
}

.headerNavWrap.is-hide .headerLinkList {
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.headerLinkList__body .snsLists:not(.is-show) {
    display: none
}

.headerLinkList__label.is-current {
    opacity: .6
}

.headerLinkList__label__arrow {
    -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    -webkit-transition: -webkit-transform .2s;
    filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    margin-left: 8px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.headerLinkList__label.is-current .headerLinkList__label__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.headerNav__inner2 {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    justify-content: space-between;
    padding: 0 64px
}

.headerNav__inner2,
.headerSubMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.headerSubMenu {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.headerSubMenu__list:not(:last-child) {
    margin-right: 40px
}

.headerSubMenu__link {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    color: #ccc;
    display: block;
    font-size: 10px;
    letter-spacing: .5px;
    line-height: 1;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.headerNav__copy,
.headerSubMenu__link {
    font-family: proxima-nova;
    font-weight: 600
}

.headerNav__copy {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.headerNav__copyLink {
    display: block
}

.headerNav__copyImg {
    -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    margin-right: 8px;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.content {
    position: relative
}

.wrap.is-opened main {
    -webkit-filter: blur(20px);
    filter: blur(20px)
}

.toTop {
    -webkit-transition: opacity .5s .3s;
    bottom: -32px;
    pointer-events: none;
    transition: opacity .5s .3s;
    z-index: 100
}

.toTop,
.toTop__btn {
    position: absolute;
    right: 0
}

.toTop__btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    background-color: #d0d4788f;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    justify-content: center;
    pointer-events: auto;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    width: 64px
}

.toTop.is-fixed .toTop__btn {
    bottom: 0;
    position: fixed
}

.footer {
    background-color: #1f1f1f;
    position: relative;
    z-index: 2
}

.wrap.is-opened .footer {
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.footer__wrap {
    padding: 48px 48px 48px 40px
}

.footer__logo {
    margin-bottom: 32px
}

.footerMenu {
    -ms-flex-flow: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    flex-flow: wrap;
    justify-content: flex-end;
    margin-bottom: 27px
}

.footerMenu,
.footerMenu__link {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footerMenu__link {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    background-color: #10090b;
    border-radius: 19px;
    color: #8e92a2;
    font-family: proxima-nova;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    padding-left: 16px;
    padding-right: 16px;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.footer__sns {
    width: 100%
}

.footer__sns .snsLists {
    row-gap: 22px
}

.footer__sub {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background-color: #10090b;
    justify-content: space-between;
    padding: 15px 24px
}

.footer__sub,
.footerSubmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footerSubmenu__list {
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 600;
    margin-right: 24px
}

.footerSubmenu__link {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.footer__copy {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px
}

.footer__copy__img {
    -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
}

.loadingBg {
    -webkit-transition: width .6s cubic-bezier(.45, .05, .55, .95) .3s;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: width .6s cubic-bezier(.45, .05, .55, .95) .3s;
    width: 100vw;
    z-index: 1000
}

.loadingBg.is-hide {
    width: 0
}

.loadingBg.is-end {
    display: none
}

.loadingBg__grad {
    background: -webkit-gradient(linear, right top, left top, from(#b2acb5), to(#767883)) 0 0 repeat;
    background: linear-gradient(270deg, #b2acb5, #767883) 0 0 repeat;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw
}

.loadingBg__grad:before {
    -webkit-transform: translate(-50%, -50%);
    background: url(../image/logo_sitetitle.svg) transparent 0 bottom no-repeat;
    background-size: 160px 87px;
    content: "";
    display: block;
    height: 87px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 160px
}

.loadingBg__black {
    -webkit-transition: width .4s cubic-bezier(.95, .18, .56, .91);
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: width .4s cubic-bezier(.95, .18, .56, .91);
    width: 100vw
}

.loadingBg__black:before {
    background: #000 50% no-repeat;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw
}

.loadingBg.is-hide .loadingBg__black {
    width: 0
}

.loadingBg__blackLogo {
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw
}

.loadingBg__blackLogo:before {
    -webkit-transform: translate(-50%, -50%);
    background: url(../image/logo_loading.png) transparent 0 bottom no-repeat;
    background-size: 320px 320px;
    content: "";
    display: block;
    height: 320px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px
}

.loadingConts {
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 1001
}

.loadingConts.is-hide {
    opacity: 0
}

.loadingConts.is-end {
    display: none
}

.loadingConts__logo {
    -webkit-transform: translate(-50%, -50%);
    background: url(../image/logo_loading.png) 0 0 no-repeat;
    background-size: 320px 320px;
    height: 320px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 320px
}

.loadingConts__logo .loadingConts__logoImg {
    -webkit-transition: width 1ms;
    background: url(../image/logo_loading.png) 0 bottom no-repeat;
    background-size: 320px 320px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    transition: width 1ms
}

.loadSpinner {
    height: 40px;
    left: calc(50% - 20px);
    position: fixed;
    top: calc(50% - 20px);
    width: 40px
}

.loadSpinner__quart {
    border: 2px solid hsla(0, 0%, 100%, .1);
    border-radius: 50px;
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: middle;
    width: 40px
}

.loadSpinner__quart:after {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-radius: 50px;
    border: 2px solid transparent;
    border-top-color: #fff;
    bottom: -2px;
    content: "";
    left: -2px;
    position: absolute;
    right: -2px;
    top: -2px
}

.paging {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    background-color: #10090b;
    border-radius: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 12px;
    width: 315px
}

.paging__next,
.paging__prev {
    width: 17px
}

.paging__arrowLink {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.paging__arrowLink,
.paging__lists {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.paging__lists {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    width: calc(100% - 48px)
}

.paging__list {
    font-size: 16px;
    width: 16px
}

.paging__list:not(:last-child) {
    margin-right: 27px
}

.paging__list__current {
    color: #fff;
    font-family: proxima-nova;
    font-weight: 700
}

.paging__list__link {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    color: #8e92a2;
    font-family: proxima-nova;
    font-weight: 700;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.pageHead__ttl {
    font-family: briller;
    font-size: 35px;
    font-weight: 700;
    line-height: 4
}

.pageHead__shareLabel {
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: 600
}

.pageHead__share {
    margin-left: 32px
}

.pageHead__shareLink {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pageHead__shareImg {
    -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
}

.pageHead__shareLink:hover .pageHead__shareImg {
    -webkit-filter: none;
    filter: none
}

.post {
    font-size: 14px;
    line-height: 1.71;
    overflow-wrap: break-word
}

.post a {
    -webkit-transition: opacity .3s;
    display: inline-block;
    font-weight: 700;
    text-decoration: underline;
    transition: opacity .3s;
    vertical-align: middle;
    word-break: break-all
}

.post img {
    -webkit-transition: all .3s;
    display: block;
    height: auto;
    margin: 10px auto;
    max-height: 640px;
    max-width: 640px;
    transition: all .3s;
    width: auto
}

.post sub,
.post sup {
    display: inline-block;
    font-size: 10px
}

.post sub {
    vertical-align: sub
}

.post sup {
    vertical-align: super
}

.post blockquote {
    border: 1px solid #e2e2e2;
    display: inline-block;
    margin: 12px 0;
    padding: 10px 12px
}

.post ol,
.post ul {
    margin: 10px 0
}

.post ol li,
.post ul li {
    padding-left: 16px;
    position: relative
}

.post ol li:not(:last-child),
.post ul li:not(:last-child) {
    margin-bottom: 2px
}

.post ul li:before {
    background-color: #fff;
    border-radius: 2px;
    content: "";
    display: block;
    height: 4px;
    left: 3px;
    position: absolute;
    top: 9px;
    width: 4px
}

.post ol {
    counter-reset: numCount
}

.post ol li {
    counter-increment: numCount
}

.post ol li:before {
    content: counter(numCount) ".";
    display: block;
    left: -12px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 24px
}

.post iframe {
    display: block;
    margin: 20px auto;
    max-width: 100%
}

.switchWovn {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: -1
}

.switchWovn.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 401
}

.switchWovn__btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition: all .1s;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    backdrop-filter: blur(10px);
    background-color: hsla(0, 0%, 100%, .07);
    background-image: linear-gradient(239deg, rgba(178, 172, 181, .07), rgba(118, 120, 131, .05));
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 600;
    height: 23px;
    justify-content: center;
    transition: all .1s;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    width: 42px;
    z-index: 402
}

.switchWovn.is-active .switchWovn__btn {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.switchWovn__menu {
    -webkit-transform: translateY(20px);
    opacity: 0;
    position: absolute;
    transform: translateY(20px);
    width: 100px;
    z-index: 403
}

.switchWovn.is-active .switchWovn__menu {
    -webkit-transform: translateY(0);
    -webkit-transition: all .3s .2s;
    opacity: 1;
    transform: translateY(0);
    transition: all .3s .2s
}

.switchWovn__item {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    backdrop-filter: blur(20px);
    background-color: hsla(0, 0%, 100%, .07);
    background-image: linear-gradient(255deg, rgba(178, 172, 181, .07), rgba(118, 120, 131, .05));
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    justify-content: center;
    text-shadow: 0 2px 6px rgba(33, 33, 33, .16);
    width: 100%
}

.switchWovn__item:not(:last-child) {
    margin-bottom: 4px
}

.switchWovn.switchWovn--top2 .switchWovn__item,
.switchWovn.switchWovn--top3 .switchWovn__item,
.switchWovn.switchWovn--top4 .switchWovn__item {
    background-color: hsla(0, 0%, 100%, .2);
    background-image: linear-gradient(255deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .7))
}

.switchWovnBg {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: hsla(0, 0%, 42.7%, .12);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400
}

.switchWovnBg.is-show {
    display: block
}

.wovnAnnounce {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: none;
    justify-content: space-between;
    left: 0;
    padding: 24px 52px 24px 64px;
    position: fixed;
    width: 100%;
    z-index: 400
}

.wovnAnnounce.is-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wovnAnnounce__inner {
    -ms-flex-negative: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 100px;
    -webkit-box-flex: 1;
    flex-basis: 100px;
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 27px
}

.wovnAnnounce__ttl {
    font-weight: 700;
    margin-bottom: 8px
}

.wovnAnnounce__text {
    font-size: 10px;
    line-height: 1.5
}

.wovnAnnounce__btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    background-color: #8e92a2;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    height: 30px;
    justify-content: center;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    width: 84px
}

.modalBg {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: hsla(0, 0%, 42.7%, .12);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 300
}

.modal,
.modalBg {
    display: none;
    position: fixed
}

.modal {
    -webkit-box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%);
    box-sizing: content-box;
    left: 50%;
    max-height: calc(100vh - 160px);
    padding-bottom: 66px;
    top: calc(50% + 33px);
    transform: translate(-50%, -50%);
    z-index: 301
}

.modal__cont {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: auto;
    height: 100%;
    overflow-y: scroll
}

.modal__cont::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none
}

.modal__ttl {
    font-family: briller;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
    position: absolute;
    text-align: center;
    top: -55px;
    width: 100%
}

.modal__close {
    -webkit-transform: translateX(-50%);
    bottom: 0;
    cursor: pointer;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 301
}

.modal__closeIcon {
    -webkit-transition-duration: .1s;
    -webkit-transition-property: opacity, color, background-color;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    margin-right: 12px;
    position: relative;
    transition-duration: .1s;
    transition-property: opacity, color, background-color;
    vertical-align: top;
    width: 32px
}

.modal__closeIcon:after,
.modal__closeIcon:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 13px
}

.modal__closeIcon:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal__closeIcon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal__closeText {
    color: #fff;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    vertical-align: top
}

.tagListWrap {
    height: 34px
}

.tagList {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -ms-overflow-style: none;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    -webkit-overflow-scrolling: auto;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    overflow-x: scroll
}

.tagListWrap.is-fixed .tagList {
    -webkit-transition: -webkit-transform .2s;
    position: fixed;
    right: 40px;
    top: 30px;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    z-index: 1
}

.tagList::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none
}

.tagList__item {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.tagList__item:not(:last-child) {
    margin-right: 4px
}

.tagList__current,
.tagList__link {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    padding-left: 12px;
    padding-right: 12px
}

.tagList__current {
    border: 1px solid #fff;
    color: #fff
}

.tagListWrap.is-fixed .tagList__current {
    background-color: rgba(0, 0, 0, .25)
}

.tagList__link {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    background-color: #000;
    color: #8e92a2;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.infoList {
    -webkit-transition: opacity .5s .1s;
    opacity: 0;
    transition: opacity .5s .1s
}

.infoList:not(:last-child) {
    margin-bottom: 16px
}

.infoList.is-show {
    opacity: 1
}

.infoList.infoList--otherPost:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.infoList.infoList--otherPost:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.infoList__link {
    background-color: rgba(0, 0, 0, .25);
    border-radius: 12px;
    position: relative
}

.infoList__link,
.infoList__link.infoList__link--otherPost {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.infoList__link.infoList__link--otherPost {
    background-color: hsla(0, 0%, 100%, .05)
}

.infoList__date {
    font-family: proxima-nova;
    font-weight: 700
}

.infoList__date__week {
    font-size: 12px
}

.infoList__category {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #444;
    border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    position: absolute;
    width: 70px
}

.infoList__no-members {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #c00404;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    position: absolute;
    width: 100px
}

.infoList__rui {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #ec24c1;
    border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    position: absolute;
    width: 20px
}

.infoList__rio {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #7e08d9;
    border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    position: absolute;
    width: 20px
}

.infoList__hikari {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #029284;
    border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    position: absolute;
    width: 20px
}

.infoList__ayumu {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #cb0808;
    border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    position: absolute;
    width: 20px
}

.infoList__syogo {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #0085d2;
    border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    position: absolute;
    width: 20px
}

.infoList__ttl__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-transition: color .2s;
    color: #ccc;
    display: -webkit-box;
    overflow: hidden;
    transition: color .2s
}

.article {
    -webkit-transition: opacity .5s;
    background-color: rgba(0, 0, 0, .25);
    border-radius: 12px;
    margin: 0 auto;
    transition: opacity .5s;
    width: calc(68.6vw - 70.658px)
}

.wrap.is-wait .article {
    opacity: 0
}

.article__thumb {
    -webkit-transition: opacity .5s .2s;
    opacity: 0;
    text-align: center;
    transition: opacity .5s .2s;
    padding-top: 30px;
}

.article__thumb.is-show {
    opacity: 1;
}

.article__thumbImg {
    height: auto;
    max-height: 538px;
    max-width: 100%
}

.article__body {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 48px 64px 64px
}

.article__thumb+.article__body {
    padding-top: 32px
}

.article__date {
    -webkit-transition: opacity .5s .2s;
    font-family: proxima-nova;
    font-weight: 700;
    margin-bottom: 16px;
    opacity: 0;
    transition: opacity .5s .2s
}

.article__date.is-show {
    opacity: 1
}

.article__categories {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    -webkit-transition: opacity .5s .2s;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
    opacity: 0;
    transition: opacity .5s .2s
}

.article__categories.is-show {
    opacity: 1
}

.article__category {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #444;
    border-radius: 12px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    width: 70px
}

.article__ttl {
    -webkit-transition: opacity .5s .2s;
    font-size: 18px;
    line-height: 1.67;
    margin-bottom: 8px;
    opacity: 0;
    transition: opacity .5s .2s;
    width: 100%
}

.article__ttl.is-show {
    opacity: 1
}

.article__center {
    -webkit-transition: opacity .5s .2s;
    text-align: center;
    color: #ccc;
    opacity: 0;
    transition: opacity .5s .2s;
    width: 100%
}

.article__post {
    -webkit-transition: opacity .5s .2s;
    color: #ccc;
    opacity: 0;
    transition: opacity .5s .2s;
    width: 100%
}

.article__post.is-show,
.article__post.is-show img {
    opacity: 1
}

.article__post img {
    -webkit-transition: opacity .5s .5s;
    opacity: 0;
    transition: opacity .5s .5s
}

.backWrap {
    margin: 64px auto;
    width: calc(68.6vw - 70.658px)
}

.otherPosts {
    background-color: rgba(0, 0, 0, .25);
    padding-bottom: 64px;
    padding-top: 55px
}

.otherPosts__title {
    font-family: proxima-nova;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 24px;
    margin-left: 40px
}

.otherPosts__lists {
    margin: 0 auto;
    width: calc(100% - 80px)
}

.btnBuy {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    background-color: #10090b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    position: relative;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.btnBuy,
.btnBuy:before {
    background-image: linear-gradient(252deg, #b2acb5, #767883);
    border-radius: 32px
}

.btnBuy:before {
    -webkit-transition: opacity .2s;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s
}

.btnBuy__icon {
    margin-right: 8px
}

.btnBuy__icon,
.btnBuy__text {
    position: relative
}

.btnBack {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -webkit-transition-duration: .2s;
    align-items: center;
    background-color: #10090b;
    border-radius: 18px;
    color: #8e92a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    justify-content: space-between;
    padding-left: 13px;
    padding-right: 16px;
    transition-duration: .2s;
    width: 95px
}

.btnBack,
.btnBack__icon {
    -webkit-transition-property: opacity, color, background-color;
    transition-property: opacity, color, background-color
}

.btnBack__icon {
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.btnPrimary {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    background-color: #8e92a2;
    color: #fff;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.btnSecond {
    background-color: #10090b
}

.btnSecond,
.btnTertiary {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    border-radius: 23px;
    color: #8e92a2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 700;
    height: 46px;
    justify-content: center;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.btnTertiary {
    background-color: #000
}

.btnTertiary__icon {
    -webkit-transition-duration: .1s;
    -webkit-transition-property: opacity, color, background-color;
    margin-right: 16px;
    transition-duration: .1s;
    transition-property: opacity, color, background-color
}

.noContent__wrap {
    -webkit-transform: translate(-50%, -50%);
    background-color: rgba(17, 17, 17, .6);
    border-radius: 12px;
    left: 50%;
    padding: 103px 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 420px
}

.noContent__text {
    color: #aaa;
    font-family: proxima-nova;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

.noContentArticle {
    background-color: rgba(0, 0, 0, .8);
    position: relative
}

.noContentArticle:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(14.28571%, #fff), color-stop(14.28571%, #ff0), color-stop(28.57143%, #ff0), color-stop(28.57143%, #0ff), color-stop(42.85714%, #0ff), color-stop(42.85714%, #0f0), color-stop(57.14286%, #0f0), color-stop(57.14286%, #f0f), color-stop(71.42857%, #f0f), color-stop(71.42857%, red), color-stop(85.71429%, red), color-stop(85.71429%, #00f), to(#00f));
    background-image: linear-gradient(90deg, #fff, #fff 14.28571%, #ff0 0, #ff0 28.57143%, #0ff 0, #0ff 42.85714%, #0f0 0, #0f0 57.14286%, #f0f 0, #f0f 71.42857%, red 0, red 85.71429%, #00f 0, #00f);
    height: calc(100vh - 80px);
    top: 0
}

.noContentArticle:after,
.noContentArticle:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.noContentArticle:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#0ff), color-stop(14.28571%, #0ff), color-stop(14.28571%, #000), color-stop(28.57143%, #000), color-stop(28.57143%, #fff), color-stop(42.85714%, #fff), color-stop(42.85714%, #00f), color-stop(57.14286%, #00f), color-stop(57.14286%, #000), color-stop(85.71429%, #000), color-stop(85.71429%, #f0f), to(#f0f));
    background-image: linear-gradient(90deg, #0ff, #0ff 14.28571%, #000 0, #000 28.57143%, #fff 0, #fff 42.85714%, #00f 0, #00f 57.14286%, #000 0, #000 85.71429%, #f0f 0, #f0f);
    bottom: 0;
    height: 80px
}

.noContentArticle__wrap {
    -webkit-backdrop-filter: blur(20px);
    -webkit-transform: translate(-50%, -50%);
    backdrop-filter: blur(20px);
    background-color: hsla(0, 0%, 42.7%, .12);
    border-radius: 12px;
    left: 50%;
    padding: 66px 0 48px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 420px
}

.noContentArticle__ttl {
    font-family: proxima-nova;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 46px
}

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

.noContentArticle__btn {
    width: 135px
}

.noContentArticle__btn:not(:last-child) {
    margin-right: 12px
}

.shopModalBg {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: hsla(0, 0%, 42.7%, .12);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 300
}

.shopModal {
    -webkit-box-sizing: content-box;
    -webkit-transition: opacity .3s;
    box-sizing: content-box;
    left: 167px;
    opacity: 0;
    position: fixed;
    transition: opacity .3s;
    z-index: 301
}

.shopModal.is-hide {
    display: none
}

.shopModal.is-show {
    opacity: 1
}

.shopModal__ttl {
    padding-right: 292px
}

.top {
    height: 100vh;
    position: relative
}

.topvideo {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .topvideo video {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%; width: 100%;
  }

.top.top--type1:after {
    background-image: linear-gradient(45deg, #353535 25%, transparent 0), linear-gradient(45deg, transparent 75%, #353535 0), linear-gradient(45deg, #353535 25%, transparent 0), linear-gradient(45deg, transparent 75%, #353535 0);
    background-position: 0 0, 1px 1px, 1px 1px, 2px 2px;
    background-size: 2px 2px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.top__siteTtl {
    left: 44px;
    position: absolute;
    top: 44px;
    width: 37.5vw;
    z-index: 2
}

.top.top--type4 .top__siteTtl {
    left: 0;
    text-align: center;
    width: 100%
}

.top__logo {
    height: auto;
    width: 100%
}

.top__movie {
    -webkit-transition: opacity 2s .5s;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 2s .5s;
    z-index: 0
}

.top__movie.is-show {
    opacity: 1
}

.top__movie .jwplayer.jw-flag-aspect-mode {
    min-height: 100vh
}

.top__control {
    -ms-flex-align: end;
    -ms-flex-flow: column;
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: flex-end;
    bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 40px;
    z-index: 2
}

.top__playBtn {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-image: linear-gradient(223deg, rgba(178, 172, 181, .07), rgba(118, 120, 131, .05));
    border-radius: 50%;
    cursor: pointer;
    height: 96px;
    margin-bottom: 13px;
    position: relative;
    width: 96px
}

.top__playBtn__stop {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition-duration: .1s;
    -webkit-transition-property: opacity, color, background-color;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-duration: .1s;
    transition-property: opacity, color, background-color
}

.top__playBtn.is-stop .top__playBtn__stop {
    display: none
}

.top__playBtn__stop.top__playBtn__stop--hover {
    opacity: 0
}

.top__playBtn__start,
.top__playBtn__stop.top__playBtn__stop--hover {
    -webkit-transition-duration: .1s;
    -webkit-transition-property: opacity, color, background-color;
    transition-duration: .1s;
    transition-property: opacity, color, background-color
}

.top__playBtn__start {
    -webkit-transform: translate(-50%, -50%);
    display: none;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.top__playBtn.is-stop .top__playBtn__start {
    display: inline-block;
    margin-left: 2px
}

.top__playBtn__start.top__playBtn__start--hover {
    -webkit-transition-duration: .1s;
    opacity: 0;
    transition-duration: .1s
}

.top__link,
.top__playBtn__start.top__playBtn__start--hover {
    -webkit-transition-property: opacity, color, background-color;
    transition-property: opacity, color, background-color
}

.top__link {
    -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    -webkit-transition-duration: .2s;
    display: block;
    filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    transition-duration: .2s
}

.top__grayBg.top__grayBg--safari {
    background-color: rgba(0, 0, 0, .16);
    mix-blend-mode: normal
}

.top__mv {
    height: 100%;
    width: 100%
}

.top.top--type4 .top__mv {
    -ms-flex-flow: column;
    -ms-flex-pack: end;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: end;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    overflow: hidden
}

.top__mvImg {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.top.top--type4 .top__mvImg {
    -o-object-fit: contain;
    height: auto;
    object-fit: contain;
    width: 100%
}

.top__mvText {
    left: 0;
    position: absolute;
    text-align: center;
    top: max(14.54vh, 97px);
    width: 100%
}

.top__news {
    bottom: 40px;
    left: 127px;
    position: absolute;
    z-index: 2
}

.top.top--type2 .top__news,
.top.top--type3 .top__news,
.top.top--type4 .top__news {
    bottom: 32px;
    left: auto;
    right: 24px
}

.top__newsList {
    overflow: hidden;
    width: 265px
}

.top__newsList.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 13px
}

.top__newsList .slick-slide {
    -webkit-transition-property: opacity;
    opacity: 0;
    transition-property: opacity
}

.top__newsList .slick-slide.slick-current {
    opacity: 1
}

.top__newsList .is-change.slick-slide {
    -webkit-transition-duration: .5s;
    opacity: 0;
    transition-duration: .5s
}

.top__newsList.is-changed .slick-slide {
    -webkit-transition-duration: 1s;
    opacity: 1;
    transition-duration: 1s
}

.topNews__link {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 83px;
    padding: 16px 16px 16px 20px;
    position: relative;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    width: 265px
}

.topNews__link:before {
    -webkit-backdrop-filter: blur(20px);
    -webkit-transition: opacity .2s;
    backdrop-filter: blur(20px);
    background-image: linear-gradient(251deg, rgba(178, 172, 181, .07), rgba(118, 120, 131, .05));
    border-radius: 12px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s
}

.top--type2 .topNews__link:before,
.top--type3 .topNews__link:before,
.top--type4 .topNews__link:before {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background-color: rgba(53, 59, 66, .24);
    background-image: none
}

.topNews__link:after {
    -ms-flex-negative: 0;
    -webkit-transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: block;
    flex-shrink: 0;
    height: 5px;
    transform: rotate(45deg);
    width: 5px
}

.topNews__thumb {
    border-radius: 6px;
    height: auto;
    margin-right: 12px;
    max-height: 51px;
    max-width: 51px;
    position: relative;
    width: auto
}

.topNews__body {
    -ms-flex: 1 1 100px;
    -webkit-box-flex: 1;
    flex: 1 1 100px;
    font-family: proxima-nova;
    font-weight: 600;
    margin-right: 22px;
    position: relative
}

.topNews__tag {
    font-size: 10px
}

.topNews__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 1.21;
    overflow: hidden
}

.news {
    padding-bottom: 48px
}

.news__lists {
    margin: 0 auto;
    width: calc(100% - 80px)
}

.news__paging {
    margin: 48px auto 0
}

.profGroup__mainImg {
    -webkit-transform-origin: left;
    -webkit-transition: -webkit-transform .3s;
    position: relative;
    transform-origin: left;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.wrap.is-wait .profGroup__mainImg {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.profGroup__mainImg:before {
    -webkit-transform-origin: right;
    -webkit-transition: -webkit-transform .3s .3s;
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: right;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s;
    width: 100%
}

.wrap:not(.is-wait) .profGroup__mainImg:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.profGroup__mainImg:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0)), to(rgba(0, 0, 0, .53)));
    background-image: linear-gradient(180deg, rgba(50, 50, 50, 0), rgba(0, 0, 0, .53));
    bottom: 0;
    content: "";
    display: block;
    height: calc(7.6vw - 7.828px);
    left: 0;
    position: absolute;
    width: 100%
}

.profGroup__mainImg__img {
    height: auto;
    width: 100%
}

.profGroup__dataWrap {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px
}

.profGroup__name {
    -webkit-transform: translateY(30px);
    -webkit-transition-delay: .2s;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    transition-delay: .2s;
    transition-duration: .3s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.profGroup__name.is-show {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0)
}

.profGroup__name__text {
    font-size: 24px
}

.profGroup__snsList {
    -ms-flex-item-align: end;
    -webkit-transform: translateY(30px);
    -webkit-transition-delay: .2s;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    align-self: flex-end;
    opacity: 0;
    padding-left: 18px;
    padding-right: 18px;
    transform: translateY(30px);
    transition-delay: .2s;
    transition-duration: .3s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.profGroup__snsList.is-show {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0)
}

.profGroupSnsLists {
    display: none
}

.profGroupSnsLists.is-show {
    display: block
}

.profGroupSnsLists.is-hide {
    display: none
}

.profGroupSnsLists .musicList,
.profGroupSnsLists .snsList {
    padding-left: 10px;
    padding-right: 10px;
    width: 44px
}

.profGroupSnsLists .slick-next,
.profGroupSnsLists .slick-prev {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-shadow: none;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    align-items: center;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    height: 18px;
    justify-content: center;
    transform: translateY(-50%);
    transition: all .3s;
    width: 18px;
    z-index: 10
}

.profGroupSnsLists .slick-next:before,
.profGroupSnsLists .slick-prev:before {
    content: "";
    display: block;
    height: 7px;
    top: calc(50% - 4px);
    width: 7px
}

.profGroupSnsLists .slick-next.slick-disabled,
.profGroupSnsLists .slick-prev.slick-disabled {
    cursor: default;
    opacity: 0
}

.profGroupSnsLists .slick-prev {
    left: -18px
}

.profGroupSnsLists .slick-prev:before {
    -webkit-transform: rotate(-45deg);
    border: 1px solid #fff;
    border-right: none;
    border-bottom: none;
    left: calc(50% - 7px);
    transform: rotate(-45deg)
}

.profGroupSnsLists .slick-next {
    right: -18px
}

.profGroupSnsLists .slick-next:before {
    -webkit-transform: rotate(45deg);
    border: 1px solid #fff;
    border-bottom: none;
    border-left: none;
    right: calc(50% - 7px);
    transform: rotate(45deg)
}

.profGroupSnsLists__snsLabel {
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: 700;
    padding-left: 16px;
    width: 112px
}

.profGroupSnsLists__stLabel {
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: 700;
    width: 120px
}

.profGroupSnsLists__stLabel:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 16px;
    margin-right: 31px;
    vertical-align: middle;
    width: 1px
}

.profGroup__textWrap {
    -webkit-transform: translateY(30px);
    -webkit-transition-delay: .2s;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    margin-top: 96px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .2s;
    transition-duration: .3s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.profGroup__textWrap.is-show {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0)
}

.profGroup__text {
    color: #ccc;
    display: none;
    line-height: 2
}

.profGroup__text img {
    height: auto;
    max-width: 100%
}

.memberList:nth-child(odd) {
    background-color: rgba(0, 0, 0, .25)
}

.memberList__imgWrap {
    -webkit-transform: scaleX(0);
    -webkit-transform-origin: left;
    -webkit-transition: -webkit-transform .3s .2s;
    position: relative;
    transform: scaleX(0);
    transform-origin: left;
    transition: -webkit-transform .3s .2s;
    transition: transform .3s .2s;
    transition: transform .3s .2s, -webkit-transform .3s .2s
}

.memberList.is-show .memberList__imgWrap {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.memberList__imgWrap:before {
    -webkit-transform-origin: right;
    -webkit-transition: -webkit-transform .3s .5s;
    background-color: #000;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: right;
    transition: -webkit-transform .3s .5s;
    transition: transform .3s .5s;
    transition: transform .3s .5s, -webkit-transform .3s .5s;
    width: 100%
}

.memberList.is-show .memberList__imgWrap:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.memberList__img {
    height: 100%;
    width: auto
}

.memberList__data {
    -ms-flex-flow: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-transform: translateY(30px);
    -webkit-transition-delay: .7s;
    -webkit-transition-duration: .3s;
    -webkit-transition-property: opacity, -webkit-transform;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    opacity: 0;
    padding: 64px 48px;
    transform: translateY(30px);
    transition-delay: .7s;
    transition-duration: .3s;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.memberList.is-show .memberList__data {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0)
}

.memberList__name {
    font-size: 48px;
    letter-spacing: -.75px;
    line-height: 1;
    position: relative
}

.memberList__alphabet,
.memberList__name {
    font-family: briller;
    font-weight: 700;
    word-break: break-all
}

.memberList__alphabet {
    line-height: 1.07143;
    margin-top: 24px
}

.memberList__text {
    -ms-flex: 1 1 50px;
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-box-flex: 1;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 50px;
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 24px;
    word-break: break-all
}

.memberList__snsList {
    margin-bottom: -2px;
    margin-top: 26px
}

.post__tourData {
    border-bottom: 1px solid #e2e2e2;
    margin: 24px 0
}

.post__tourData .tourData__outline {
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
    position: relative
}

.post__tourData .tourData__outline.is-open .tourData__icon:after {
    display: none
}

.post__tourData .tourData__outline .tourData__lists {
    -ms-flex-align: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-transition: all .3s;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    transition: all .3s;
    width: calc(100% - 52px)
}

.post__tourData .tourData__outline .tourData__lists .tourData__list {
    margin: 0;
    padding: 0
}

.post__tourData .tourData__outline .tourData__lists .tourData__list:before {
    display: none
}

.post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date .label {
    border-radius: 11.5px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 21px;
    padding: 4px 8px 3px;
    vertical-align: middle
}

.post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date .label--soldout {
    background-color: red
}

.post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date .label--addstage {
    background-color: #ed2c96
}

.post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date .label--addfree {
    background-color: #ff602b
}

.post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--place {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    width: 100%
}

.post__tourData .tourData__outline .tourData__icon {
    -webkit-box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    border: 1px solid #82829e;
    border-radius: 16px;
    box-sizing: border-box;
    display: block;
    height: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
    width: 32px
}

.post__tourData .tourData__outline .tourData__icon:after,
.post__tourData .tourData__outline .tourData__icon:before {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    background-color: #82829e;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
    width: 13px
}

.post__tourData .tourData__outline .tourData__icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.post__tourData .tourData__detail {
    display: none;
    margin-top: -12px
}

.post__tourData .tourData__detail .tourData__text {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 20px;
    padding-right: 52px
}

.post__tourData .tourData__detail .tourData__text li {
    padding: 0;
    position: relative
}

.post__tourData .tourData__detail .tourData__text li:before {
    background-color: #fff;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 12px;
    left: auto;
    margin-right: 3px;
    position: relative;
    top: 1px;
    width: 12px
}

.post__tourData .tourData__detail .tourData__text li .tourData__price {
    margin-left: 53px
}

.video {
    padding-bottom: 48px
}

.videoLists {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap
}

.videoList {
    -webkit-transition: opacity .3s;
    background-color: #000;
    opacity: 0;
    transition: opacity .3s;
    width: 100%
}

.videoList.is-show {
    opacity: 1
}

.videoList__link {
    -webkit-transition: opacity .3s;
    display: block;
    opacity: .3;
    position: relative;
    transition: opacity .3s
}

.videoList__thumb {
    -webkit-transition: all .3s;
    height: 56.25vw;
    position: relative;
    transition: all .3s
}

.videoList__thumbImg {
    -o-object-fit: cover;
    display: inline-block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.videoList__icon {
    -webkit-backdrop-filter: blur(20px);
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, .04);
    background-image: linear-gradient(223deg, rgba(178, 172, 181, .07), rgba(118, 120, 131, .05));
    border-radius: 50%;
    cursor: pointer;
    height: 64px;
    opacity: 0;
    position: absolute;
    right: 22px;
    top: 15px;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    width: 64px
}

.videoList__icon:before {
    -webkit-transition: border .2s;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 8.5px 17px;
    content: "";
    left: 24px;
    position: absolute;
    top: 23px;
    transition: border .2s
}

.videoList__caption {
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    -webkit-transition: opacity .3s;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 50, 50, 0)), color-stop(98%, rgba(0, 0, 0, .53)));
    background-image: linear-gradient(180deg, rgba(50, 50, 50, 0), rgba(0, 0, 0, .53) 98%);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    padding: 10px 22px 15px 24px;
    position: absolute;
    right: 0;
    transition: opacity .3s
}

.videoList__ttl {
    -ms-flex: 1 1 100px;
    -webkit-box-flex: 1;
    flex: 1 1 100px;
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 700;
    overflow-wrap: break-word;
    text-align: justify;
    width: calc(100% - 116px)
}

.videoList__viewYoutube {
    -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    margin-left: 25px;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    width: 92px
}

.videoList__viewYoutube__logo {
    height: auto;
    width: 100%
}

.video__paging {
    margin: 48px auto 0
}

.videoList__modalCont {
    max-width: calc(170vh - 272px);
    position: relative;
    width: calc(100vw - 80px)
}

.videoList__modalCont:before {
    content: "";
    display: block;
    padding-top: 56.25%
}

.videoList .videoList__modalCont {
    display: none
}

.videoList__modalCont iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modalMovie {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.flashVideo,
.modalMovie video,
.spVideo {
    height: calc((100vw - 30px)/16*9);
    width: 100vw
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400;
    src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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Njc+ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype")
}

.video-js .vjs-big-play-button,
.video-js .vjs-play-control,
.vjs-icon-play {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before,
.vjs-icon-play:before {
    content: ""
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-play-circle:before {
    content: ""
}

.video-js .vjs-play-control.vjs-playing,
.vjs-icon-pause {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-play-control.vjs-playing:before,
.vjs-icon-pause:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0,
.vjs-icon-volume-mute {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before,
.vjs-icon-volume-mute:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1,
.vjs-icon-volume-low {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before,
.vjs-icon-volume-low:before {
    content: ""
}

.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2,
.vjs-icon-volume-mid {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before,
.vjs-icon-volume-mid:before {
    content: ""
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button,
.vjs-icon-volume-high {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before,
.vjs-icon-volume-high:before {
    content: ""
}

.video-js .vjs-fullscreen-control,
.vjs-icon-fullscreen-enter {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-enter:before {
    content: ""
}

.video-js.vjs-fullscreen .vjs-fullscreen-control,
.vjs-icon-fullscreen-exit {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js.vjs-fullscreen .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-exit:before {
    content: ""
}

.vjs-icon-square {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-square:before {
    content: ""
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-spinner:before {
    content: ""
}

.video-js .vjs-subtitles-button,
.vjs-icon-subtitles {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-subtitles-button:before,
.vjs-icon-subtitles:before {
    content: ""
}

.video-js .vjs-captions-button,
.vjs-icon-captions {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-captions-button:before,
.vjs-icon-captions:before {
    content: ""
}

.video-js .vjs-chapters-button,
.vjs-icon-chapters {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-chapters-button:before,
.vjs-icon-chapters:before {
    content: ""
}

.vjs-icon-share {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-share:before {
    content: ""
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-cog:before {
    content: ""
}

.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before {
    content: ""
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-circle-outline:before {
    content: ""
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-circle-inner-circle:before {
    content: ""
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-hd:before {
    content: ""
}

.video-js .vjs-control.vjs-close-button,
.vjs-icon-cancel {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.video-js .vjs-control.vjs-close-button:before,
.vjs-icon-cancel:before {
    content: ""
}

.vjs-icon-replay {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-replay:before {
    content: ""
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-facebook:before {
    content: ""
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-gplus:before {
    content: ""
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-linkedin:before {
    content: ""
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-twitter:before {
    content: ""
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-tumblr:before {
    content: ""
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-pinterest:before {
    content: ""
}

.vjs-icon-audio-description {
    font-family: VideoJS;
    font-style: normal;
    font-weight: 400
}

.vjs-icon-audio-description:before {
    content: ""
}

.video-js {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-box-sizing: border-box;
    -webkit-user-select: none;
    background-color: #000;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    padding: 0;
    position: relative;
    user-select: none;
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    height: 100% !important;
    width: 100% !important
}

.video-js *,
.video-js :after,
.video-js :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin: 0
}

.video-js.vjs-4-3,
.video-js.vjs-16-9,
.video-js.vjs-fluid {
    height: 0;
    max-width: 100%;
    width: 100%
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-fill,
.video-js .vjs-tech {
    height: 100%;
    width: 100%
}

.video-js .vjs-tech {
    left: 0;
    position: absolute;
    top: 0
}

body.vjs-full-window {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 0
}

.vjs-full-window .video-js.vjs-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

.video-js.vjs-fullscreen {
    height: 100% !important;
    padding-top: 0 !important;
    width: 100% !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    background-color: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    height: 150px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 300px
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc
}

.video-js .vjs-big-play-button {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all .4s;
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    border: .06666em solid #fff;
    border-radius: .3em;
    cursor: pointer;
    display: block;
    font-size: 3em;
    height: 1.5em;
    left: 50%;
    line-height: 1.5em;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s;
    width: 3em
}

.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    margin-left: -1.5em;
    margin-top: -.75em;
    top: 50%
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    -webkit-transition: all 0s;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    border-color: #fff;
    outline: 0;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
    display: none
}

.video-js button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: none;
    appearance: none;
    background: 0 0;
    border: 0;
    color: inherit;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-decoration: none;
    text-transform: none;
    transition: none
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu .vjs-menu-content {
    display: block;
    margin: 0;
    overflow: auto;
    padding: 0
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    font-size: 1.2em;
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: .2em 0;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li:focus,
.vjs-menu li:hover {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    outline: 0
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2b333f
}

.vjs-menu li.vjs-menu-title {
    cursor: default;
    font-size: 1em;
    font-weight: 700;
    line-height: 2em;
    margin: 0 0 .3em;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

.vjs-menu-button-popup .vjs-menu {
    border-top-color: rgba(43, 51, 63, .7);
    bottom: 0;
    display: none;
    height: 0;
    left: -3em;
    margin-bottom: 1.5em;
    position: absolute;
    width: 10em
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    bottom: 1.5em;
    max-height: 15em;
    position: absolute;
    width: 100%
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-menu-button-popup:hover .vjs-menu {
    display: block
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    overflow: hidden;
    transition: all .4s
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
    -webkit-transition: none;
    transition: none
}

.vjs-menu-button-inline .vjs-menu {
    -webkit-transition: all .4s;
    height: 100%;
    left: 4em;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transition: all .4s;
    width: auto
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: auto
}

.video-js .vjs-control-bar {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .7);
    bottom: 0;
    display: none;
    height: 3em;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%
}

.vjs-has-started .vjs-control-bar {
    -webkit-transition: visibility .1s, opacity .1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    transition: visibility .1s, opacity .1s;
    visibility: visible
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    -webkit-transition: visibility 1s, opacity 1s;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
    visibility: hidden
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    height: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 4em
}

.video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    -ms-flex: auto;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: auto
}

.vjs-live .vjs-progress-control {
    display: none
}

.video-js .vjs-progress-holder {
    -ms-flex: auto;
    -webkit-box-flex: 1;
    -webkit-transition: all .2s;
    flex: auto;
    height: .3em;
    transition: all .2s
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666667em
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
    display: block;
    font-size: .6em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
    display: block;
    height: .3em;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 0
}

.video-js .vjs-mouse-display:before {
    display: none
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    font-size: .9em;
    position: absolute;
    right: -.5em;
    top: -.333333333333333em
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: .3em;
    color: #000;
    content: attr(data-current-time);
    display: none;
    font-size: .9em;
    padding: .2em .5em;
    position: absolute;
    right: -1.5em;
    top: -2.4em
}

.video-js .vjs-play-progress:after,
.video-js .vjs-play-progress:before {
    z-index: 1
}

.video-js .vjs-load-progress {
    background: ligthen(#73859f, 25%);
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: ligthen(#73859f, 50%);
    background: rgba(115, 133, 159, .75)
}

.video-js.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-control .vjs-mouse-display {
    background-color: #000;
    display: none;
    height: 100%;
    position: absolute;
    width: 1px;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    -webkit-transition: visibility 1s, opacity 1s;
    opacity: 0;
    transition: visibility 1s, opacity 1s;
    visibility: hidden
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
    background-color: rgba(0, 0, 0, .8);
    color: #fff
}

.video-js .vjs-slider {
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    cursor: pointer;
    margin: 0 .45em;
    outline: 0;
    padding: 0;
    position: relative
}

.video-js .vjs-slider:focus {
    -webkit-box-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff;
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    -ms-flex: none;
    -webkit-box-flex: 0;
    cursor: pointer;
    flex: none
}

.video-js .vjs-volume-control {
    -ms-flex: none;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-box-flex: 0;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: none;
    width: 5em
}

.video-js .vjs-volume-bar {
    margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
    height: .3em;
    width: 5em
}

.vjs-volume-bar.vjs-slider-vertical {
    height: 5em;
    margin: 1.35em auto;
    width: .3em
}

.video-js .vjs-volume-level {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute
}

.video-js .vjs-volume-level:before {
    font-size: .9em;
    position: absolute
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    left: -.3em;
    top: -.5em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    right: -.5em;
    top: -.3em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    border-top-color: transparent;
    display: block;
    height: 0;
    width: 0
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    height: 8em;
    left: .5em
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 0
}

.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-vertical:hover .vjs-menu-content {
    height: 8em;
    width: 2.9em
}

.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content,
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content {
    height: 2.9em;
    width: 8em
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important
}

.vjs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.vjs-poster,
.vjs-poster img {
    padding: 0;
    vertical-align: middle
}

.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    width: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-controls-disabled .vjs-poster,
.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    -ms-flex: auto;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-box-flex: 1;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    text-align: left;
    width: auto
}

.video-js .vjs-time-control {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none;
    font-size: 1em;
    line-height: 3em
}

.video-js .vjs-current-time,
.video-js .vjs-duration,
.vjs-live .vjs-time-control,
.vjs-no-flex .vjs-current-time,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    -ms-flex: none;
    -webkit-box-flex: 0;
    cursor: pointer;
    flex: none
}

.vjs-text-track-display {
    bottom: 3em;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    font-size: 1.4em;
    margin-bottom: .1em;
    text-align: center
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    -ms-flex: none;
    -webkit-box-flex: 0;
    cursor: pointer;
    flex: none;
    width: 3.8em
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    height: 100%;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.vjs-playback-rate .vjs-menu {
    left: 0;
    width: 4em
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-align: center;
    text-shadow: .05em .05em .1em #000;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    -webkit-box-sizing: border-box;
    background-clip: padding-box;
    border: 6px solid rgba(43, 51, 63, .7);
    border-radius: 25px;
    box-sizing: border-box;
    display: none;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    position: absolute;
    text-align: left;
    top: 50%;
    width: 50px
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
    -webkit-box-sizing: inherit;
    border: inherit;
    border-radius: inherit;
    border-color: #fff transparent transparent;
    box-sizing: inherit;
    content: "";
    height: inherit;
    margin: -6px;
    opacity: 1;
    position: absolute;
    width: inherit
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation-delay: .44s;
    animation-delay: .44s;
    border-top-color: #fff
}

@keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    to {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu {
    left: -10em;
    width: 0
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -ms-flex: auto;
    -webkit-box-flex: 1;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
    display: none
}

.vjs-caption-settings {
    background-color: #2b333f;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    font-size: 12px;
    height: 15em;
    margin: 0 auto;
    padding: .5em;
    position: relative;
    top: 1em;
    width: 40em
}

.vjs-caption-settings .vjs-tracksettings {
    bottom: 2em;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 0
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
    float: left
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after {
    clear: both
}

.vjs-caption-settings .vjs-tracksettings-controls {
    bottom: 1em;
    position: absolute;
    right: 1em
}

.vjs-caption-settings .vjs-tracksettings-controls:after {
    clear: both
}

.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    min-height: 40px;
    padding: 3px
}

.vjs-caption-settings .vjs-tracksetting label {
    display: block;
    margin-bottom: 5px;
    width: 100px
}

.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px
}

.vjs-caption-settings .vjs-tracksetting>div {
    margin-bottom: 5px;
    min-height: 20px
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
    margin-bottom: 0;
    min-height: 0;
    padding-bottom: 0
}

.vjs-caption-settings label>input {
    margin-right: 10px
}

.vjs-caption-settings input[type=button] {
    height: 40px;
    width: 40px
}

.video-js .vjs-modal-dialog {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .8)), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), hsla(0, 0%, 100%, 0))
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.omit.is-close .omit__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden
}

.omit.is-close .omit__text br,
.omit.is-close .omit__text img {
    display: none
}

.omit__text img {
    height: auto;
    max-width: 100%
}

.omit__btn {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    color: #8e92a2;
    cursor: pointer;
    display: none;
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-top: 12px;
    text-align: center;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.omit.is-close .omit__btn {
    display: block
}

.omit__btnIcon {
    -webkit-transition-duration: .1s;
    -webkit-transition-property: opacity, color, background-color;
    display: inline-block !important;
    margin-left: 8px;
    transition-duration: .1s;
    transition-property: opacity, color, background-color;
    vertical-align: middle
}

.discGroup__jackets {
    background-color: #000
}

.discGroup__jackets.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 0
}

.discGroup__jackets .slick-dots {
    -ms-flex-wrap: wrap;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: -3px;
    position: relative
}

.discGroup__jackets .slick-dots li {
    height: 119px;
    margin: 0;
    width: 25%
}

.discGroup__jacket {
    -webkit-transition: opacity .5s .1s;
    opacity: 0;
    transition: opacity .5s .1s
}

.discGroup.is-show .discGroup__jacket {
    opacity: 1
}

.discGroup__jacketImg,
.discGroup__jacketThumb {
    -o-object-fit: contain;
    height: 100%;
    object-fit: contain;
    width: 100%
}

.discGroup__jacketThumb {
    -webkit-transition-duration: .5s;
    -webkit-transition-property: opacity;
    opacity: 0;
    transition-duration: .5s;
    transition-property: opacity
}

.discGroup.is-show .discGroup__jacketThumb {
    opacity: 1
}

.discGroup__jackets .slick-dots li:first-child .discGroup__jacketThumb {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.discGroup__jackets .slick-dots li:nth-child(2) .discGroup__jacketThumb {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.discGroup__jackets .slick-dots li:nth-child(3) .discGroup__jacketThumb {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

.discGroup__jackets .slick-dots li:nth-child(4) .discGroup__jacketThumb {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.discGroup__jackets .slick-dots li:nth-child(5) .discGroup__jacketThumb {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.discGroup__jackets .slick-dots li:nth-child(6) .discGroup__jacketThumb {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.discGroup__jackets .slick-dots li:nth-child(7) .discGroup__jacketThumb {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.discGroup__jackets .slick-dots li:nth-child(8) .discGroup__jacketThumb {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.discGroup__jackets .slick-dots li:nth-child(9) .discGroup__jacketThumb {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

.discGroup__jackets .slick-dots li:nth-child(10) .discGroup__jacketThumb {
    -webkit-transition-delay: 2.1s;
    transition-delay: 2.1s
}

.discGroup__detail {
    -webkit-transition: opacity .5s;
    opacity: 0;
    padding: 40px 40px 84px;
    transition: opacity .5s
}

.discGroup.is-show .discGroup__detail {
    opacity: 1
}

.discGroup__ttl {
    font-size: 40px;
    line-height: 1.2;
    overflow-wrap: break-word;
    text-align: center
}

.discGroup__text1Wrap {
    margin-top: 17px
}

.discGroup__text2Wrap {
    -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
    background-color: rgba(0, 0, 0, .5);
    border-radius: 12px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
    margin-top: 32px;
    padding: 20px 24px
}

.discGroup__text1 {
    color: #ccc;
    line-height: 1.71;
    overflow-wrap: break-word
}

.discGroup__text2 {
    color: #aaa;
    font-size: 12px;
    line-height: 2;
    overflow-wrap: break-word
}

.discGroup__btnList {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(1.7vw - 1.751px);
    justify-content: center;
    margin-top: 32px
}

.discGroup__btn {
    -ms-flex: 1 1 100px;
    -webkit-box-flex: 1;
    flex: 1 1 100px;
    max-width: 188px
}

.discGroup__shareLabel {
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 700
}

.discGroup__share {
    margin-left: 32px
}

.discGroup__share__link {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.discGroup__share__img {
    -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    -webkit-transition-duration: .1s;
    -webkit-transition-property: opacity, color, background-color;
    filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    transition-duration: .1s;
    transition-property: opacity, color, background-color
}

.discPackage__list {
    -webkit-transition: opacity .5s;
    opacity: 0;
    transition: opacity .5s
}

.discPackage__list.is-show {
    opacity: 1
}

.discPackage__type {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 8px
}

.discPackage__ttl {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 4px;
    overflow-wrap: break-word
}

.discPackage__metas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px
}

.discPackage__meta {
    font-size: 12px;
    line-height: 2
}

.discPackage__meta+.discPackage__meta:before {
    content: "/"
}

.discPackage__text2Wrap {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 12px;
    margin-top: 40px;
    padding: 20px 24px 24px
}

.discPackage__text1,
.discPackage__text2 {
    font-size: 12px;
    line-height: 2
}

.discPackage__text1 {
    -webkit-line-clamp: 2;
    color: #ccc;
    overflow-wrap: break-word
}

.discPackage__text2 {
    color: #aaa;
    overflow-wrap: break-word
}

.discPackage__disc {
    margin-top: 32px
}

.discPackage__cell {
    line-height: 1.71
}

.discPackage__trackList {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px
}

.discPackage__trackList:not(:last-child) {
    border-bottom: 1px solid #555;
    padding-bottom: 12px
}

.discPackage__trackList__order {
    font-family: proxima-nova;
    font-size: 12px;
    font-weight: 700;
    width: 28px
}

.discPackage__trackList__name {
    -ms-flex: 1 1 100px;
    -webkit-box-flex: 1;
    color: #ccc;
    flex: 1 1 100px;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all
}

.discPackage__trackList__samples {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 126px
}

.discPackage__trackList__sample {
    margin-left: 17px
}

.discPackage__trackList__playBtn {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.discPackage__trackList__playBtn:not(.is-play) {
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.discPackage__trackList__link {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-transition: none;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: none;
    transition-duration: .2s;
    transition-property: opacity, color, background-color
}

.discList .discList__modalCont {
    display: none
}

.modalDetails {
    width: 704px
}

.modalDetail__list {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(88, 88, 88, .15);
    border-radius: 12px;
    padding: 32px
}

.modalDetail__list+.modalDetail__list {
    margin-top: 16px
}

.modalDetail__type--sp {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    margin-bottom: 8px;
    text-align: center
}

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

.modalDetail__imgWrap {
    height: 84px;
    margin-right: 20px;
    text-align: center;
    width: 84px
}

.modalDetail__img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

.modalDetail__details {
    width: 452px
}

.modalDetail__type--pc {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.63;
    margin-bottom: 7px
}

.modalDetail__packageName {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 4px;
    overflow-wrap: break-word
}

.modalDetail__packagePrice {
    font-size: 14px;
    line-height: 1.75
}

.modalDetail__linkfire {
    height: 56px;
    margin-left: 28px;
    width: 56px
}

.modalDetail__linkfire__link {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    background-color: #10090b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    width: 100%
}

.modalDetail__linkfire__link,
.modalDetail__linkfire__link:before {
    background-image: linear-gradient(252deg, #b2acb5, #767883);
    border-radius: 50%
}

.modalDetail__linkfire__link:before {
    -webkit-transition: opacity .2s;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s
}

.modalDetail__linkfire__icon {
    -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    background: url(../image/icon_next.svg) no-repeat;
    background-size: contain;
    filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
    height: 10px;
    width: 16px
}

.modalDetail__moreshops {
    margin-bottom: -32px;
    margin-top: 25px;
    min-height: 50px;
    position: relative
}

.modalDetail__moreshops.is-open .modalDetail__more {
    display: none
}

.modalDetail__moreshops.is-open .modalDetail__moreshopLinks {
    display: block
}

.modalDetail__more {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    backdrop-filter: blur(20px);
    background-color: hsla(0, 0%, 63.9%, .08);
    border-radius: 0 0 12px 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 50px;
    justify-content: center;
    left: -32px;
    line-height: 2;
    position: absolute;
    right: -32px;
    text-align: center;
    top: 0
}

.modalDetail__more__icon {
    -webkit-transition-duration: .1s;
    -webkit-transition-property: opacity, color, background-color;
    border: 1px solid #fff;
    border-radius: 50%;
    display: block;
    height: 20px;
    margin-right: 8px;
    position: relative;
    transition-duration: .1s;
    transition-property: opacity, color, background-color;
    width: 20px
}

.modalDetail__more__icon:after,
.modalDetail__more__icon:before {
    -webkit-transform: translate(-50%, -50%);
    background-color: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.modalDetail__more__icon:before {
    height: 1px;
    width: 8px
}

.modalDetail__more__icon:after {
    height: 8px;
    width: 1px
}

.modalDetail__more__btn {
    display: inline-block;
    font-family: proxima-nova;
    font-weight: 700
}

.modalDetail__moreshopLinks {
    display: none;
    font-size: 0;
    padding-bottom: 20px
}

.modalDetail__moreshopLink {
    display: inline-block;
    vertical-align: top
}

.modalDetail__moreshopLink__link {
    display: block
}

.modalDetail__moreshopLink__img {
    height: auto;
    width: 100%
}

.schedule {
    padding-bottom: 48px
}

.postSelect,
.postSelect__btn {
    position: relative
}

.postSelect__btn {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: opacity, color, background-color;
    align-items: center;
    background-color: #000;
    border-radius: 17px;
    color: #8e92a2;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: proxima-nova;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    transition-duration: .2s;
    transition-property: opacity, color, background-color;
    width: 126px
}

.postSelect__btn.is-active {
    background-color: #8e92a2;
    color: #fff
}

.postSelect__btn:after {
    -webkit-transform: rotate(45deg);
    border-bottom: 2px solid #8e92a2;
    border-right: 2px solid #8e92a2;
    content: "";
    display: block;
    height: 8px;
    margin-bottom: 6px;
    margin-left: 8px;
    transform: rotate(45deg);
    width: 8px
}

.postSelect__modalBg {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 110
}

.postSelect.is-active .postSelect__modalBg {
    display: block
}

.postSelect__modal {
    display: none;
    left: 0;
    position: absolute;
    top: 46px;
    z-index: 300
}

.postSelect__modalCloseIcon {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 32px;
    margin-right: 12px;
    position: relative;
    vertical-align: top;
    width: 32px
}

.postSelect__modalCloseIcon:after,
.postSelect__modalCloseIcon:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 13px
}

.postSelect__modalCloseIcon:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.postSelect__modalCloseIcon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.postSelect__modalCloseText {
    color: #fff;
    display: inline-block;
    font-family: proxima-nova;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    vertical-align: top
}

.postSelect__lists {
    overflow-y: scroll
}

.postSelect__link {
    color: #fff;
    display: block;
    font-family: proxima-nova;
    font-weight: 700;
    padding: 16px 10px;
    position: relative;
    text-align: center
}

.schedule__calendar {
    margin: 0 auto;
    width: calc(100% - 80px)
}

.calendar__item {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.calendar__date {
    font-weight: 700;
    padding-bottom: 24px;
    padding-top: 24px;
    width: 100px
}

.calendar__day {
    display: inline-block;
    font-size: 24px;
    line-height: 1.33333
}

.calendar__week {
    display: inline-block;
    font-size: 14px;
    line-height: 2.28571;
    vertical-align: middle
}

.calendar__events {
    margin-top: 1px;
    width: calc(100% - 100px)
}

.calendar__link {
    display: block;
    padding: 24px 0;
    position: relative;
    z-index: auto
}

.calendar__event+.calendar__event .calendar__link:before {
    background-color: #e2e2e2;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.calendar__link:after {
    -webkit-transition: opacity .3s;
    content: "";
    display: block;
    opacity: 0;
    transition: opacity .3s
}

.calendar__link:active,
.calendar__link:hover {
    z-index: 1
}

.calendar__link:active:after,
.calendar__link:hover:after {
    -webkit-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .16);
    border-top: 1px solid #fff;
    bottom: 0;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, .16);
    position: absolute;
    top: -1px
}

.calendar__category {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: #444;
    border-radius: 2px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    justify-content: center;
    line-height: 1;
    margin-bottom: 10px;
    width: 82px
}

.calendar__title {
    line-height: 1.71;
    overflow-wrap: break-word
}

.policy__content {
    -webkit-transition: opacity .5s;
    background-color: rgba(0, 0, 0, .25);
    padding: 80px 0 120px;
    transition: opacity .5s
}

.wrap.is-wait .policy__content {
    opacity: 0
}

.policy__wrap:not(.is-show) {
    display: none
}

.policy__ttl {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 64px
}

*+.policy__ttl {
    margin-top: 64px
}

.policy__subTtl {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 16px
}

*+.policy__subTtl {
    margin-top: 48px
}

.policy__listTtl {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.17px;
    line-height: 2;
    margin-bottom: 12px
}

*+.policy__listTtl {
    margin-top: 32px
}

.policy__text1 {
    letter-spacing: 1.17px;
    line-height: 2;
    overflow-wrap: break-word
}

.policy__text1+.policy__text1 {
    margin-top: 16px
}

.policy__text2+.policy__text1,
.policy__text3+.policy__text1 {
    margin-top: 48px
}

.policy__text2 {
    letter-spacing: 1.17px;
    line-height: 2;
    overflow-wrap: break-word
}

.policy__indent1+.policy__text2,
.policy__text1+.policy__text2,
.policy__text2+.policy__text2 {
    margin-top: 32px
}

.policy__text3+.policy__text2 {
    margin-top: 16px
}

.policy__text3 {
    color: #ccc;
    letter-spacing: 1.17px;
    line-height: 2;
    margin-left: 4em;
    overflow-wrap: break-word
}

.policy__text2+.policy__text3,
.policy__text3+.policy__text3 {
    margin-top: 16px
}

.policy__indent1 {
    letter-spacing: 1.17px;
    line-height: 2;
    margin-left: 50px;
    overflow-wrap: break-word;
    text-indent: -25px
}

.policy__fwb {
    color: #fff;
    font-weight: 700
}

.policy__tar {
    text-align: right
}

.policy__link {
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.policy__tableWrap {
    -webkit-overflow-scrolling: touch;
    margin-bottom: 48px;
    overflow-x: auto
}

*+.policy__tableWrap {
    margin-top: 48px
}

.policy__table {
    table-layout: fixed;
    width: 100%
}

.policy__tableTtl {
    text-align: left
}

.policy__tableCell,
.policy__tableTtl {
    border: 1px solid #333;
    line-height: 1.29;
    overflow-wrap: break-word;
    padding: 12px 16px;
    vertical-align: middle
}

.policy__tableCell {
    color: #ccc
}

.notfound {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative
}

.notfound:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(14.28571%, #fff), color-stop(14.28571%, #ff0), color-stop(28.57143%, #ff0), color-stop(28.57143%, #0ff), color-stop(42.85714%, #0ff), color-stop(42.85714%, #0f0), color-stop(57.14286%, #0f0), color-stop(57.14286%, #f0f), color-stop(71.42857%, #f0f), color-stop(71.42857%, red), color-stop(85.71429%, red), color-stop(85.71429%, #00f), to(#00f));
    background-image: linear-gradient(90deg, #fff, #fff 14.28571%, #ff0 0, #ff0 28.57143%, #0ff 0, #0ff 42.85714%, #0f0 0, #0f0 57.14286%, #f0f 0, #f0f 71.42857%, red 0, red 85.71429%, #00f 0, #00f);
    height: calc(100vh - 80px);
    top: 0
}

.notfound:after,
.notfound:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.notfound:after {
    background-image: -webkit-gradient(linear, left top, right top, from(#0ff), color-stop(14.28571%, #0ff), color-stop(14.28571%, #000), color-stop(28.57143%, #000), color-stop(28.57143%, #fff), color-stop(42.85714%, #fff), color-stop(42.85714%, #00f), color-stop(57.14286%, #00f), color-stop(57.14286%, #000), color-stop(85.71429%, #000), color-stop(85.71429%, #f0f), to(#f0f));
    background-image: linear-gradient(90deg, #0ff, #0ff 14.28571%, #000 0, #000 28.57143%, #fff 0, #fff 42.85714%, #00f 0, #00f 57.14286%, #000 0, #000 85.71429%, #f0f 0, #f0f);
    bottom: 0;
    height: 80px
}

.notfound__wrap {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: hsla(0, 0%, 42.7%, .12);
    border-radius: 12px;
    padding: 66px 0 48px;
    text-align: center;
    width: 420px
}

.notfound__ttl {
    font-family: proxima-nova;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 46px
}

.notfound__text {
    line-height: 1.71;
    margin-bottom: 40px
}

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

.notfound__btn {
    width: 135px
}

.notfound__btn:not(:last-child) {
    margin-right: 12px
}

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

    .slick-next:active,
    .slick-prev:active {
        background-color: #1b1b1b
    }

    .slick-next:active:before,
    .slick-prev:active:before {
        border-color: #fff
    }

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

    .slick-dots li {
        max-width: 100%;
        width: 38px
    }

    .pc--only {
        display: none !important
    }

    .musicList:not(:last-child),
    .snsList:not(:last-child) {
        margin-right: 38px
    }

    .musicList__link:active .musicList__img,
    .musicList__link:active .snsList__img,
    .snsList__link:active .musicList__img,
    .snsList__link:active .snsList__img {
        -webkit-filter: none;
        filter: none
    }

    .header {
        -webkit-transition: -webkit-transform .1s;
        height: 88px;
        top: 0;
        transition: -webkit-transform .1s;
        transition: transform .1s;
        transition: transform .1s, -webkit-transform .1s;
        width: 100%
    }

    .header.header--top2:before,
    .header.header--top3:before,
    .header.header--top4:before {
        height: 100%;
        left: auto;
        width: 104px
    }

    .header.header--top4:before {
        background-color: rgba(53, 59, 66, .24)
    }

    .wrap.is-opened .header.header--top2:before,
    .wrap.is-opened .header.header--top3:before,
    .wrap.is-opened .header.header--top4:before {
        content: none
    }

    .wrap.is-scroll .header {
        background-color: #2f3744de
    }

    .wrap.is-scrolling .header {
        -webkit-transform: translateY(-88px);
        transform: translateY(-88px)
    }

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

    .wrap.is-opened .header__siteTtl {
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }

    .header__siteTtl__link {
        background-size: 96px 34px
    }

    .header__siteTtl__img {
        width: 96px
    }

    .header__switchWovn {
        display: none
    }

    .acdIcon {
        bottom: auto;
        left: auto;
        right: 30px;
        top: calc(50% - 10px);
        width: 40px
    }

    .header--top1 .acdIcon,
    .header--top2 .acdIcon,
    .header--top3 .acdIcon,
    .header--top4 .acdIcon {
        top: 34px
    }

    .acdIcon:active .acdIcon__linkDrawer:after,
    .acdIcon:active .acdIcon__linkDrawer:before {
        background-color: #8e92a2
    }

    .headerNavWrap {
        height: calc(var(--vh, 1vh)*100)
    }

    .headerNavWrap.is-show {
        width: 100vw
    }

    .header--top2 .headerNavWrap,
    .header--top3 .headerNavWrap,
    .header--top4 .headerNavWrap {
        background-color: rgba(45, 45, 45, .45)
    }

    .headerNav {
        height: calc(var(--vh, 1vh)*100)
    }

    .headerNav__switchWovn {
        -webkit-transition: opacity .2s;
        margin-left: 30px;
        margin-top: 38px;
        opacity: 0;
        transition: opacity .2s
    }

    .headerNavWrap.is-active .headerNav__switchWovn {
        opacity: 1
    }

    .headerMenu {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
        padding: 38px 30px
    }

    .headerMenu__list {
        position: relative
    }

    .headerMenu__list:not(:last-child) {
        margin-bottom: 16px
    }

    .headerMenu__list:first-child {
        -webkit-transition-delay: .3s;
        transition-delay: .3s
    }

    .headerMenu__list:nth-child(2) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .headerMenu__list:nth-child(3) {
        -webkit-transition-delay: .5s;
        transition-delay: .5s
    }

    .headerMenu__list:nth-child(4) {
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

    .headerMenu__list:nth-child(5) {
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .headerMenu__list:nth-child(6) {
        -webkit-transition-delay: .8s;
        transition-delay: .8s
    }

    .headerMenu__list:nth-child(7) {
        -webkit-transition-delay: .9s;
        transition-delay: .9s
    }

    .headerMenu__list:nth-child(8) {
        -webkit-transition-delay: 1s;
        transition-delay: 1s
    }

    .headerMenu__list:nth-child(9) {
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

    .headerMenu__list:nth-child(10) {
        -webkit-transition-delay: 1.2s;
        transition-delay: 1.2s
    }

    .headerMenu__link {
        font-size: 36px;
        line-height: 1.11
    }

    .headerMenu__link.is-current:before {
        bottom: -3px;
        height: 3px
    }

    .headerMenu__link:not(.is-current):active:before {
        background-color: #8e92a2;
        height: .9em;
        top: calc(50% - .4em);
        width: 100%;
        z-index: -1
    }

    .headerMenu__link.headerMenu__link--arrow:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .headerMenu__link.is-open:after {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .headerMenu__disabled {
        font-size: 36px;
        line-height: 1.11
    }

    .headerMenu__disabled:before {
        right: 0
    }

    .headerLinkList {
        -ms-flex-align: start;
        -ms-flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-transition: opacity .2s .2s;
        align-items: flex-start;
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 30px;
        transition: opacity .2s .2s
    }

    .headerLinkList__body {
        width: 100%
    }

    .headerLinkList__body .musicList,
    .headerLinkList__body .snsList {
        margin-top: 32px
    }

    .switchAcd {
        display: none
    }

    .headerLinkList__label {
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-transition: opacity .2s;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: proxima-nova;
        font-size: 16px;
        font-weight: 700;
        margin-right: 24px;
        transition: opacity .2s
    }

    .headerLinkList__pcLabel {
        display: none
    }

    .headerNav__inner2 {
        -ms-flex-align: start;
        -ms-flex-wrap: wrap;
        -webkit-box-align: start;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 40px 30px
    }

    .headerNav__logo {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        margin-bottom: 28px;
        order: 1
    }

    .headerSubMenu {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .headerSubMenu__list:not(:last-child) {
        margin-right: 32px
    }

    .headerNav__copy {
        -ms-flex-item-align: center;
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        align-self: center;
        order: 3;
        width: 100%
    }

    .headerNav__copyLink {
        height: 9px;
        margin-right: 4px
    }

    .headerNav__copyImg {
        height: 100%;
        width: auto
    }

    .content {
        margin-top: 88px;
        min-height: calc(var(--vh, 1vh)*100 - 88px)
    }

    .toTop {
        bottom: -24px
    }

    .toTop__btn {
        height: 48px;
        width: 48px
    }

    .toTop__icon {
        height: 45px;
        width: 55px
    }

    .footer__wrap {
        padding: 48px 30px 40px
    }

    .footer__logo {
        margin-bottom: 48px;
        text-align: center
    }

    .footer__logoImg {
        height: auto;
        width: 160px
    }

    .footerMenu {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        margin-left: -2px;
        margin-right: -2px
    }

    .footerMenu__list {
        -ms-flex: 1 1 84px;
        -webkit-box-flex: 1;
        flex: 1 1 84px;
        margin: 0 2px 16px
    }

    .footer__sub {
        padding: 19px 30px
    }

    .footerSubmenu__list {
        margin-right: 19px
    }

    .loadingBg,
    .loadingBg__blackLogo,
    .loadingBg__grad,
    .loadingConts {
        height: calc(var(--vh, 1vh)*100)
    }

    .pageHead__ttl {
        text-align: center
    }

    .pageHead__shareWrap {
        display: none
    }

    .post a:active img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    .post a:active {
        opacity: .5
    }

    .post img {
        max-height: calc(100vw - 60px);
        max-width: 100%
    }

    .post iframe {
        height: calc(56.25vw - 33.75px);
        width: 100%
    }

    .switchWovn {
        left: 30px;
        top: 38px
    }

    .switchWovn__menu {
        left: 0;
        top: 39px;
        width: 111px
    }

    .switchWovn__item {
        border-radius: 18px;
        font-size: 12px;
        height: 36px
    }

    .switchWovn__item:not(:last-child) {
        margin-bottom: 8px
    }

    .switchWovn__item:active {
        color: #8e92a2
    }

    .wovnAnnounce {
        padding: 20px 30px
    }

    .wovnAnnounce__btn {
        -ms-flex-item-align: start;
        align-self: flex-start;
        height: 32px;
        margin-top: 24px;
        width: 64px
    }

    .modal {
        max-height: calc(100vh - 80px);
        padding-bottom: 64px;
        top: calc(50% + 32px)
    }

    .modal__ttl {
        margin-bottom: 28px;
        top: -48px
    }

    .tagListWrap {
        margin-bottom: 24px;
        width: 100vw
    }

    .tagList:before {
        -ms-flex-negative: 0;
        content: "";
        display: block;
        flex-shrink: 0;
        height: 1px;
        width: 15px
    }

    .tagListWrap.is-fixed .tagList {
        left: 0;
        right: 0;
        top: 88px
    }

    .wrap.is-scrolling .tagListWrap.is-fixed .tagList {
        -webkit-transform: translateY(-134px);
        transform: translateY(-134px)
    }

    .infoList__link {
        display: block;
        padding: 24px 30px
    }

    .infoList__date {
        font-size: 12px;
        margin-top: 8px;
        margin-bottom: 8px;
        text-align: justify
    }

    .infoList__category {
        left: 30px;
        top: 5px
    }

    .infoList__no-members {
        left: 30px;
        top: 10px
    }

    .infoList__rui {
        left: 30px;
        top: 5px
    }

    .infoList__rio {
        left: 55px;
        top: 5px
    }

    .infoList__hikari {
        left: 130px;
        top: 5px
    }

    .infoList__ayumu {
        left: 105px;
        top: 5px
    }

    .infoList__syogo {
        left: 80px;
        top: 5px
    }

    .article {
        border-radius: 2px;
        width: calc(100% - 60px)
    }

    .article__thumbImg {
        max-height: 310px
    }

    .article__body {
        padding: 40px 30px 48px
    }

    .article__date {
        margin-bottom: 23px;
        width: 62%
    }

    .article__categories {
        margin-bottom: 23px;
        width: 38%
    }

    .article__ttl {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 16px
    }

    .backWrap {
        width: calc(100% - 60px)
    }

    .otherPosts__title {
        font-size: 32px;
        margin-bottom: 48px;
        margin-left: 30px
    }

    .otherPosts__lists {
        width: calc(100% - 60px)
    }

    .noContent {
        position: relative
    }

    .noContent__wrap {
        padding: 54px 30px 52px;
        width: calc(100% - 30px)
    }

    .noContentArticle {
        height: calc(var(--vh, 1vh)*100 - 100px)
    }

    .noContentArticle:before {
        height: calc(100vh - 164px)
    }

    .noContentArticle:after {
        height: 64px
    }

    .noContentArticle__wrap {
        padding: 64px 30px 56px;
        width: calc(100% - 30px)
    }

    .shopList {
        display: none;
        padding-bottom: 32px;
        padding-top: 48px
    }

    .shopList__item {
        margin-left: 20px
    }

    .shopList__item:not(:last-child) {
        margin-bottom: 48px
    }

    .shopList__link {
        display: inline-block
    }

    .top {
        height: calc(var(--vh, 1vh)*100)
    }

    .top__siteTtl {
        left: 30px;
        top: 24px;
        width: 63.73vw
    }

    .top.top--type2 .top__siteTtl,
    .top.top--type3 .top__siteTtl {
        display: none
    }

    .top.top--type4 .top__siteTtl {
        top: calc(50% - 35.31915vw)
    }

    .top.top--type4 .top__logo,
    .top__logoMovie {
        width: 47.73333vw
    }

    .top__movie .jwplayer.jw-flag-aspect-mode {
        min-height: calc(var(--vh, 1vh)*100)
    }

    .top__control {
        bottom: 30px;
        right: 30px
    }

    .top__playBtn {
        height: 48px;
        width: 48px
    }

    .top__playBtn__stop {
        height: auto;
        width: 11px
    }

    .top__playBtn__start {
        height: auto;
        width: 13px
    }

    .top__linkImg {
        height: auto;
        width: 74px
    }

    .top__grayBg,
    .top__mvImg.top__mvImg--landscape,
    .top__mvImg.top__mvImg--pcPortrait {
        display: none
    }

    .top__mvImg.top__mvImg--portrait {
        display: block
    }

    .top__mvImg.top__mvImg--customPortrait {
        -o-object-fit: unset;
        display: block;
        height: auto;
        left: 0;
        object-fit: unset;
        position: absolute;
        top: 0;
        width: 100%
    }

    .top__news {
        bottom: 30px;
        left: 30px
    }

    .top.top--type2 .top__news,
    .top.top--type3 .top__news,
    .top.top--type4 .top__news {
        bottom: 16px;
        right: 16px
    }

    .top__newsList,
    .topNews__link {
        width: 203px
    }

    .news__lists {
        width: calc(100% - 60px)
    }

    .news__noContent {
        height: calc(var(--vh, 1vh)*100 - 212px)
    }

    .profGroup__dataWrap {
        padding: 32px 30px 64px
    }

    .profGroup__name {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .profGroup__name__img {
        display: none
    }

    .profGroup__snsList {
        -ms-flex-item-align: center;
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        align-self: center;
        margin-top: 34px;
        order: 3;
        width: 100%
    }

    .profGroupSnsLists .slick-next:not(.slick-disabled):active,
    .profGroupSnsLists .slick-prev:not(.slick-disabled):active {
        opacity: .5
    }

    .profGroup__textWrap {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        margin-top: 12px;
        order: 2
    }

    .profGroup__text.is-show {
        display: block
    }

    .profGroup__text__sentence+.profGroup__text__sentence {
        margin-top: 2em
    }

    .memberList__img {
        height: auto;
        width: 100%
    }

    .memberList__data {
        padding: 32px 30px
    }

    .memberList__name {
        font-size: 32px;
        line-height: 1.5
    }

    .memberList__alphabet {
        line-height: 1.29;
        margin-top: 16px
    }

    .memberList__snsList {
        margin-top: 22px
    }

    .post__tourData .tourData__outline:active .tourData__icon {
        background-color: #000;
        border-color: #000
    }

    .post__tourData .tourData__outline:active .tourData__icon:after,
    .post__tourData .tourData__outline:active .tourData__icon:before {
        background-color: #fff
    }

    .post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date {
        margin-right: 12px
    }

    .post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date span {
        margin-left: 5px
    }

    .post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date .label {
        margin-bottom: 2px
    }

    .post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--place {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .videoList.is-hover .videoList__link {
        opacity: 1
    }

    .videoList__icon {
        height: 48px;
        right: 18px;
        width: 48px
    }

    .videoList.is-hover .videoList__icon {
        opacity: 1
    }

    .videoList__icon:before {
        border-width: 6.5px 13px;
        left: 19px;
        top: 18px
    }

    .videoList.is-hover .videoList__caption {
        opacity: 1
    }

    .videoList__ttl {
        width: calc(100% - 97px)
    }

    .videoList__viewYoutube {
        width: 72px
    }

    .video__noContent {
        height: calc(var(--vh, 1vh)*100 - 270px)
    }

    .videoList__modalCont {
        max-width: calc(170vh - 136px);
        width: calc(100vw - 60px)
    }

    .modalMovie video {
        height: 396px;
        width: 100%
    }

    .discGroup__jackets .slick-dots {
        width: 100%
    }

    .discGroup__jackets .slick-dots li {
        height: 25vw
    }

    .discGroup__jacket {
        height: 100vw
    }

    .discGroup__detail {
        padding: 34px 30px 32px
    }

    .discGroup__ttl {
        font-size: 24px
    }

    .discGroup__text1Wrap {
        margin-top: 20px
    }

    .discGroup__text2Wrap {
        background-color: rgba(0, 0, 0, .3);
        padding-bottom: 16px
    }

    .discGroup__btnList {
        gap: 15px
    }

    .discGroup__btn {
        max-width: 150px;
        width: calc(50% - 7.5px)
    }

    .discGroup__shareWrap {
        display: none
    }

    .discPackage {
        background-color: rgba(0, 0, 0, .25)
    }

    .discPackage__list {
        -webkit-transition-delay: .1s !important;
        transition-delay: .1s !important
    }

    .discPackage__detail {
        padding: 24px 30px 48px
    }

    .discPackage__ttl,
    .discPackage__type {
        text-align: center
    }

    .discPackage__metas {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center
    }

    .discPackage__text2Wrap {
        background-color: hsla(0, 0%, 100%, .05)
    }

    .discPackage__disc {
        margin-bottom: 32px;
        margin-top: 19px
    }

    .discPackage__cell {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        background-color: hsla(0, 0%, 100%, .05);
        border-radius: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 37px;
        justify-content: center;
        margin-bottom: 12px;
        width: 100%
    }

    .disc__noContent {
        height: calc(var(--vh, 1vh)*100 - 164px)
    }

    .modalDetails {
        width: calc(100vw - 30px)
    }

    .modalDetail__list {
        padding: 16px 15px 20px
    }

    .modalDetail__imgWrap {
        height: 19.2vw;
        margin-right: 10px;
        width: 19.2vw
    }

    .modalDetail__details {
        width: calc(100% - 19.2vw - 66px)
    }

    .modalDetail__type--pc {
        display: none
    }

    .modalDetail__linkfire {
        height: 46px;
        margin-left: 10px;
        width: 46px
    }

    .modalDetail__moreshops {
        margin-bottom: -20px;
        margin-top: 20px;
        min-height: 41px
    }

    .modalDetail__more {
        height: 41px;
        left: -15px;
        right: -15px
    }

    .modalDetail__moreshopLink {
        width: calc((100% - 15px)/2)
    }

    .modalDetail__moreshopLink:nth-child(2n) {
        margin-left: 15px
    }

    .modalDetail__moreshopLink:nth-child(n+3) {
        margin-top: 15px
    }

    .postSelect {
        margin: 0 auto 16px;
        width: calc(100% - 60px)
    }

    .postSelect__btn {
        border-radius: 22px;
        font-size: 18px;
        height: 44px;
        width: 100%
    }

    .postSelect__modalBg {
        background-color: rgba(0, 0, 0, .6)
    }

    .postSelect__modal {
        -webkit-transform: translate(-50%, -50%);
        left: 50%;
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100vw - 80px)
    }

    .postSelect__modalClose {
        bottom: -64px;
        left: 0;
        position: absolute;
        right: 0;
        text-align: center
    }

    .postSelect__lists {
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .32);
        background-color: #333;
        border-radius: 12px;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .32);
        height: 370px;
        overflow-y: scroll
    }

    .postSelect__list:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, .1)
    }

    .schedule__tagList {
        margin: 0 15px 24px
    }

    .schedule__calendar {
        width: calc(100% - 60px)
    }

    .calendar__date {
        margin-right: 16px;
        padding-top: 22px;
        text-align: center;
        width: 49px
    }

    .calendar__day {
        display: block;
        font-size: 20px;
        line-height: 1.6
    }

    .calendar__week {
        display: block;
        line-height: 1.42857
    }

    .calendar__events {
        width: calc(100% - 65px)
    }

    .calendar__event+.calendar__event .calendar__link:active:before {
        display: none
    }

    .calendar__link:active:after {
        left: -15px;
        opacity: 1;
        right: -15px
    }

    .schedule__noContent {
        height: calc(var(--vh, 1vh)*100 - 330px)
    }

    .policy {
        padding-bottom: 48px
    }

    .policy__content {
        margin: 0 auto;
        padding: 40px 30px 33px;
        width: calc(100% - 60px)
    }

    .policy__ttl {
        margin-bottom: 48px
    }

    .policy__subTtl {
        margin-bottom: 12px
    }

    .policy__text3 {
        margin-left: 1em
    }

    .policy__link:active {
        opacity: .5
    }

    .policy__tableWrap {
        margin-bottom: 32px
    }

    *+.policy__tableWrap {
        margin-top: 32px
    }

    .policy__tableTtl {
        width: 154px
    }

    .notfound {
        padding: 0 15px
    }

    .notfound:before {
        height: calc(100vh - 64px)
    }

    .notfound:after {
        height: 64px
    }

    .notfound__wrap {
        padding: 64px 30px 56px;
        width: 100%
    }
}

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

    .slick-next,
    .slick-prev {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .slick-next:hover,
    .slick-prev:hover {
        background-color: #1b1b1b
    }

    .slick-next:hover:before,
    .slick-prev:hover:before {
        border-color: #fff
    }

    .sp--only {
        display: none !important
    }

    .musicList:not(:first-child),
    .snsList:not(:first-child) {
        margin-left: 32px
    }

    .musicList__link:hover .musicList__img,
    .musicList__link:hover .snsList__img,
    .snsList__link:hover .musicList__img,
    .snsList__link:hover .snsList__img {
        -webkit-filter: none;
        filter: none
    }

    .header {
        bottom: 0;
        left: 0;
        top: 0;
        width: 103px
    }

    .header__siteTtl {
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 38px
    }

    .wrap.is-opened .header__siteTtl.header__siteTtl--top {
        display: block
    }

    .header__switchWovn {
        bottom: 97px;
        left: 31px;
        position: absolute
    }

    .acdIcon:hover .acdIcon__linkDrawer:after,
    .acdIcon:hover .acdIcon__linkDrawer:before {
        background-color: #8e92a2
    }

    .headerNav {
        -ms-flex-direction: column;
        -ms-flex-pack: justify;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .headerNav__switchWovn {
        display: none
    }

    .headerNav__inner1 {
        padding: 5vh 64px 10px
    }

    .headerMenu {
        -ms-flex-flow: column;
        -ms-flex-pack: space-evenly;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-box-pack: space-evenly;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: column;
        justify-content: space-evenly;
        padding-bottom: 1.94444vh;
        padding-left: 20px;
    }

    .headerMenu__link:not(.is-current):hover:before {
        background-color: #8e92a2;
        height: .89em;
        top: calc(50% - .45em);
        width: 100%;
        z-index: -1
    }

    .headerMenu__disabled {
        position: relative
    }

    .headerMenu__disabled:before {
        right: -94px
    }

    .headerLinkList {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .headerLinkList,
    .headerLinkList__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .headerLinkList__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: .83333vh;
        padding-top: .83333vh
    }

    .headerLinkList__body .snsLists {
        height: 44px
    }

    .headerLinkList__body .musicLists {
        height: 44px
    }

    .switchAcd {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .headerLinkList__label {
        display: none
    }

    .headerLinkList__pcLabel {
        font-family: proxima-nova;
        font-size: 12px;
        font-weight: 700;
        margin-right: 32px
    }

    .headerNav__inner2 {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        height: 72px
    }

    .headerNavWrap.is-hide .headerNav__inner2 {
        -webkit-transition: opacity .2s;
        opacity: 0;
        transition: opacity .2s
    }

    .headerNav__logo {
        display: none
    }

    .content {
        min-height: 100vh
    }

    .content,
    .footer {
        margin-left: 103px
    }

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

    .footerMenu__list {
        margin-bottom: 13px
    }

    .footerMenu__list:not(:last-child) {
        margin-right: 4px
    }

    .footer__sns .snsLists {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end
    }

    .pageHead {
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 96px;
        justify-content: space-between;
        padding: 16px 40px
    }

    .pageHead__ttl {
        margin-right: 32px
    }

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

    .post a:hover img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }

    .post a:hover {
        cursor: pointer;
        opacity: .5
    }

    .switchWovn {
        bottom: 97px;
        left: 31px
    }

    .header--top2 .switchWovn__btn,
    .header--top3 .switchWovn__btn,
    .header--top4 .switchWovn__btn {
        -webkit-backdrop-filter: blur(50px);
        backdrop-filter: blur(50px);
        background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), linear-gradient(180deg, hsla(0, 0%, 100%, .07), hsla(0, 0%, 100%, .07)), linear-gradient(239deg, rgba(178, 172, 181, .07), rgba(118, 120, 131, .05))
    }

    .switchWovn.switchWovn--top2.is-active .switchWovn__btn,
    .switchWovn.switchWovn--top3.is-active .switchWovn__btn,
    .switchWovn.switchWovn--top4.is-active .switchWovn__btn {
        background-color: #fff;
        color: #000
    }

    .switchWovn.is-active .switchWovn__btn {
        -webkit-box-shadow: 0 2px 6px 0 rgba(33, 33, 33, .16);
        background-color: #10090b;
        background-image: none;
        box-shadow: 0 2px 6px 0 rgba(33, 33, 33, .16)
    }

    .switchWovn__menu {
        bottom: 0;
        left: 50px
    }

    .switchWovn__item:hover {
        color: #8e92a2
    }

    .tagListWrap {
        -ms-flex: 1 1 514px;
        -ms-flex-pack: end;
        -webkit-box-flex: 1;
        -webkit-box-pack: end;
        flex: 1 1 514px;
        justify-content: flex-end
    }

    .infoList__link,
    .tagListWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .infoList__date {
        -ms-flex-negative: 0;
        background-color: #000;
        border-radius: 12px 0 0 12px;
        flex-shrink: 0;
        padding: 26px 10px 24px;
        text-align: center;
        width: 155px
    }

    .infoList__date.infoList__date--otherPost {
        background-color: #10090b
    }

    .infoList__date__day {
        -webkit-transition: color .2s;
        display: block;
        margin-bottom: 5px;
        transition: color .2s
    }

    .infoList__link:hover .infoList__date__day {
        color: #8e92a2
    }

    .infoList__date__week {
        -webkit-transition: color .2s;
        color: #aaa;
        display: block;
        transition: color .2s
    }

    .infoList__link:hover .infoList__date__week {
        color: #8e92a2
    }

    .infoList__category {
        right: 24px;
        top: calc(50% - 9px)
    }

    .infoList__no-members {
        left: 28px;
        top: calc(50% - -10px)
    }

    .infoList__rui {
        left: 15px;
        top: calc(50% - -10px)
    }

    .infoList__rio {
        left: 40px;
        top: calc(50% - -10px)
    }

    .infoList__hikari {
        left: 115px;
        top: calc(50% - -10px)
    }

    .infoList__ayumu {
        left: 90px;
        top: calc(50% - -10px)
    }

    .infoList__syogo {
        left: 65px;
        top: calc(50% - -10px)
    }

    .infoList__ttl {
        -ms-flex: 1 1 100px;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-box-flex: 1;
        align-items: center;
        border-radius: 0 12px 12px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex: 1 1 100px;
        padding: 23px 126px 24px 24px
    }

    .infoList__link:hover .infoList__ttl__text {
        color: #fff
    }

    .noContentArticle {
        height: 100vh
    }

    .shopModal__cont {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .shopList {
        -webkit-transform: translateY(-50%);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .shopList__item:not(:last-child) {
        margin-bottom: 17px
    }

    .shopList__link {
        -ms-flex-align: center;
        -ms-flex-pack: justify;
        -webkit-backdrop-filter: blur(50px);
        -webkit-box-align: center;
        -webkit-box-pack: justify;
        align-items: center;
        backdrop-filter: blur(50px);
        background-image: linear-gradient(255deg, rgba(178, 172, 181, .07), rgba(118, 120, 131, .05));
        border-radius: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 65px;
        justify-content: space-between;
        padding: 0 20px;
        width: 270px
    }

    .shopList__link:after {
        -webkit-filter: brightness(200%);
        -webkit-transition: -webkit-filter .2s;
        background: url(../image/icon_blank2.svg) no-repeat 50%;
        content: "";
        display: inline-block;
        filter: brightness(200%);
        height: 1em;
        transition: -webkit-filter .2s;
        transition: filter .2s;
        transition: filter .2s, -webkit-filter .2s;
        width: 12px
    }

    .shopList__link:hover:after {
        -webkit-filter: none;
        filter: none
    }

    .shopList__banner {
        -webkit-filter: brightness(200%);
        -webkit-transition: -webkit-filter .2s;
        filter: brightness(200%);
        transition: -webkit-filter .2s;
        transition: filter .2s;
        transition: filter .2s, -webkit-filter .2s
    }

    .shopList__link:hover .shopList__banner {
        -webkit-filter: none;
        filter: none
    }

    .top.top--type2 .top__siteTtl,
    .top.top--type3 .top__siteTtl {
        left: 0;
        text-align: center;
        top: 38px;
        width: 103px
    }

    .top.top--type4 .top__siteTtl {
        top: 11%
    }

    .top.top--type2 .top__logo,
    .top.top--type3 .top__logo {
        width: 55px
    }

    .top.top--type4 .top__logo,
    .top__logoMovie {
        width: 17.1875vw
    }

    .top__grayBg {
        background-color: #000;
        height: 100vh;
        left: 0;
        mix-blend-mode: hue;
        position: absolute;
        top: 0;
        width: 103px
    }

    .top__mvImg.top__mvImg--landscape {
        display: block
    }

    .top__mvImg.top__mvImg--customPortrait,
    .top__mvImg.top__mvImg--pcPortrait,
    .top__mvImg.top__mvImg--portrait,
    .top__mvText {
        display: none
    }

    .profGroup__dataWrap {
        margin-top: calc(-4.8vw - -4.944px)
    }

    .profGroup__name {
        width: 31.46%
    }

    .profGroup__name__img {
        height: auto;
        width: 100%
    }

    .profGroup__name__text {
        display: none
    }

    .profGroup__snsList {
        width: 65.5%
    }

    .profGroupSnsLists .slick-next:not(.slick-disabled):hover,
    .profGroupSnsLists .slick-prev:not(.slick-disabled):hover {
        cursor: pointer;
        opacity: .5
    }

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

    .profGroup__text.is-show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .profGroup__text__sentence {
        width: calc(100% - 0px)
    }

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

    .memberList__imgWrap {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        height: 414px;
        order: 1
    }

    .memberList:nth-child(2n) .memberList__imgWrap {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .memberList__data {
        -ms-flex: 1 1 100px;
        -ms-flex-order: 2;
        -webkit-box-flex: 1;
        -webkit-box-ordinal-group: 3;
        flex: 1 1 100px;
        order: 2
    }

    .memberList:nth-child(2n) .memberList__data {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .post__tourData .tourData__outline {
        padding: 22px 0
    }

    .post__tourData .tourData__outline:hover {
        cursor: pointer
    }

    .post__tourData .tourData__outline:hover .tourData__icon {
        background-color: #000;
        border-color: #000
    }

    .post__tourData .tourData__outline:hover .tourData__icon:after,
    .post__tourData .tourData__outline:hover .tourData__icon:before {
        background-color: #fff
    }

    .post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date {
        margin-bottom: -10px;
        width: 124px
    }

    .post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--date span:not(:first-of-type) {
        margin-top: 4px
    }

    .post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--place {
        padding-right: 20px;
        width: calc(100% - 204px)
    }

    .post__tourData .tourData__outline .tourData__lists .tourData__list.tourData__list--time {
        width: 80px
    }

    .post__tourData .tourData__detail .tourData__text {
        margin-bottom: 16px;
        padding-left: 124px
    }

    .videoList {
        width: 33.33333%
    }

    .videoList:nth-child(3n+2) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .videoList:nth-child(3n) {
        -webkit-transition-delay: .4s;
        transition-delay: .4s
    }

    .videoList__link:hover {
        opacity: 1
    }

    .videoList__thumb {
        height: calc((100vw - 103px)/3*0.5625)
    }

    .videoList__link:hover .videoList__caption,
    .videoList__link:hover .videoList__icon {
        opacity: 1
    }

    .flashVideo {
        height: 396px;
        width: 100vw
    }

    .discList__item {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    .discGroup {
        -ms-flex-item-align: start;
        align-self: flex-start;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 476px
    }

    .discList__item:nth-child(2n) .discGroup {
        background-color: rgba(0, 0, 0, .25)
    }

    .discGroup__jacket {
        height: 476px;
        width: 476px
    }

    .discList__item:nth-child(2n) .discGroup__text2Wrap {
        background-color: hsla(0, 0%, 100%, .06)
    }

    .discGroup__shareWrap {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-top: 36px
    }

    .discPackage {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        width: calc(100% - 476px)
    }

    .discList__item:nth-child(odd) .discPackage {
        background-color: rgba(0, 0, 0, .25)
    }

    .discPackage__detail {
        margin: 0 auto;
        max-width: 808px;
        padding-bottom: 80px;
        padding-top: 80px;
        width: calc(100% - 112px)
    }

    .discList__item:nth-child(odd) .discPackage__text2Wrap {
        background-color: hsla(0, 0%, 100%, .06)
    }

    .modalDetail__type--sp {
        display: none
    }

    .modalDetail__moreshopLink {
        width: 136px
    }

    .modalDetail__moreshopLink:not(:nth-child(4n - 3)) {
        margin-left: 32px
    }

    .modalDetail__moreshopLink:nth-child(n+5) {
        margin-top: 16px
    }

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

    .postSelect {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .postSelect__modal {
        -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .32);
        background-color: #333;
        border-radius: 12px;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, .32);
        width: 100%
    }

    .postSelect__modalClose {
        display: none
    }

    .postSelect__lists {
        height: 260px
    }

    .postSelect__link {
        -webkit-transition: background-color .2s, color .2s;
        transition: background-color .2s, color .2s
    }

    .postSelect__link:hover {
        background-color: rgba(0, 0, 0, .5);
        color: #fff
    }

    .schedule__tagList {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        margin-right: 32px;
        order: 1
    }

    .calendar__day {
        margin-right: 2px;
        vertical-align: middle;
        width: 33px
    }

    .calendar__event+.calendar__event .calendar__link:hover:before {
        display: none
    }

    .calendar__link:hover:after {
        left: -20px;
        opacity: 1;
        right: -20px
    }

    .policy__wrap {
        margin: 0 auto;
        max-width: 776px;
        width: calc(100% - 160px)
    }

    .policy__link:hover {
        cursor: pointer;
        opacity: .5
    }
}

@media (hover:hover) {
    .header__siteTtl__link:hover {
        background-image: url(../picture/logo_sitetitle_on.svg);
    }

    .header__siteTtl__link:hover .header__siteTtl__img {
        opacity: 0
    }

    .headerSubMenu__link:hover {
        color: #8e92a2
    }

    .headerNav__copyImg:hover {
        -webkit-filter: none;
        filter: none
    }

    .toTop__btn:hover {
        background-color: #8e92a2
    }

    .footerMenu__link:hover {
        color: #fff;
        cursor: pointer
    }

    .footerSubmenu__link:hover {
        color: #8e92a2
    }

    .paging__arrowLink:hover {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .paging__list__link:hover {
        color: #fff
    }

    .switchWovn__btn:hover {
        color: #8e92a2
    }

    .switchWovn.is-active .switchWovn__btn:hover,
    .wovnAnnounce__btn:hover {
        background-color: #10090b;
        color: #fff
    }

    .modal__close:hover .modal__closeIcon {
        background-color: #fff
    }

    .modal__close:hover .modal__closeIcon:after,
    .modal__close:hover .modal__closeIcon:before {
        background-color: #000
    }

    .tagList__link:hover {
        background-color: #8e92a2;
        color: #fff
    }

    .infoList__link:hover {
        background-color: hsla(0, 0%, 100%, .08)
    }

    .infoList__link.infoList__link--otherPost:hover {
        background-color: rgba(0, 0, 0, .25)
    }

    .btnBuy:hover {
        background-image: none;
        color: #fff;
        cursor: pointer
    }

    .btnBuy:hover:before {
        opacity: 0
    }

    .btnBack:hover {
        color: #fff
    }

    .btnBack:hover .btnBack__icon {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .btnPrimary:hover,
    .btnSecond:hover {
        background-color: #10090b;
        color: #fff
    }

    .btnTertiary:hover {
        background-color: #8e92a2;
        color: #fff
    }

    .btnTertiary:hover .btnTertiary__icon {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .top__playBtn:hover .top__playBtn__stop {
        opacity: 0
    }

    .top__playBtn:hover .top__playBtn__stop.top__playBtn__stop--hover {
        opacity: 1
    }

    .top__playBtn:hover .top__playBtn__start {
        opacity: 0
    }

    .top__playBtn:hover .top__playBtn__start.top__playBtn__start--hover {
        opacity: 1
    }

    .top__link:hover {
        -webkit-filter: none;
        filter: none
    }

    .topNews__link:hover {
        color: #8e92a2
    }

    .topNews__link:hover:after {
        border-color: #8e92a2
    }

    .videoList__icon:hover:before {
        border-left-color: #8e92a2
    }

    .videoList__viewYoutube:hover {
        -webkit-filter: none;
        filter: none
    }

    .omit__btn:hover {
        color: #fff
    }

    .omit__btn:hover .omit__btnIcon {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .discGroup__share__link:hover .discGroup__share__img {
        -webkit-filter: none;
        filter: none
    }

    .discPackage__trackList__link:hover,
    .discPackage__trackList__playBtn:not(.is-play):hover {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .modalDetail__linkfire__link:hover {
        background-color: #10090b;
        background-image: none
    }

    .modalDetail__linkfire__link:hover .modalDetail__linkfire__icon {
        -webkit-filter: none;
        filter: none
    }

    .modalDetail__linkfire__link:hover:before {
        opacity: 0
    }

    .modalDetail__more:hover .modalDetail__more__icon {
        background-color: #fff
    }

    .modalDetail__more:hover .modalDetail__more__icon:after,
    .modalDetail__more:hover .modalDetail__more__icon:before {
        background-color: #000
    }

    .postSelect__btn:hover {
        background-color: #8e92a2;
        color: #fff
    }

    .postSelect__btn:hover:after {
        border-bottom-color: #fff;
        border-right-color: #fff
    }
}

@media (hover:none) {
    .header__siteTtl__link:active {
        background-image: url(../picture/logo_sitetitle_on.svg)
    }

    .header__siteTtl__link:active .header__siteTtl__img {
        opacity: 0
    }

    .headerSubMenu__link:active {
        color: #8e92a2
    }

    .headerNav__copyImg:active {
        -webkit-filter: none;
        filter: none
    }

    .toTop__btn:active {
        background-color: #8e92a2
    }

    .footerMenu__link:active {
        color: #fff;
        cursor: pointer
    }

    .footerSubmenu__link:active {
        color: #8e92a2
    }

    .paging__arrowLink:active {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .paging__list__link:active {
        color: #fff
    }

    .switchWovn__btn:active {
        color: #8e92a2
    }

    .switchWovn.is-active .switchWovn__btn:active,
    .wovnAnnounce__btn:active {
        background-color: #10090b;
        color: #fff
    }

    .modal__close:active .modal__closeIcon {
        background-color: #fff
    }

    .modal__close:active .modal__closeIcon:after,
    .modal__close:active .modal__closeIcon:before {
        background-color: #000
    }

    .tagList__link:active {
        background-color: #8e92a2;
        color: #fff
    }

    .infoList__link:active {
        background-color: hsla(0, 0%, 100%, .08)
    }

    .infoList__link.infoList__link--otherPost:active {
        background-color: rgba(0, 0, 0, .25)
    }

    .btnBuy:active {
        background-image: none;
        color: #fff;
        cursor: pointer
    }

    .btnBuy:active:before {
        opacity: 0
    }

    .btnBack:active {
        color: #fff
    }

    .btnBack:active .btnBack__icon {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .btnPrimary:active,
    .btnSecond:active {
        background-color: #10090b;
        color: #fff
    }

    .btnTertiary:active {
        background-color: #8e92a2;
        color: #fff
    }

    .btnTertiary:active .btnTertiary__icon {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .top__playBtn:active .top__playBtn__stop {
        opacity: 0
    }

    .top__playBtn:active .top__playBtn__stop.top__playBtn__stop--hover {
        opacity: 1
    }

    .top__playBtn:active .top__playBtn__start {
        opacity: 0
    }

    .top__playBtn:active .top__playBtn__start.top__playBtn__start--hover {
        opacity: 1
    }

    .top__link:active {
        -webkit-filter: none;
        filter: none
    }

    .topNews__link:active {
        color: #8e92a2
    }

    .topNews__link:active:after {
        border-color: #8e92a2
    }

    .videoList__icon:active:before {
        border-left-color: #8e92a2
    }

    .videoList__viewYoutube:active {
        -webkit-filter: none;
        filter: none
    }

    .omit__btn:active {
        color: #fff
    }

    .omit__btn:active .omit__btnIcon {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .discGroup__share__link:active .discGroup__share__img {
        -webkit-filter: none;
        filter: none
    }

    .discPackage__trackList__link:active,
    .discPackage__trackList__playBtn:not(.is-play):active {
        -webkit-filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%);
        filter: invert(100%) sepia(0) saturate(0) brightness(200%) contrast(200%)
    }

    .modalDetail__linkfire__link:active {
        background-color: #10090b;
        background-image: none
    }

    .modalDetail__linkfire__link:active .modalDetail__linkfire__icon {
        -webkit-filter: none;
        filter: none
    }

    .modalDetail__linkfire__link:active:before {
        opacity: 0
    }

    .modalDetail__more:active .modalDetail__more__icon {
        background-color: #fff
    }

    .modalDetail__more:active .modalDetail__more__icon:after,
    .modalDetail__more:active .modalDetail__more__icon:before {
        background-color: #000
    }

    .postSelect__btn:active {
        background-color: #8e92a2;
        color: #fff
    }

    .postSelect__btn:active:after {
        border-bottom-color: #fff;
        border-right-color: #fff
    }
}

@media screen and (max-width:320px) {
    .headerSubMenu__list:not(:last-child) {
        margin-right: 28px
    }
}

@media screen and (min-width:769px) and (max-width:960px) {
    .footerMenu {
        margin-bottom: 19px
    }

    .footer__sns .snsLists,
    .footerMenu {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .videoList {
        width: 50%
    }

    .videoList:nth-child(2n) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .videoList__thumb {
        height: calc((100vw - 103px)/2*0.5625)
    }

    .discGroup {
        width: 40.4%
    }

    .discGroup__jackets .slick-dots li {
        height: calc((40.4vw - 41.612px)/4)
    }

    .discGroup__jacket {
        height: calc(40.4vw - 41.612px);
        width: calc(40.4vw - 41.612px)
    }

    .discGroup__detail {
        padding: calc(3vw - 3.09px) calc(3.4vw - 3.502px) calc(7.1vw - 7.313px)
    }

    .discPackage {
        width: 59.6%
    }

    .discPackage__detail {
        padding: calc(6.8vw - 7.004px) calc(6.8vw - 7.004px) calc(7.1vw - 7.313px);
        width: 100%
    }
}

@media screen and (min-width:769px) and (max-width:1280px) {
    .article {
        max-width: 808px;
        width: calc(100% - 80px)
    }

    .backWrap {
        max-width: 808px;
        width: calc(100% - 120px)
    }
}

@media screen and (max-width:768px) and (orientation:landscape) {

    .top__mvImg.top__mvImg--pcPortrait,
    .top__mvImg.top__mvImg--portrait {
        display: none
    }

    .top__mvImg.top__mvImg--landscape {
        display: block
    }

    .top__mvImg.top__mvImg--customPortrait,
    .top__mvText {
        display: none
    }
}

@media screen and (min-width:768px) and (orientation:portrait) {
    .top__mvImg.top__mvImg--landscape {
        display: none
    }

    .top__mvImg.top__mvImg--pcPortrait {
        display: block !important
    }

    .top__mvImg.top__mvImg--customPortrait,
    .top__mvImg.top__mvImg--portrait,
    .top__mvText {
        display: none
    }
}

@media screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: ""
    }
}