@charset "UTF-8";

html {
-webkit-text-size-adjust: 100%;
font-size: 52.5%;
}
@media (min-width: 769px) {
html {
font-size: 62.5%;
}
}
body {
-webkit-text-size-adjust: 100%;
color: rgba(0,0,0,0.95);
font-size: 1.4rem;
line-height: 2.6rem;
font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", HiraKakuProN, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
font-weight: normal;
}
img {
max-width: 100%;
height: auto;
}
li {
list-style-type: none;
}
*:focus {
outline: none;/* --タップ時ハイライト表示無効化-- */
}
a {
color: rgba(0,0,0,0.95);
text-decoration: none;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/* --タップ時ハイライト表示無効化-- */
tap-highlight-color: rgba(0, 0, 0, 0);
cursor:pointer;
}
a:hover ,
a:active {
text-decoration: none;
}
a img {
border: none;
margin: 0px;
padding: 0px;
}
address {
font-style: normal;
font-weight: normal;
}
#container {
width: 100%;
height: 100%;
}
.contentbox {
width: 100%;
float: left;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) {
.contentbox {
padding-top: 0px;
padding-bottom: 0px;
}
}
.content {
width: 95%;
margin-right: auto;
margin-left: auto;
max-width: 1200px;
}
@media (min-width: 1025px) {
.content {
width: 85%;
margin-right: auto;
margin-left: auto;
max-width: 1200px;
}
}
.mincho {
font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", HiraMinProN, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "メイリオ", "Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
.contentbox {
    width: 100vw;
    height: 100vh;
    min-height: 300px;
    background-color: rgba(230,0,18,1.00);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
h1 {
    float: left;
    width: 100vw;
    height: 90vh;
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
h1 img {
    float: left;
    width: 100%;
    max-width: 200px;
}
.copy {
    float: left;
    width: 100vw;
    height: 10vh;
    min-height: 50px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.0rem;
    color: rgba(0,0,0,0.40);
    background-color: rgba(230,0,18,1.00);
}