@media screen and (min-width: 801px) {
    html {
        font-size: 100%;
    }
}
@media screen and (max-width: 800px) {
    html {
        font-size: 82%;
    }
}
@media screen and (max-width: 400px) {
    html {
        font-size: 70%;
    }
}

body, body * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: "HiraKakuProN-W3", "verdana";
}
img {
    max-width: 100%;
    vertical-align: baseline;
}
.alert {
    color: #FF0;
    font-weight: bold;
    font-size: 10px;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
}
.youtube {
    margin: 0 auto;
}
.info {
    font-weight: bold;
    text-shadow: 0 0 1px #f6deaa;
    line-height: 1.4;
}
.info hr {
    border-color: #333;
    border-width: 1px;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.relative {
    position: relative;
}


.head-img {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}
.event1-wrap {
    margin: 0 auto;
    width: 96%;
    max-width: 600px;
}
.event1-body {
    text-align: center;
    color: #eee;
    text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    background: rgba(20, 20, 20, 0.75);
}
.section-head {
    line-height: 3.8rem;
    font-size: 1.4rem;
    background: url('../image/campaign/title00.png') no-repeat center center;
    background-size: 100% 100%;
}
.parchment-top, .parchment-bottom {
    width: 94%;
    margin: -1px auto;
    padding-top: 13%;
}
.parchment-top {
    background: url('../image/campaign/win_upper.png') no-repeat;
    background-size: 100%;
}
.parchment-bottom {
    background: url('../image/campaign/win_under.png') no-repeat;
    background-size: 100%;
}
.parchment-body {
    color: #382605;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    position: relative;
    margin: -0.6rem auto 0;
    padding: 0 3.4rem 0 4.2rem;
    width: 94%;
    text-align: left;
    line-height: 1.6rem;
    background: url('../image/campaign/win_midle.png');
    background-size: 100% 104px;
}
.text-big {
    text-align: center;
    font-size: 1.4em;
    padding: 30px 12px;
}
.text-long {
    text-align: left;
    padding: 10px 30px;
}
.sp-comment {
    margin: 3rem 1rem;
    padding: 1rem 0.6rem;
    border: 3px double #bd8a5d;
    text-align: left;
    line-height: 1.7rem;
    font-size: 1.1rem;
    background-color: #69350735;
}
.sp-comment h3 {
    padding-bottom: 1rem;
    text-align: center;
    color: #fee;
}
.note {
    padding: 0 0.6rem;
    text-align: left;
    font-weight: normal;
}
.note li {
    margin-bottom: 0.4rem;
}
.campaign-table td {
    padding: 2px 6px;
}
