
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: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}


body {
    font-family: 'Unbounded';
    letter-spacing: -0.03em;
    font-weight: 400;
    background: #000;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.container-max {
    width: 100%;
}

.container-mobile {
    width: 98%;
    margin: 0 auto;
}

.mobile {
    display: none;
}

.pc {
    display: block;
}

.br-pc {
    height: 0;
    display: block;
}


.head {
    width: 100vw;
    height: 100vh;
    background: url('./assets/back.png') no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #363636;
}

h1 {
    font-size: 50px;
}

.text1 {
    margin-top: 30px;
    color: #363636;
    font-size: 18px;
}

.text2 {
    margin-top: 20px;
    font-size: 18px;
}

.text3 {
    margin-top: 100px;
    font-size: 16px;
}

.text4 {
    margin-top: 20px;
    font-size: 16px;
}