@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Ms Madi';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ms-madi-v2-latin-regular.eot');
    src: url('../fonts/ms-madi-v2-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ms-madi-v2-latin-regular.woff2') format('woff2'), url('../fonts/ms-madi-v2-latin-regular.woff') format('woff'), url('../fonts/ms-madi-v2-latin-regular.ttf') format('truetype'), url('../fonts/ms-madi-v2-latin-regular.svg#MsMadi') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Montserrat', Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg1.jpg') top left no-repeat, url('../images/bg2.jpg') bottom left no-repeat;
    overflow: hidden;
    padding: 1rem 3rem 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: -2rem 0 1rem 6rem;
    font-size: 4.5em;
    line-height: 1.1em;
}
h1 small {
    font: 400 1rem/1.3em 'Montserrat', Arial, sans-serif;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 400;
}
h4 {
    font-size: 1.125em;
    line-height: 1.3em;
    margin: 0.5rem 0;
}
h1, h4 {
    font-family: 'Ms Madi', cursive;
    font-weight: 400;
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1.5rem;
}
li:before {
    content: "•";
    font-family: Arial, sans-serif;
    float: left;
    margin: -1px 0 0 -1rem;
}
header figure {
    position: absolute;
    top: 0.875rem;
    right: 1rem;
}
:is(.abs, footer) p, h4 {
    color: #fff;
}
header {
    margin-bottom: 4rem;
}
.abs .big {
    font-size: 1.1875em;
    line-height: 1.3;
}
.abs p {
    font-size: 0.875em;
    line-height: 1.3;
}
.ttl {
    position: absolute;
    top: 8rem;
    right: 7rem;
}
.ttl p {
    text-align: center;
}
.text {
    position: absolute;
    bottom: 0;
    right: 1rem;
    z-index: 2;
}
.text p, h4 {
    text-align: center;
}
.text p:last-of-type {
    font-size: 0.8125em;
    line-height: 1.3;
}
footer img {
    opacity: 0;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        padding: 0;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    :is(header, article) br:not(.blockm) {
        display: none;
    }
    h1 {
        margin: 0 0 1rem;
    }
    header {
        margin: 0;
    }
    header figure {
        position: static;
        display: flex;
        justify-content: center;
        padding: 1rem;
    }
    .abs {
        padding: 1rem 1rem 0;
        background: #00172B;
    }
    .ttl {
        position: static;
        padding: 1rem 1rem 0;
        background: #BAC2CB;
    }
    article {
        padding: 1rem 1rem 0;
    }
    .text {
        position: static;
        padding: 1rem;
    }
    footer {
        background: #00172B;
    }
    footer img {
        opacity: 1;
    }
}
@media only screen and (max-width:480px) {
    li {
        padding-left: 1rem;
    }
}