._yellow {
    background-color: #FCFBD8 !important;
    border-color: #FCFBD8 !important;
}

button._yellow {
    border-color: #BBB !important;
}

.container {
    width: 100%;
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 900px) {
    .container {
        width: 900px;
    }
}

a {
    cursor: pointer;
    color: #666;
}

a:hover {
    color: rgb(0, 119, 255);
}

p span {
    display: inline-block;
}

input[type=text]:disabled,
select:disabled {
    border-color: transparent;
}

select:disabled {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px 30px 0 14px;
}

.logo {
    padding: 15px 0 0 15px;
}

.logo img {
    width: 200px;
}

@media screen and (max-width: 896px) {
    .logo {
        padding-top: 6%;
        text-align: center;
    }

    .hankoya.logo {
        padding-top: 15px;
    }

    .logo img {
        width: 150px;
    }
}

.jumbo h1 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.8em;
    text-align: left;
    font-family: serif;
}

.jumbo p {
    font-size: 1.5rem;
    line-height: 1.8em;
    font-feature-settings: "palt";
    margin-bottom: 2rem;
    text-align: left;
}

.jumbo .read {
    width: 78rem;
    margin: 5rem auto;
}

@media screen and (max-width: 896px) {
    .jumbo h1 {
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 60rem) {
    .jumbo p {
        font-size: 1.3rem;
    }

    .jumbo p br {
        display: none;
    }

    .jumbo .read {
        width: 100%;
        margin: auto;
    }
}


section {
    padding: 5rem 0;
}

section p {
    text-align: center;
    font-size: 1.4rem;
    font-feature-settings: "palt";
    line-height: 2rem;
    margin: auto;
}

@media screen and (max-width: 425px) {
    section p {
        font-size: 1.2rem;
    }
}

section a.external {
    text-align: center;
    background: url("link_button.png") no-repeat;
    background-size: 12px 12px;
    padding-left: 16px;
}


@media screen and (max-width: 896px) {
    section a.external {
        font-size: 1rem;
    }
}

section h2 {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: inherit;
    text-align: center;
    padding-bottom: 4rem;
    white-space: nowrap;
}

section h2:before {
    content: " ";
    width: 4rem;
    display: block;
    position: absolute;
    border-top: solid 2px #000;
    margin-left: -2rem;
    margin-top: 3.4rem;
    padding-top: 10px;
    left: 50%;
}

section h2:after {
    content: " ";
    font-size: 10px;
    font-family: "Helvetica Neue", Arial;
    font-weight: normal;
    letter-spacing: 1px;
    width: 6rem;
    display: block;
    position: absolute;
    margin-left: -3rem;
    margin-top: 10px;
    padding-top: 10px;
    left: 50%;
}

section.about h2:after {
    content: "About";
}

section.how-to h2:after {
    content: "How to";
}

section.how-to .block {
    width: 56rem;
    margin: auto;
}

section.how-to .block p {
    text-align: left;
}

@media screen and (max-width: 550px) {
    section.how-to .block {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    section.how-to .block p span {
        display: inline;
    }
}

section.distribute h2:after {
    content: "Distribute";
}

section.coupon-image {
    padding: 0;
}

section.complete {
    margin-bottom: 5rem;
}

section.complete h3 {
    font-size: 2.6rem;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

section.complete p.sub {
    font-size: 1.6rem;
}

section.complete p {
    font-weight: bold;
}

section.complete ul {
    width: 36rem;
    font-size: 1.5rem;
    margin: 10px auto;
}

section.end h3 {
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 425px) {
    section.end h3 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 375px) {
    section.complete h3 {
        font-size: 6vw;
    }

    section.complete p {
        font-size: 2.8vw;
    }

    section.complete ul {
        width: 95%;
        font-size: 3.5vw;
        margin: 10px 0px 0 15px;
    }
}

section.form form {
    width: 61rem;
    margin: auto;
}

@media screen and (max-width: 896px) {
    section.form form {
        width: auto;
    }
}

section.form label {
    font-size: 1.2rem;
}

section.form fieldset {
    background: #FFF;
}

section.form .col {
    padding-top: 0;
    padding-bottom: 0;
}

section.form .col.tooltip {
    display: block;
    border: none;
}

section.form .col.tooltip .tooltiptext {
    width: auto;
    font-size: 0.8rem;
    padding: 0 10px;
    top: 100%;
    margin-left: -120px;
}

section.form .col.-tooltip-bottom .tooltiptext::after {
    border-color: transparent transparent #f44336 transparent;
}

section.form .col .email-confirm.invalid {
    border-color: #f44336;
}

section.form .row:first-child {
    padding-top: 15px;
}

section.form .col.m4 {
    line-height: 34px;
}

section.form .required {
    color: #E00;
}

section.form .tips {
    font-size: 1rem;
    margin: -1rem 0 1rem;
}

section.form.confirm .tips {
    opacity: 0;
}

section.form button:disabled,
section.form button:disabled:hover {
    cursor: not-allowed;
    opacity: 1;
    border-color: #c0c0c0 !important;
    background-color: #c0c0c0 !important;
}

section.form .m6.confirm button {
    width: 80%;
}

section.form .m6.confirm.first {
    text-align: right;
}

section.form .m6.confirm.second {
    text-align: left;
}

@media screen and (max-width: 550px) {
    section.form .m6.confirm {
        width: 50%;
    }

    section.form .m6.confirm button {
        width: 100%;
        padding: 10px !important;
    }

    section.form .m6.confirm.first {
        padding-right: 5px;
    }

    section.form .m6.confirm.second {
        padding-left: 5px;
    }
}

section.form .m6.confirm.first {
    text-align: right;
}

section.form .m6.confirm.second {
    text-align: left;
}

@media screen and (max-width: 320px) {
    section.form .agreement label {
        font-size: 0.8rem;
        line-height: 0.9rem;
    }
}

section.form.confirm fieldset {
    position: relative;
    z-index: 2;
    box-shadow: 1px 2px 10px 6px rgba(0, 0, 0, 0.3);
    animation-name: fade-in1;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
}

@keyframes fade-in1 {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

footer {
    padding-top: 2rem;
}

footer .copyright {
    font-size: 0.8rem;
}

.customer-spport {
    position: relative;
    width: 452px;
    height: 83px;
    margin: auto;
    background: url("customer_support.png") no-repeat;
}

@media screen and (max-width: 460px) {
    .customer-spport {
        width: 290px;
        height: 53px;
        background-size: 100%;
    }

    .customer-spport img {
        width: 115px;
        height: 28px;
    }
}

.customer-spport a:hover {
    opacity: 0.7;
}

.customer-spport img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hankoya {
    text-align: center;
    margin: 15px auto 0;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
    animation-name: fade-in1;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
}

.modalbox-modal.error .modalbox-modal-content {
    top: 35%;
}

.modalbox-modal.error .modalbox-modal-content p {
    margin-bottom: 0;
}

.modalbox-modal.error button {
    margin: 0;
}

.spinner {
    left: 0;
    position: fixed;
    top: 50%;
    width: 100%;
    text-align: center;
}

.spinner>div {
    width: 16px;
    height: 16px;
    background-color: #333;
    margin: 5px;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}