﻿@charset "utf-8";

/*-------------------------*/
/*  base
/*-------------------------*/
:root {
    --color_00: #ffffff;
    --color_01: #13163b;
    --color_02: #630326;
    --color_03: #dbdbdb;
    --color_04: #fff;
    --fontSize_00: 14px;
    --fontSize_01: 10px;
    --fontSize_02: 12px;
    --fontSize_03: 18px;
    --fontSize_04: 24px;
    --fontSize_05: 42px;
}

body {
    font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, 'Kosugi Maru', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    letter-spacing: 0.08em;
    line-height: 1.3;
    font-size: var(--fontSize_00);
    color: var(--color_00);
    background-color: var(--color_01);
    position: relative;
    overflow-y: scroll;

}

a {
    color: #fff;
}

/*-------------------------*/
/*  common
/*-------------------------*/
section {
    padding: 60px 0;
    z-index: 1;
}

h2 {
    padding: 8px 10px;
    line-height: 1;
    font-size: var(--fontSize_04);
    border-top: 1px solid var(--color_00);
    border-bottom: 1px solid var(--color_00);
    margin-bottom: 30px;
    font-weight: bold;
}

h3 {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--color_00);
    color: var(--color_01);
    font-size: var(--fontSize_00);
    font-weight: bold;
    margin-bottom: 30px;
}

h4 {
    font-size: var(--fontSize_00);
    font-weight: bold;
}

/*-------------------------*/
/*  main-visual
/*-------------------------*/
#main-visual {
    width: 100%;
    height: 100svh;
    position: relative;
}

#main-visual:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: url("../images/mv.png") top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#main-visual h1 {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    bottom: -27px;
    left: 50%;
    transform: translate(-50%, 0);
}

/*-------------------------*/
/*  catch
/*-------------------------*/
#catch {
    text-align: center;
    padding: 120px 20px 60px;
}

#catch .img {
    max-width: 500px;
    margin: 0 auto;
}

#catch p {
    width: 570px;
    max-width: 98%;
    line-height: 2;
    margin: 3em auto 0;
}

/*-------------------------*/
/*  discs
/*-------------------------*/
#discs {
    padding: 60px 0;
}

#discs h2,
#discs h3 {
    margin-bottom: 10px;
}

#discs p {
    padding: 0 10px;
    margin-bottom: 30px;
    line-height: 1.8;
}

#discs p span {
    font-size: var(--fontSize_02);
    opacity: 0.8;
}


#discs p.mb-10 {
    margin-bottom: 0.8em;
}

#discs .col2 {}

#discs .disc_sp {
    margin-bottom: 40px;
}

#discs .img {
    width: 300px;
    height: 100%;
    margin-right: 70px;
    aspect-ratio: 1 / 1;
}

#discs .disc_detail {
    width: calc(100% - 370px);
    height: auto;
    margin-right: 0;
}

#discs ul {
    padding: 0 10px;
    margin-bottom: 10px;
}

#discs>[class*="disc"] {
    position: relative;
    padding: 40px 0 10px;
}

#discs>[class*="disc"]:after {
    content: "";
    display: block;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
}

#discs .disc_sp:after {
    right: 0;
    background: var(--color_02);
}

#discs .disc_nl:after {
    left: 0;
    background: var(--color_02);
}

#discs .onlineevent h3 {
    margin-bottom: 2em;
}

#discs .onlineevent {
    background: var(--color_02);
    text-align: center;
    padding: 40px 20px 10px;
    margin-bottom: 40px;
}

/*-------------------------*/
/*  shops
/*-------------------------*/
#shops {
    background: var(--color_02);
    text-align: center;
}

#shops .col4 {
    justify-content: center;
}

#shops .shop {
    font-weight: bold;
    margin-bottom: 0.3em;
}

#shops .shop span {
    font-weight: bold;
    font-size: var(--fontSize_02);
}

#shops p {
    font-size: 0.8em;
}

/*-------------------------*/
/*  videos
/*-------------------------*/
#videos h2 {
    text-align: center;
}

.video-container iframe {
    width: 100%;
    height: auto;
    max-width: 600px;
    display: block;
    margin: auto;
    aspect-ratio: 16 / 9;
}

/*-------------------------*/
/*  disco
/*-------------------------*/
#disco {
    color: var(--color_01);
    background-color: var(--color_03);
}

#disco h2 {
    text-align: center;
    border-top: 1px solid var(--color_01);
    border-bottom: 1px solid var(--color_01);
}

#disco li a {
    display: block;
    overflow: hidden;
    position: relative;
}

#disco li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10%;
    left: -100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
}

#disco li a:hover:after {
    top: 0;
    left: 0;
}

/*-------------------------*/
/*  prof
/*-------------------------*/
#prof {
    padding: 100px 0 170px;
}

#prof .inner {
    position: relative;
}

.prof_wrap {
    width: 903px;
    height: 514px;
    display: block;
    background: url(../images/prof_bm.png) top left no-repeat;
    position: relative;
    background-size: contain;
    z-index: 0;
    color: var(--color_01);
    top: 85px;
}

.prof_detail h2 {
    border: none;
}

.prof_table {
    max-width: 535px;
    border: 1px solid var(--color_01);
    position: relative;
    left: 90px;
    top: 57px;
}

.prof_detail {
    border-bottom: 1px solid var(--color_01);
}

.prof_logo {
    margin: 10px auto 0;
    max-width: 423px;
}

.prof_table ul {
    padding: 15px 20px;
}

.prof_table li {
    display: inline-block;
    margin-right: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.prof_table span {
    display: inline-block;
    background: var(--color_02);
    color: var(--color_00);
    font-size: 12px;
    margin-right: 10px;
    padding: 3px 10px;
}

.prof_table p {
    padding: 20px;
}

.def {
    position: absolute;
    right: 0;
    top: 0;
}

.prof_main {
    z-index: 5;
    right: -70px;
    top: -18px;
}

.prof_moon {
    z-index: 4;
    right: 190px;
}

.prof_name {
    z-index: 3;
    opacity: 0.5;
}

.prof_774 {
    z-index: 2;
    right: 83px;
    opacity: 0.5;
}

/*-------------------------
/*  footer
/*-------------------------*/
footer {
    padding: 40px 0;
    padding-top: 180px;
    background: var(--color_02);
    color: var(--color_00);
    text-align: center;
}

footer ul li {
    display: inline-block;
    padding: 0 0.5em;
}

footer ul li a {
    color: var(--color_00);
}

footer .cw {
    margin-top: 1em;
    padding: 10px 0;
}

.xpost a {
    background: var(--color_00);
    color: var(--color_01);
    padding: 10px 20px;
    border-radius: 10px;
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
    background-image: url(../images/x-white.png);
    background-repeat: no-repeat;
    background-position: center left 6%;
    background-size: 9% auto;
}

.fadein {
    opacity: 0;
    transform: translate(50px, 0);
    transition: all 0.6s;
}

.fadein.active {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein2 {
    opacity: 0;
    transform: translate(-50px, 0);
    transition: all 0.6s;
}

.fadein2.active {
    opacity: 1;
    transform: translate(0, 0);
}

/*-------------------------*/
/*  load
/*-------------------------*/
#wrap {
    display: none;
}

#loading {
    width: 100%;
    color: var(--color_00);
    background-color: var(--color_01);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: grid;
    grid-template: 4em / 4em;
    place-content: center;
    margin: 0;
    height: 100vh;
}

.moon,
.moon::before,
.moon::after {
    border-radius: 50%;
    background: linear-gradient(90deg, #161939 calc(var(--i, .5)*100%), #9b1445 0);
}

.moon {
    display: grid;
    animation: flip 3s steps(1) infinite;

}

.moon:before,
.moon:after {
    --i: 0;
    grid-area: 1/ 1;
    backface-visibility: hidden;
    transform: rotatey(calc((var(--i) + 1)*.5turn));
    animation: roty 1.5s ease-in-out infinite alternate;
    content: '';
}

.moon:after {
    --i: 1
}

@keyframes flip {
    50% {
        transform: scale(-1)
    }
}

@keyframes roty {
    0% {
        transform: rotatey(calc(var(--i)*.5turn))
    }
}

/*-------------------------*/
/*  btnarrow4
/*-------------------------*/
/*矢印が右に移動する*/
.btnarrow4 {
    /*矢印と下線の基点とするためrelativeを指定*/
    position: relative;
    /*形状*/
    display: inline-block;
    padding: 0 20px;
    color: #FFF;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before {
    content: '';
    /*絶対配置で下線の位置を決める*/
    position: absolute;
    bottom: -8px;
    left: 15%;
    /*下線の形状*/
    width: 85%;
    height: 1px;
    background: #FFF;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    bottom: -3px;
    right: 0;
    /*矢印の形状*/
    width: 15px;
    height: 1px;
    background: #FFF;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before {
    left: 20%;
}

.btnarrow4:hover::after {
    right: -5%;
}

.links {
    text-align: right;
}

/*-------------------------*/
/*  glitch
/*-------------------------*/

.glitch {
    background: #000 no-repeat center;
    background-size: 0;
    position: relative;
    overflow: hidden;
}

.glitch::before,
.glitch::after,
.glitch .channel {
    background: inherit;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.glitch::before {
    animation: glitch-before 3s linear infinite alternate both;
    content: "";
}

@keyframes glitch-before {
    0% {
        clip-path: polygon(0% 14.2024541008%, 100% 14.2024541008%, 100% 17.044594197%, 0% 17.044594197%);
        transform: translate(-4.3935296109%, 0.2113145272%);
    }

    2% {
        clip-path: polygon(0% 22.0373478212%, 100% 22.0373478212%, 100% 24.0397543242%, 0% 24.0397543242%);
        transform: translate(-2.5654478902%, -0.3971205577%);
    }

    4% {
        clip-path: polygon(0% 79.9858512373%, 100% 79.9858512373%, 100% 88.7319047325%, 0% 88.7319047325%);
        transform: translate(4.5888842846%, 0.2301891669%);
    }

    6% {
        clip-path: polygon(0% 13.0681765638%, 100% 13.0681765638%, 100% 15.1140251226%, 0% 15.1140251226%);
        transform: translate(-6.8905007144%, -0.0092572636%);
    }

    8% {
        clip-path: polygon(0% 79.0378283812%, 100% 79.0378283812%, 100% 80.0685735947%, 0% 80.0685735947%);
        transform: translate(2.2138448015%, 0.0665693519%);
    }

    10% {
        clip-path: polygon(0% 34.4427215326%, 100% 34.4427215326%, 100% 41.9977509988%, 0% 41.9977509988%);
        transform: translate(1.7862458758%, 0.3453931802%);
    }

    12% {
        clip-path: polygon(0% 49.4285071438%, 100% 49.4285071438%, 100% 54.6366024844%, 0% 54.6366024844%);
        transform: translate(4.2178081895%, 0.3269856458%);
    }

    14% {
        clip-path: polygon(0% 60.0717372207%, 100% 60.0717372207%, 100% 67.3773089089%, 0% 67.3773089089%);
        transform: translate(-6.7515258008%, -0.4181239289%);
    }

    16% {
        clip-path: polygon(0% 83.6105364327%, 100% 83.6105364327%, 100% 89.9040201582%, 0% 89.9040201582%);
        transform: translate(1.5336950107%, -0.0240111985%);
    }

    18% {
        clip-path: polygon(0% 42.8150467452%, 100% 42.8150467452%, 100% 49.4135450415%, 0% 49.4135450415%);
        transform: translate(-2.2290006084%, -0.0026314574%);
    }

    20%,
    100% {
        clip-path: none;
        transform: none;
    }
}

.glitch::after {
    animation: glitch-after 3s linear infinite alternate both;
    content: "";
}

@keyframes glitch-after {
    0% {
        clip-path: polygon(0% 37.8820276074%, 100% 37.8820276074%, 100% 42.6751845744%, 0% 42.6751845744%);
        transform: translate(-6.0989644654%, -0.1381631898%);
    }

    2% {
        clip-path: polygon(0% 47.6948022117%, 100% 47.6948022117%, 100% 51.6017304934%, 0% 51.6017304934%);
        transform: translate(-1.9423280514%, -0.319888817%);
    }

    4% {
        clip-path: polygon(0% 40.4435410254%, 100% 40.4435410254%, 100% 43.1128067751%, 0% 43.1128067751%);
        transform: translate(-4.0161697581%, 0.173288314%);
    }

    6% {
        clip-path: polygon(0% 33.0482032753%, 100% 33.0482032753%, 100% 37.9034384494%, 0% 37.9034384494%);
        transform: translate(-6.9173905628%, 0.111228809%);
    }

    8% {
        clip-path: polygon(0% 87.0912567487%, 100% 87.0912567487%, 100% 88.2092228853%, 0% 88.2092228853%);
        transform: translate(1.9554527675%, -0.2413363614%);
    }

    10% {
        clip-path: polygon(0% 33.747859702%, 100% 33.747859702%, 100% 42.0257128823%, 0% 42.0257128823%);
        transform: translate(1.5682640814%, -0.4281533638%);
    }

    12% {
        clip-path: polygon(0% 2.1510195398%, 100% 2.1510195398%, 100% 5.3673365411%, 0% 5.3673365411%);
        transform: translate(2.6635066534%, -0.1447448957%);
    }

    14% {
        clip-path: polygon(0% 9.4703748798%, 100% 9.4703748798%, 100% 16.6484033952%, 0% 16.6484033952%);
        transform: translate(-1.650169724%, 0.1190017854%);
    }

    16% {
        clip-path: polygon(0% 63.9020773745%, 100% 63.9020773745%, 100% 66.6033951591%, 0% 66.6033951591%);
        transform: translate(-0.7162915381%, -0.2268314357%);
    }

    18% {
        clip-path: polygon(0% 81.3948280268%, 100% 81.3948280268%, 100% 85.5561449989%, 0% 85.5561449989%);
        transform: translate(4.8287953374%, -0.4551706762%);
    }

    20%,
    100% {
        clip-path: none;
        transform: none;
    }
}

.glitch .channel {
    mix-blend-mode: screen;
}

.glitch .channel::before {
    bottom: 0;
    content: "";
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.glitch .r {
    animation: rgb-shift-r 3s steps(1, jump-end) infinite alternate both;
}

@keyframes rgb-shift-r {
    0% {
        transform: translate(-0.262395819%, 0.0992954181%);
    }

    2% {
        transform: translate(1.3145757364%, -0.3456304768%);
    }

    4% {
        transform: translate(0.7989512692%, -0.4021310147%);
    }

    6% {
        transform: translate(1.9163047383%, 0.3178346034%);
    }

    8% {
        transform: translate(-0.8647474361%, -0.0121948844%);
    }

    10% {
        transform: translate(0.5385697301%, -0.0265051538%);
    }

    12% {
        transform: translate(1.9501128934%, 0.2508980361%);
    }

    14% {
        transform: translate(-0.3328393283%, 0.2255840391%);
    }

    16% {
        transform: translate(0.9308745426%, -0.1191581025%);
    }

    18% {
        transform: translate(0.3056298669%, -0.4853322575%);
    }

    20%,
    100% {
        transform: none;
    }
}

.glitch .r::before {
    background: #f00;
}

.glitch .g {
    animation: rgb-shift-g 3s steps(1, jump-end) infinite alternate both;
}

@keyframes rgb-shift-g {
    0% {
        transform: translate(0.1138567391%, -0.375494937%);
    }

    2% {
        transform: translate(-1.4333125412%, -0.3041657164%);
    }

    4% {
        transform: translate(0.2949216454%, -0.3260338844%);
    }

    6% {
        transform: translate(-1.3622252521%, 0.0131545696%);
    }

    8% {
        transform: translate(1.3012869224%, -0.3488642617%);
    }

    10% {
        transform: translate(1.5048146652%, 0.439106013%);
    }

    12% {
        transform: translate(0.0737479117%, 0.0082483249%);
    }

    14% {
        transform: translate(-1.0750182912%, -0.3607718225%);
    }

    16% {
        transform: translate(0.0829585155%, -0.1808465759%);
    }

    18% {
        transform: translate(1.1898069845%, -0.2117388452%);
    }

    20%,
    100% {
        transform: none;
    }
}

.glitch .g::before {
    background: #0f0;
}

.glitch .b {
    animation: rgb-shift-b 3s steps(1, jump-end) infinite alternate both;
}

@keyframes rgb-shift-b {
    0% {
        transform: translate(0.4810346231%, -0.3584458928%);
    }

    2% {
        transform: translate(-1.8097726277%, -0.220146604%);
    }

    4% {
        transform: translate(-0.1314200235%, -0.364444724%);
    }

    6% {
        transform: translate(0.4039691929%, 0.1068844945%);
    }

    8% {
        transform: translate(1.2193721767%, -0.0212797896%);
    }

    10% {
        transform: translate(0.2607827861%, -0.3936579297%);
    }

    12% {
        transform: translate(0.1198759305%, 0.4086995666%);
    }

    14% {
        transform: translate(-0.8572024588%, 0.350550946%);
    }

    16% {
        transform: translate(1.2680350574%, 0.380547394%);
    }

    18% {
        transform: translate(-0.7175095634%, -0.0842422428%);
    }

    20%,
    100% {
        transform: none;
    }
}

.glitch .b::before {
    background: #00f;
}

/*-------------------------*/
/*  blur
/*-------------------------*/
.blur:before {
    filter: blur(50px);
}

.blur.on:before {
    animation: blur-anim2 0.3s linear forwards;
}

@keyframes blur-anim2 {
    100% {
        filter: blur(0);
    }
}

/*-------------------------/*-------------------------*/
/*  mobile
/*-------------------------/*-------------------------*/
@media (max-width: 930px) {
    #prof {
        padding: 100px 0 170px;
        overflow: hidden;
    }
    .prof_wrap {
        width: 100%;
        height: auto;
        display: block;
        background: url(../images/prof_bm.png) top right no-repeat;
        position: relative;
        background-size: cover;
        z-index: 0;
        color: var(--color_01);
        top: 85px;
        padding: 20px;
    }

    #prof .inner {
        padding: 0 50px 0 0;
    }

    .prof_main {
        width: 60%;
        z-index: 5;
        right: -83px;
        top: 34px;
    }

    .prof_moon {
        width: 30%;
        z-index: 4;
        right: 10px;
    }

    .prof_table {
        max-width: 67%;
        border: 1px solid var(--color_01);
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
    }

    .prof_moon {
        width: 30%;
        z-index: 4;
        right: 38px;
        top: 100px;
    }
}

@media (max-width: 767px) {
    #discs .col2 {
        display: block;
    }

    .col2>* {
        width: 100% !important;
    }

    .col2>*:nth-child(n+1) {
        margin-top: 15px;
    }

    #shops .col4>* {
        width: calc(50% - 15px);
        margin-right: 15px;
    }

    #shops .col4>*:nth-child(n+3) {
        margin-top: 19px;
    }

    #videos .col2 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    #discs .onlineevent {
        text-align: left;
    }
    .prof_wrap {
        width: 100%;
        height: auto;
        display: block;
        background: url(../images/prof_bm.png) top right no-repeat;
        position: relative;
        background-size: cover;
        z-index: 0;
        color: var(--color_01);
        top: 80px;
        padding: 20px;
    }

    #prof .inner {
        padding: 0 50px 0 0;
    }

    .prof_main {
        width: 62%;
        z-index: 5;
        right: -30px;
        top: 0;
    }

    .prof_table {
        max-width: 69%;
        border: 1px solid var(--color_01);
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
    }

    .prof_moon {
        width: 30%;
        z-index: 4;
        right: 38px;
        top: 70px;
    }
}

@media (max-width: 508px) {
    .prof_wrap {
        width: 100%;
        height: auto;
        display: block;
        background: url(../images/prof_bm.png) top right no-repeat;
        position: relative;
        background-size: cover;
        z-index: 0;
        color: var(--color_01);
        top: 80px;
        padding: 20px;
    }

    #prof .inner {
        padding: 0 50px 0 0;
    }

    .prof_main {
        width: 62%;
        z-index: 5;
        right: -30px;
        top: 0;
    }

    .prof_table {
        max-width: 90%;
        border: 1px solid var(--color_01);
        position: relative;
        left: 0;
        top: 0;
        margin: 0;
    }

    .prof_moon {
        width: 30%;
        z-index: 4;
        right: 38px;
        top: 70px;
    }
}