@charset "UTF-8";

html, body, p, h1, h2, h3, h4, ul, ol {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    color: #000000;
    font-size: 20px;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    min-width: 1200px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

ul,
ol {
    margin-left: 1em;
}

li {
    padding-top: 4px;
}

ul ul,
ol ul {
    list-style: disc;
}

h1 {
    font-size: 44px;
    line-height: 1.5;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 16px;
}

.text-style {
    color: #ff6800;
    font-weight: bold;
}

.main {
    overflow: hidden;
}

.header {
    width: 100%;
    text-align: center;
    line-height: 0;
    margin: auto;
    overflow: hidden;
}

.section {
    width: 760px;
    padding-bottom: 64px;
    margin: 0 auto;
    position: relative;
}

.section .receipt-stamp {
    width: 180px;
    position: absolute;
    z-index: 3;
}

.alert {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-indent: -16px;
    padding-left: 16px;
}

.character {
    position: absolute;
    z-index: 2;
}

.present {
    background-image: linear-gradient(to bottom, #f4efcd, #fffbde);
}

.present .sns {
    top: 8px;
    right: -43px;
    position: absolute;
}

.present .sns .twitter-share-button {
    vertical-align: top;
}

.present .sns .fb-share-button span {
    vertical-align: top !important;
}

.present .sns .line.share-button {
    vertical-align: top;
}

.present .receipt-stamp {
    width: 187px;
    top: 45px;
    right: -48px;
    transform: rotate(2deg);
}

.present .character.earth {
    width: 320px;
    top: 230px;
    right: -80px;
}

.present .character.milly {
    width: 200px;
    top: 525px;
    left: -40px;
}

.present .character.tubai {
    width: 330px;
    top: 760px;
    right: -110px;
}

.present h1 {
    color: #318000;
}

.present .to-left {
    margin-right: 130px;
}

.present .award {
    margin-top: 40px;
}

.present .award .award-name {
    color: #d80303;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.present .award .award-body {
    width: 634px;
    height: 185px;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    padding-top: 45px;
    background-color: #ffffff;
    margin: 0 auto;
}

.present .a-award .award-body {
    padding-top: 25px;
}

.campaign {
    width: 100%;
    height: 650px;
    color: #ffffff;
    background: url("/v2/img/receipt_campaign/toaru_ossan/bg-campaign.png") center no-repeat;
    background-size: cover;
}

.campaign h1 {
    margin-bottom: 8px;
}

.campaign .receipt-stamp {
    top: 45px;
    left: 655px;
}

.campaign .character {
    width: 442px;
    top: 94px;
    right: -210px;
}

.campaign .to-right {
    width: 653px;
    color: #000000;
    padding: 16px 19px;
    margin: 8px 0;
    background-color: rgba(250, 250, 250, 0.71);
}

.campaign .campaign-term {
    width: 650px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    padding: 10px 40px;
    border-radius: 62px;
    background-color: #ff6800;
    margin-bottom: 17px;
}

.campaign .covers img {
    max-width: 71%;
}

.application {
    background-color: #fffbcb;
}

.application .receipt-stamp {
    top: 405px;
    right: 60px;
    transform: rotate(2deg);
}

.application .character-earth2 {
    position: absolute;
    width: 263px;
    top: 420px;
    right: -100px;
    z-index: 1;
}

.application h1 {
    color: #318000;
}

.application .means {
    width: 540px;
    line-height: 30px;
    padding: 24px;
    border-radius: 20px;
    margin-bottom: 16px;
    background-color: #ffffff;
}

.application .means b {
    font-size: 22px;
}

.application .means div {
    text-indent: -20px;
    padding-left: 20px;
}

.application .means div.alert {
    text-indent: -16px;
    padding-left: 16px;
    text-align: left;
}

.application .receipt-example {
    top: 122px;
    right: 1px;
    position: absolute;
}

.application a div {
    position: relative;
    width: 590px;
    color: #ffffff;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    padding: 19px 0;
    background-color: #ff6800;
    border: solid 4px #ffe200;
    margin: 20px auto 40px;
    z-index: 2;
}

.application .finished-message {
    width: 590px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.08;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 6px;
    background-color: #666666;
    border: solid 4px #b9b9b9;
    margin: 20px auto 40px;
}

.application a div:hover {
    opacity: .8;
}

.application .caution {
    font-size: 16px;
    line-height: 24px;
}

.application .section {
    padding-bottom: 24px;
}

.application .banner {
    text-align: center;
    padding-bottom: 45px;
}

.text-style2 {
    font-size: 14px;
    font-weight: bold;
    color: #318000;
}

.footer {
    padding: 30px 0 45px;
    background: #000000;
    text-align: center;
}

.footer img {
    max-width: 100%;
}

.footer .copyright {
    padding-top: 5px;
    color: #ffffff;
    font-size: 12px;
}

.footer .copyright.author {
    width: 380px;
    text-align: left;
    font-weight: bold;
    margin: 0 auto 20px;
}

.page-top {
    width: 50px;
    height: 52px;
    right: 120px;
    bottom: 26px;
    transition: all .5s;
    z-index: 10;
    position: fixed;
}

.page-top:hover {
    opacity: .8;
}
