@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: normal;
        font-size: 100%;
        vertical-align: baseline;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        line-height: 1;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

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,
img,
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: none;
        font-style: normal;
        zoom: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        font-size: 100%;
        font-weight: normal;
}

a,
a img {
        overflow: hidden;
        color: #ed2a25;
        text-decoration: none;
        font-family: "Courier Prime", monospace;
        font-weight: 400;
        font-style: normal;        border: none;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
}

a:hover,
a:active {
        opacity: .7;
        border: none;
        outline: none;
}

a:hover img,
a:active img {
        opacity: 1;
        border: none;
        outline: none;
}

img {
        width: 100%;
        height: auto;
        display: block;
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        touch-callout: none;
        user-select: none;
}

ol,
ul,
li {
        list-style: none;
}

* {
        box-sizing: border-box;
        outline: none;
}

main:after,
article:after,
section:after,
div:after,
ul:after,
li:after,
dl:after {
        content: '';
        display: block;
        clear: both;
}

/*---------//リセット----------*/
body {
        background-color: #000;
        color: #fff;
}

.wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100svh;
        padding: 3rem 0;
}

.contents {
        width: 92%;
        max-width: 1100px;
        margin: 0 auto;
}

.logoarea {}

.logoarea .logoimg {
        width: 60%;
        max-width: 150px;
        margin: 0 auto;
}

.timerarea {
        margin: 1rem auto 0;
}

#countdown {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        font-family: "Courier Prime", monospace;
        font-weight: 400;
        font-style: normal;
}

#countdown li {
        display: flex;
        align-items: flex-end;
}

#countdown li#days {
        margin-right: .5rem;
}

#countdown li .unit {
        font-size: .8rem;
}

.mvcont {
        margin-top: 4rem;
}

.mvwrap {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
}

.mvinner {
        width: 100%;
        padding-top: 56.25%;
        position: relative;
}

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



.snsarea {
        margin: 4rem auto 0;
}

.snslink {
        display: flex;
        justify-content: center;
        align-items: center;
}

.snslink li {
        margin-right: 1rem;
}

.snslink li:last-child {
        margin-right: 0;
}

.snslink li a span {
        width: 1.5rem;
        height: 1.5rem;
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
}

.snslink li a span.tiktok {
        background-image: url(../images/tiktok.svg);
}

.snslink li a span.Insta {
        background-image: url(../images/insta.svg);
}

.snslink li a span.X {
        background-image: url(../images/x.svg);
}

.snslink li a span.Youtube {
        background-image: url(../images/youtube.svg);
}

.snslink li a span.Apple {
        background-image: url(../images/apple.svg);
}

.snslink li a span.Spotify {
        background-image: url(../images/spotify.svg);
}