@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@400;700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: bottom;
}

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

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

pre {
    white-space: pre-wrap;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* styles
---------------------------------------------------------------------------- */
body {
    background-color: #BCC5BC;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #222222;
    background-image: url("line.png");
    background-repeat: no-repeat;
    background-size: 36.81vw 107.85vw;
    background-position: 0 23.75vw;
    overflow-x: hidden;
}

a {
    text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
}

.fadeIn {
    opacity: 0;
    transition: all 0.5s 0.3s;
}

.fadeIn.is-active {
    opacity: 1;
}

header {
    width: 100%;
    height: 66.92vw;
    position: relative;
}

header .hd_jacket {
    width: 7.01vw;
    height: 65.35vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url("jacket.png") no-repeat 0 0;
    background-size: 100% 100%;
}

header .hd_record {
    width: 59.86vw;
    height: 52.43vw;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: 1;
    background: url("record.png") no-repeat 0 0;
    background-size: 100% 100%;
    transition: all 0.8s ease-out;
}

header .hd_record.is-active {
    left: 0;
}

header .copy {
    position: absolute;
    left: 40vw;
    top: 5vw;
    z-index: 3;
    color: #FFFFFF;
    font-size: 1.25vw;
    font-weight: 700;
    letter-spacing: 0.33em;
    line-height: 3;
    transform: rotate(-15deg);
    transition: all 0.3s 1.1s;
    opacity: 0;
}

header .copy.is-active {
    opacity: 1;
}

header .copy span {
    background-color: #638566;
    padding: 0.56vw 3.47vw;
}

header .copy .copy_line2 {
    margin-left: 9.7vw;
}

header h1 {
    width: 85.96vw;
    height: 43.16vw;
    position: absolute;
    top: 28.76vw;
    left: 18.12vw;
    opacity: 0;
    z-index: 3;
    background: url("title.svg") no-repeat 0 0;
    background-size: 100% 100%;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
    transition: all 0.3s 0.8s;
}

header h1.is-active {
    opacity: 1;
    top: 23.76vw;
    left: 8.12vw;
}

.wrap {
    margin: 0 auto;
    padding: 100px 0;
    max-width: 760px;
}

.concept {
    max-width: 760px;
    margin: 200px auto;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}

.concept p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 4;
}

.concept p a {
    color: #222222;
}

.djs {
    width: 100%;
    background-color: #222222;
    position: relative;
}

.djs .item {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.djs .dj1.item {
    background-image: url("dj_toraneko.png");
}

.djs .dj2.item {
    background-image: url("dj_no.png");
}

.djs .dj3.item {
    background-image: url("dj_sasaki.png");
}

.djs .dj4.item {
    background-image: url("dj_r-9.png");
}

.djs .cover {
    width: 100%;
    min-height: 100vh;
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.66);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.djs h3 {
    width: 760px;
    margin: 0 auto 60px;
    text-align: right;
    font-size: 48px;
    font-weight: 700;
    color: #EEEEEE;
}

.djs h3 span {
    font-size: 18px;
}

.djs .text {
    margin: 0 auto;
    max-width: 760px;
}

.djs p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #EEEEEE;
}

.djs p:not(:last-child) {
    margin-bottom: 2em;
}

.djs dl {
    color: #EEEEEE;
}

.djs dl dt,
.djs dl dd {
    display: inline-block;
}

.djs dl dt::before {
    content: "[";
}

.djs dl dt::after {
    content: "]";
}

.djs dl a {
    color: #EEEEEE;
}

.ta {
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    padding-bottom: 100px;
}

.ta h2 {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 100px;
}

.ta .img {
    width: 400px;
    margin: 0 auto 50px;
}

.ta .img img {
    width: 100%;
}

.ta p {
    font-size: 18px;
}

.ta a {
    color: #222222;
}

.tt {
    width: 100%;
    background-color: #222222;
    position: relative;
    padding-bottom: 100px;
    color: #FFFFFF;
}

.tt::before {
    content: "";
    background-color: #222222;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -99px;
}

.tt h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 50px;
}

.tt dl {
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
}

.tt dt {
    width: 47%;
    text-align: right;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 400;
}

.tt dd {
    width: 47%;
    text-align: left;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 700;
}

.notice {
    width: 100%;
    background-color: #BCC5BC;
    position: relative;
    padding-bottom: 100px;
}

.notice::before {
    content: "";
    background-color: #BCC5BC;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -99px;
}

.notice h2 {
    text-align: left;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}

.notice ul {
    border: 10px solid #222222;
    padding: 40px 60px;
}

.notice ul li {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: 1em;
}

.notice ul li:last-child {
    margin-bottom: 0;
}

.venue {
    width: 100%;
    background-color: #222222;
    position: relative;
    padding-bottom: 100px;
    color: #FFFFFF;
}

.venue::before {
    content: "";
    background-color: #222222;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    top: -99px;
}

.venue h2 {
    font-size: 48px;
}

.venue h3 {
    font-size: 24px;
}

.venue h3 a {
    color: #FFFFFF;
}

.venue p {
    font-size: 18px;
    margin-bottom: 2em;
}

footer {
    background-color: #222222;
}

footer p {
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 50px 0;
}

@media screen and (max-width: 800px) {
    body {
        background-image: url("line_sp.png");
        background-size: 100vw 310.13vw;
        background-position: 0 0;
    }

    .fadeIn {
        transition: all 0.5s;
    }

    header {
        height: 210.4vw;
    }

    header .hd_jacket {
        width: 16.4vw;
        height: 116.8vw;
        left: 0;
        top: 0;
        background: url("jacket_sp.png") no-repeat 0 0;
        background-size: 100% 100%;
    }

    header .hd_record {
        width: 113.07vw;
        height: 93.33vw;
        left: -100vw;
        top: 0;
        background: url("record_sp.png") no-repeat 0 0;
        background-size: 100% 100%;
        transition: all 0.8s ease-out;
    }

    header .hd_record.is-active {
        left: 0;
    }

    header .copy {
        left: 8vw;
        top: 8vw;
        font-size: 3.5vw;
        line-height: 2.5;
    }

    header .copy span {
        padding: 0.56vw 3.47vw;
    }

    header .copy .copy_line2 {
        margin-left: 9.7vw;
    }

    header h1 {
        width: 88.04vw;
        height: 162.82vw;
        top: 47.49vw;
        left: 30vw;
        background: url("title_sp.svg") no-repeat 0 0;
        background-size: 100% 100%;
    }

    header h1.is-active {
        top: 47.49vw;
        left: 5vw;
    }

    .wrap {
        margin: 0 auto;
        padding: 0;
        max-width: none;
    }

    .concept {
        max-width: none;
        margin: 15vw 5vw;
        padding: 5vw;
    }

    .concept p {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 2em;
        text-align: left;
    }

    .concept p:last-child {
        margin-bottom: 0;
    }

    .concept p br {
        display: none;
    }

    .djs .item {
        min-height: 100vh;
    }

    .djs .cover {
        width: 100%;
        min-height: 100vh;
        padding: 15vw 5vw;
        background-color: rgba(0, 0, 0, 0.66);
    }

    .djs h3 {
        width: 100%;
        margin: 0 auto 2em;
        font-size: 30px;
    }

    .djs h3 span {
        display: block;
        font-size: 14px;
    }

    .djs .text {
        margin: 0 auto;
        max-width: none;
    }

    .djs p {
        font-size: 14px;
    }

    .djs p:not(:last-child) {
        margin-bottom: 2em;
    }

    .ta {
        width: 100%;
        padding: 10vw 5vw;
    }

    .ta h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 2em;
    }

    .ta .img {
        width: 100%;
        margin: 0 auto 10vw;
    }

    .ta p {
        font-size: 16px;
    }

    .tt {
        padding: 15vw 5vw;
    }

    .tt::before {
        display: none;
    }

    .tt h2 {
        font-size: 36px;
        margin-bottom: 5vw;
    }

    .tt dt {
        font-size: 16px;
    }

    .tt dd {
        font-size: 16px;
    }

    .notice {
        width: 100%;
        background-color: #BCC5BC;
        position: relative;
        padding: 15vw 5vw;
    }

    .notice::before {
        display: none;
    }

    .notice h2 {
        font-size: 36px;
    }

    .notice ul {
        border: 4px solid #222222;
        padding: 5vw 5vw 5vw 8vw;
    }

    .notice ul li {
        font-size: 14px;
        line-height: 1.75;
    }

    .venue {
        width: 100%;
        padding: 10vw 5vw;
    }

    .venue::before {
        display: none;
    }

    .venue h2 {
        font-size: 36px;
    }

    .venue h3 {
        font-size: 16px;
    }

    .venue p {
        font-size: 14px;
        margin-bottom: 2em;
    }

    .venue .map,
    .venue .map iframe {
        width: 100%;
    }

    footer p {
        font-size: 14px;
        padding: 50px 0;
    }
}