@charset "utf-8";
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-condensed-v25-latin-regular.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/roboto-condensed-v27-latin-600.eot');
    src: url('../fonts/roboto-condensed-v27-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v27-latin-600.woff2') format('woff2'), url('../fonts/roboto-condensed-v27-latin-600.woff') format('woff'), url('../fonts/roboto-condensed-v27-latin-600.ttf') format('truetype'), url('../fonts/roboto-condensed-v27-latin-600.svg#RobotoCondensed') format('svg');
}
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-condensed-v25-latin-700.eot');
    src: local(''), url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em 'Roboto Condensed', Arial, sans-serif;
}
strong {
    font-weight: 600;
}
#wrapper {
    position: relative;
    max-width: 650px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: url('../images/bg.jpg') no-repeat bottom right, #fff;
    overflow: hidden;
    padding: 0 2.5rem 3rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}
p {
    padding-bottom: 1rem;
}
h1 {
    margin: 0 -2.6rem 1rem 0;
    padding: 0.5rem 2.5rem;
    background: #8A247B;
    color: #FFF;
    font-size: 2em;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(-6deg) skewX(-6deg);
    box-shadow: 4px 4px 2px #D9DADB;
}
h1 span {
    text-transform: none;
    font-size: 0.55em;
    line-height: 1.2;
    display: block;
    font-weight: 600;
}
header {
    margin: 0 -2.5rem 0.75rem;
    padding: 0.75rem 2.5rem;
    background: #8A247B;
    display: flex;
    justify-content: center;
}
.ttl {
    margin: 0 0 3rem -2.625rem;
}
footer p {
    padding-bottom: 0.5rem;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
@media only screen and (max-width:649px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background: #FFF;
        padding: 0 1rem 1rem;
    }
    article p:first-of-type br {
        display: none;
    }
    .ttl {
        margin-top: 0.5rem;
    }
    p :is(a, span) {
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
}
@media only screen and (max-width:440px) {
    h1 {
        padding-right: 0.75rem;
        line-height: 0.9;
        font-size: 1.65em;
        margin-right: 0;
    }
    h1 span {
        font-size: 0.7em;
    }
}