<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}

.red {
    color: #d80303;
    font-weight: bold;
}

.main {
    overflow: hidden;
}

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

.header .header-img {
    max-width: 1600px;
    width: 1600px;
    margin: 0 calc(50% - 800px);
}

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

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

.alert {
    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, #e0f5ff, #a7d4ff);
}

.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 {
    top: 55px;
    right: -40px;
    transform: rotate(15deg);
}

.present .character.makoto {
    width: 350px;
    top: 253px;
    right: -170px;
    transform: rotate(25deg);
}

.present .character.mio {
    width: 490px;
    top: 428px;
    left: -200px;
}

.present .character.tomoe {
    width: 432px;
    top: 636px;
    right: -200px;
}

.present h1 {
    color: #0b359a;
}

.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: 18px;
}

.campaign {
    color: #ffffff;
    background: url("/v2/img/receipt_campaign/tsukimichi/bg-campaign.png") center no-repeat,
    linear-gradient(to bottom, #1a62a7, #5193c3);
}

.campaign .receipt-stamp {
    top: 43px;
    left: -70px;
}

.campaign .character {
    width: 538px;
    top: 204px;
    right: -240px;
}

.campaign .to-right {
    margin: 0 10px 20px 120px;
}

.campaign .campaign-term {
    color: #000000;
    font-weight: bold;
    line-height: 1;
    padding: 10px 40px;
    border-radius: 62px;
    background-color: #fffcb2;
    margin-bottom: 34px;
}

.application {
    background-color: #fffbcb;
}

.application .receipt-stamp {
    top: 430px;
    right: 7px;
    transform: rotate(15deg);
}

.application h1 {
    color: #0b359a;
}

.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;
}

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

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

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

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

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

.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;
}
</pre></body></html>