/* Your custom styles */

/* Main color */
.m-color {
    background-color: #282B2A !important;
    color: #FFF;
}

/* Accent color */
.a-color {
    background-color: #FFCB3C !important;
}

nav.navbar .form-control {
    max-width: 450px;
    margin: 0 auto;
    font-size: 0.8rem;
}

nav.navbar .btn {
    font-size: 0.8em !important;
}

.software-lp .navbar {
    background-color: #212121 !important;
}

@media (max-width: 575px) {
    nav.navbar {
        width: 100vw;
    }
}

p.payout {
    font-size: 2em !important;
}

section.lp_result p {
    font-size: 1rem;
}

div.countdown_area {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 3rem 0;
    border-top: #FFCB3C 1rem double;
    border-bottom: #FFCB3C 1rem double;
    color: #FFF;
    background-color: #282B2A;
}

div.countdown_timer {
    font-size: 3rem;
    color: #ffff00;
    text-shadow: 0 0 10px #ffd700,0 0 15px #ffd700;
    animation: flash 1s linear infinite;
}

@keyframes flash {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

span.marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.btn {
    text-transform: unset;
}

div.event_area {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 3rem 0;
    border-top: #FFCB3C 1rem double;
    border-bottom: #FFCB3C 1rem double;
    color: #FFF;
    background-color: #FFF;
}

.grad-wrap {
    position: relative;
}
.grad-wrap + .grad-wrap {
    margin-top: 40px;
}
.grad-trigger {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 1em;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    /* background: #009e8f; */
    color: #007bff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    /* box-shadow: 0 0 3px rgba(0,0,0,.3); */
}
.grad-trigger::after {
    /*クリック前のボタンのラベル*/
    content: "続きを読む"
}
.grad-trigger .fa {
    margin-right: .5em;
}
.grad-item {
    position: relative;
    overflow: hidden;
}
.grad-item.is-hide {
    /*隠した後の高さ*/
    height: 17em;
}
.grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    /*グラデーションで隠す高さ*/
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger.is-show {
    /* bottom: -2em; */
}
.grad-trigger.is-show::after {
    /*クリック後にボタンのラベルを変える*/
    content: "閉じる"
}
.grad-trigger.is-show + .grad-item::before {
    display: none;
}

/* 申込フォームへのアンカーリンク */
#page_top{
    width: 90px;
    height: 90px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #ef3f98;
    opacity: 0.8;
    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}
#page_top a::after{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f103';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
#page_top a::before{
    content: 'お申し込み';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

div.overflow {
    overflow: hidden;
}

/* coming soon 筆記体 */
@font-face {
    font-family: "Holland";
    src: url("../font/Holland/Holland.ttf");
}

div.comingsoon {
    font-family: "Holland";
    font-size: 3rem;
    text-align: center;
    margin: 3rem auto 2rem;
}

@media (min-width: 576px) {
    div.comingsoon {
        font-size: 5rem;
        margin: 3rem auto 4rem;
    }
}

@media (min-width: 768px) {
    div.comingsoon {
        font-size: 6rem;
        margin: 0 auto 6rem;
    }
}

@media (min-width: 992px) {
    div.comingsoon {
        font-size: 6rem;
        margin: 0 auto 7rem;
    }
}

@media (min-width: 1200px) {
    div.comingsoon {
        font-size: 6rem;
        margin: 0 auto 8rem;
    }
}
/* coming soon 筆記体 */
