body {
    font-family: 'Prata', 'Noto Serif JP', 'Book Antiqua' serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #828282;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    background-image: url("../images/yourikoOnly2020.png");
    background-repeat: no-repeat;
    background-position: fixed;
    background-size: contain;
}

button {
    text-rendering: auto;
    color: #fff;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    /* box-sizing: ; */
    margin: 0em;
    font: 400 13.3333px Arial;
    /* padding: 10px 60px; */
    /* width: 167px; */
    height: 55px;
    border-style: solid;
    /* border-width: 2px; */
    background: rgba(255, 255, 255, 0);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

h1 {
    font-size: 60px;
    text-align: left
}

h2 {
    font-family: 'Cormorant Garamond', serif;
    color: rgb(255, 198, 212);
    font-weight: 300;
    margin-bottom: 30px;
    background-image: url('../images/h2back.png');
    opacity: 0.1;
    background-position: center;
    background-repeat: no-repeat;
}

h3 {
    font-family: 'Noto Serif JP', serif;
    color: #3bc1ff;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Noto Serif JP', serif;
    color: #014f74;
    font-weight: 400;
    margin-bottom: 60px
}

h5 {
    color: #333c4d;
    font-weight: 400;
    margin-bottom: 20px
}

p {
    font-family: 'Prata', 'Noto Serif JP', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #828282;
    padding-bottom: 15px
}

table {
    float: center;
    font-size: 26px;
}

tr {
    margin-bottom: 10px;
}

th {
    text-align: left;
    font-weight: 700;
    color: #009be3;
}

td {
    font-family: 'Noto Serif JP', serif;
    text-align: left;
    padding-inline-start: 18px;
}

@font-face {
    font-family: 'FontAwesome';
    src: local('FontAwesome')
}

ul li {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 27px;
    list-style-type: disc;
    color: #828282
}

.split-list ul {
    float: left;
    margin-left: 45px;
    text-align: left;
}

.split-list li {
    padding-right: 10px;
}

a {
    color: #3bc1ff;
    text-decoration: underline;
}

a:hover {
    color: rgb(255, 198, 212)
}

a h4:hover {
    text-decoration: underline
}

img {
    max-width: 100%;
    height: auto
}

.branding img#logo {
    max-width: initial;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: -15px;
}

.clear {
    clear: both
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.caption {
    text-align: center;
    margin-bottom: 70px
}

.btn-cta-primary {
    color: #fff!important;
    padding: 15px 30px 15px 30px!important;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 2px;
    transition: all .2s ease-in-out;
    position: relative;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500
}

.btn-cta-blue {
    background-color: #0785f2
}

.btn-cta-blue:hover {
    background-color: #fff;
    color: #0785f2!important
}

a.more {
    transition: all .2s ease-in-out;
    font-size: 14px!important;
    margin-top: 10px;
    font-weight: 400
}

a.more:hover * {
    color: #0785f2;
    padding-left: 10px
}

a.more i.fa {
    font-size: 15px!important;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    transition: all .2s ease-in-out
}

a.more i.fa:hover {
    color: #009be3
}

#top-nav {
    transition: all .2s linear 0s;
}

.navbar-fixed-top {
    background-color: transparent;
    border: 0;
}

.navbar-fixed-top li a {
    color: rgb(255, 225, 225);
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: color .3s, border .3s
}

.navbar-fixed-top .navbar-nav .activenav a {
    color: rgb(149, 225, 255);
    border-bottom: 1px solid #fff
}

.navbar-nav>li>a {
    border-bottom: 1px solid transparent;
    transition: color .3s, border .3s
}

.navbar-fixed-top .navbar-nav>li>a:hover {
    border-bottom: 1px solid rgb(255, 225, 225)
}

.fixed-header {
    background: rgb(255, 225, 225, .7)!important;
    box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .1)
}

.fixed-header .navbar-nav>li>a {
    color: #828282;
    opacity: 1
}

.fixed-header .navbar-nav .activenav a {
    color: rgb(149, 225, 255)!important;
    border-bottom: 1px solid rgb(149, 225, 255)
}

.fixed-header .navbar-nav .activenav a:hover {
    border-bottom: 1px solid rgb(149, 225, 255)
}

.fixed-header .navbar-nav>li>a:hover {
    border-bottom: 1px solid #111
}

#top-nav.navbar-scroll-changed {
    background: 0;
    margin: 0 auto;
    border: 0;
}

.hero-overlay {
    /* background: rgba(255, 255, 255, 0.1); */
    height: 60vw;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.hero-image #home {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden
}

.main-message {
    position: absolute;
    text-align: start;
    top: 76%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    width: 60%;
}

.main-message h1 {
    font-family: 'Spectral', 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff
}

.main-message p {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    color: #fff
}

.section #memento {
    background: rgba(0, 0, 0);
}

.title {
    text-align: center;
    margin-bottom: 50px;
}

.title p {
    font-size: 14px;
    color: #9d9d9d
}

.title h2 {
    margin-bottom: 15px!important
}

p.description {
    font-size: 14px;
    font-weight: 400;
    text-align: center!important;
    padding-bottom: 5px;
    max-width: 450px;
    margin: 0 auto
}

p.description-image {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .4px;
    padding: 15px 230px;
    line-height: 25px
}

.zig-zag {
    margin-bottom: 100px
}

.zig-zag h2 {
    margin-top: 70px
}

.zig-zag-right p {
    text-align: right
}

.zig-zag-right h2 {
    text-align: right
}

#features {
    margin-bottom: 70px;
    padding-top: 50px;
    background-color: #f6f8fa
}

#features i.fa {
    font-size: 50px;
    color: #0785f2;
    position: relative;
    text-align: center;
    margin-bottom: 10px
}

#features h3 {
    color: #222
}

#features .caption p {
    padding-left: 10px;
    padding-right: 10px
}

#testimonials .carousel-indicators li {
    background-color: #000;
    background-color: rgba(70, 70, 70, .25)
}

#testimonials .carousel-indicators .active {
    background-color: transparent;
    border: 2px solid #0785f2
}

.carousel-inner .item {
    min-height: 320px
}

#testimonials .carousel-inner blockquote {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    font-weight: 300;
    color: #111
}

.carousel-indicators {
    top: 110%
}

a.company img {
    margin: 0 auto 10px;
    margin-bottom: 30px;
    width: auto
}

span.author {
    font-size: 13px;
    color: #828282!important;
    font-weight: 500
}

span.author img {
    display: block;
    height: 54px;
    margin: 0 auto 10px;
    margin-top: 30px;
    width: auto
}

#services a img {
    transition: all .2s ease-in-out
}

#services a img {
    border: 2px solid #fff
}

#services a img:hover {
    border: 2px solid #0785f2
}

#plan {
    padding-bottom: 70px
}

.price-table {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    transition: all .2s ease-in-out;
    cursor: pointer;
    margin-left: 0
}

.price-table i.fa {
    color: #d6d6d6;
    font-size: 40px
}

.price-table h6 {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #828282;
    font-weight: 400
}

span.price {
    font-size: 70px;
    font-weight: 300;
    color: #333c4d
}

span.dollar {
    vertical-align: top;
    font-size: 17px!important;
    display: inline-block;
    margin-top: 15px;
    color: #222
}

.price-table ul.features {
    margin-top: 10px
}

.price-table ul.features li {
    font-size: 14px;
    line-height: 37px
}

.price-table:hover {
    background-color: #0785f2;
    margin-top: -20px;
    z-index: 10;
    border: 0
}

.price-table:hover * {
    color: #fff!important
}

.mail-form {
    position: initial;
    background: url('../images/youriko_footer.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden
}

.mail-form .overlay {
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* height: 700px; */
}

.mail-form .text {
    position: absolute;
    text-align: center;
    top: 48%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.mail-form h1 {
    margin-bottom: 15px !important;
    margin-top: 0
}

.mail-form label {
    color: rgb(255, 198, 212);
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}

.mail-form input,
textarea,
select {
    color: #fff;
    width: 30vw;
    background: rgba(255, 198, 212, 0.2);
}

.mail-form option {
    color: #000;
    background: rgb(255, 173, 194);
}

.mail-form textarea {
    height: 244px;
    color: #fff;
}

.mail-form .text h1 {
    color: #fff
}

.btn-cta-buy {
    background-color: #0785f2;
    margin-top: 0
}

.btn-cta-buy:hover {
    background-color: #fff;
    color: #0785f2!important;
    margin-top: 0
}

#footer {
    margin-bottom: 0;
    background-color: #222;
    padding-top: 50px
}

.footer-section {
    margin-bottom: 30px
}

img.logo-footer {
    margin-top: -15px
}

.copyright {
    color: #828282;
    margin-bottom: 10px;
    margin-right: -15px;
    /* font-size: 16px */
}

.twitter-tweet {
    display: inline-block;
}

.copyright table,
tr,
td {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-inline-start: unset;
}

.copyright a {
    padding-bottom: unset;
    color: #828282;
    text-decoration-line: initial;
}

.copyright p {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 12px;
}

#success {
    display: none;
}

#sorry {
    display: none;
}

#twitter_icon {
    /* margin-top: 40px; */
    height: 60px;
}

.about {
    margin-top: 20em;
}

@media (max-width: 990px) {
    p.description-image {
        padding: 0!important
    }
    .branding img#logo {
        margin-left: -60px;
    }
    .hero-overlay {
        height: 45em;
    }
    .zig-zag {
        text-align: center;
        margin-bottom: 40px
    }
    .zig-zag-right * {
        text-align: center!important;
        margin-bottom: 20px
    }
    .carousel-indicators {
        position: relative;
        clear: both;
        margin-bottom: 30px;
        left: 50%
    }
}

@media (max-width: 768px) {
    body {
        background-position-y: 65px;
    }
    .branding img#logo {
        max-width: initial;
        height: 50px;
        margin-left: -15px;
    }
    .navbar-fixed-top {
        background: rgba(255, 255, 255, .2)!important;
        box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .1);
    }
    .nav>li {
        text-align: right;
    }
    .navbar-default .navbar-nav>li>a {
        color: #0785f2;
        opacity: 1;
        line-height: 20px!important;
        margin-left: 0!important;
    }
    .navbar-fixed-top .navbar-toggle .icon-bar {
        background-color: #757d8a!important
    }
    .navbar-fixed-top .navbar-nav .activenav a {
        color: #222;
        border-bottom: 1px solid #0785f2
    }
    .main-message {
        top: 30em;
    }
    .main-message h1 {
        font-weight: 300;
        font-size: 60px;
    }
    .main-message p {
        font-size: 16px;
    }
    /* .news {
        margin-top: 20em;
    } */
    .about {
        margin-top: 0em;
    }
    .mail-form {
        background-image: url('../images/youriko_footer_mobile.png');
    }
    .mail-form h1 {
        font-size: 35px;
        font-weight: 400
    }
    .mail-form input,
    textarea,
    select {
        width: 80%;
    }
}

@media (max-width: 450px) {
    .copyright {
        float: left!important;
        margin-bottom: 20px;
        margin-top: -15px
    }
    .branding img#logo {
        margin-left: -25px;
    }
    .zig-zag h2 {
        margin-top: 30px
    }
    .hero-overlay {
        height: 38em;
    }
    .main-message {
        top: 70%;
        width: 70%;
    }
}

@media (max-width: 650px) {
    .footer-section {
        text-align: center!important
    }
    p.copyright {
        float: none!important;
        margin-left: 0!important
    }
}

@media (max-width: 768px) {
    .price-table {
        margin: 30px!important
    }
}

@media (max-width: 600px) {
    .main-message h1 {
        font-size: 40px!important
    }
}