@charset "utf-8";


* {
    margin: 0;
}

html {
    font-size: 16px;
}

body {
    font-family: sans-serif;
    color: #222222;
    font-size: 1rem;
    line-height: 2;
}

a,
a:hover,
a:visited{
    color: #1111cc;
}

div {
    display: block;
}

.mainvisual {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-image: url(images/mainvisual.jpg);
}

.contents {
    padding-left: 3%;
    padding-top: 2%;
}

h1 {
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: normal;
}

p {
    font-family: sans-serif;
}

.copy {
    padding-left: 3%;
    position: absolute;
    bottom: 30px;
}

h2 {
    font-size: 2rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    font-weight: normal;
}

h3 {
    font-size: 1.75rem;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5;
    font-weight: normal;
	margin-bottom: 24px;
}
