nav.top-nav
{
    position: sticky;
    top: 54px;
    overflow-x: auto;
    background-color: #fff;
}
nav.top-nav::-webkit-scrollbar
{
    display: none;
}
nav.top-nav .wrap
{
    display: flex;
    flex-wrap: nowrap;
}
nav.top-nav .wrap a
{
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 15px;
    white-space: nowrap;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

@media screen and (min-width: 768px)
{
    nav.top-nav .wrap
    {
        display: -webkit-box;
    }
    nav.top-nav .wrap li
    {
        flex-basis: 200px;
    }
    nav.top-nav .wrap li a
    {
        width: 100%;
        text-align: center;
    }
}
.grid-items
{
    display: flex;
    flex-wrap: wrap;
}
.grid-items article
{
    width: 50%;
    padding: 15px;
    border-right: .1em solid #ddd;
    border-bottom: .1em solid #ddd;
}
.grid-items article img
{
    width: 100%;
    height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
}
.grid-items article p
{
    font-size: 12px;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    margin: 15px 0 10px;
    color: #373a3c;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.grid-items article small,
.grid-items article span
{
    font-size: 11px;
    color: #707070;
}
.grid-items article span
{
    display: block;
    text-align: right;
}
.grid-items article span object
{
    display: inline-block;
    margin-right: 5px;
}

@media screen and (min-width: 768px)
{
    .grid-items article
    {
        width: 20%;
    }
    .grid-items article img
    {
        height: 200px;
    }
}
.themes
{
    overflow-x: auto;
}
.themes::-webkit-scrollbar
{
    display: none;
}
.themes .wrap
{
    display: flex;
    flex-wrap: nowrap;
}
.themes li
{
    padding: 10px;
}
.themes li a
{
    display: inline-block;
    width: 100px;
    height: 150px;
    white-space: nowrap;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.themes li p
{
    font-size: .8rem;
    text-align: center;
}

@media screen and (min-width: 768px)
{
    .themes
    {
        overflow-x: hidden;
    }
    .themes .wrap
    {
        justify-content: space-between;
    }
}
.id-search
{
    background-color: #6aa74e;
}

body span.color-blue
{
    border-bottom: 1px solid #53dede;
}
body .color-blue
{
    color: #53dede;
}
body .under
{
    margin-top: 20px;
    background: linear-gradient(transparent 70%, #ffcb15 70%);
}
body .bg-blue
{
    background-color: #c2f9f6;
}
body .bg-lightblue
{
    background-color: #daf4fd;
}
body .border-top-blue
{
    border-top: solid 1px #53dede;
}
body label
{
    margin-bottom: 18px;
}

header
{
    position: fixed;
    z-index: 3;
    width: 100%;
    background-color: #fff;
}
header .logo
{
    width: 35%;
}
header .navbar-expand .navbar-nav
{
    margin-right: 49px;
}
header .navbar-expand .navbar-nav .nav-link
{
    padding-right: 1rem;
    padding-left: 1rem;
    color: #333;
}
header svg
{
    display: none;
}
header .sp-menu
{
    display: none;
}

.body-bg
{
    margin: 0;
    padding-top: 125px;
    background-color: #c2f9f6;
    background-image: url("../../img/home/bg.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.body-bg .bg-main
{
    height: auto;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #53dede;
}
.body-bg .bg-main .title
{
    width: 50%;
}
.body-bg .bg-main .app-store
{
    width: 20%;
}
.body-bg .bg-main .google-play
{
    width: 25%;
    margin-left: 60px;
}
.body-bg .bg-main .icon-img
{
    z-index: 1;
    top: 14%;
    left: 70%;
    width: 24%;
}
.body-bg .bg-main .icon-img.icon-pc
{
    display: block;
}
.body-bg .bg-main .icon-img.icon-sp
{
    display: none;
}
.body-bg .top-sp
{
    width: 85%;
}

.about p
{
    text-align: center;
}
.about .youtube
{
    display: block;
    width: 100%;
    margin: 40px auto 0;
}

.feature-pc
{
    display: block;
}
.feature-pc img
{
    width: 100%;
}
.feature-pc .mt-150
{
    margin-top: 150px;
}
.feature-pc .card
{
    border: none;
}
.feature-pc .card .card-img-overlay
{
    top: 18%;
    padding: 0;
}
.feature-pc .card .card-img-overlay h4
{
    width: 63%;
    padding: 20px 20px 10px 100px;
    background-color: #fff;
}
.feature-pc .card .card-img-overlay p
{
    width: 63%;
    padding: 10px 20px 20px 100px;
    background-color: #fff;
}
.feature-pc .card .card-img-overlay.feature-2
{
    top: 27%;
    text-align: -webkit-right;
}
.feature-pc .card .card-img-overlay.feature-2 h4
{
    width: 60%;
    padding: 20px 20px 10px 25px;
}
.feature-pc .card .card-img-overlay.feature-2 p
{
    width: 60%;
    padding: 10px 20px 20px 25px;
}
.feature-pc .card .card-img-overlay.feature-3
{
    top: 10%;
}
.feature-pc .card .card-img-overlay.feature-3 h4,
.feature-pc .card .card-img-overlay.feature-3 p
{
    width: 62%;
}
.feature-pc .card .card-img-overlay.feature-4
{
    top: 15%;
    text-align: -webkit-right;
}
.feature-pc .card .card-img-overlay.feature-4 h4
{
    width: 60%;
    padding: 20px 20px 10px 50px;
}
.feature-pc .card .card-img-overlay.feature-4 p
{
    width: 60%;
    padding: 10px 20px 20px 50px;
}
.feature-pc .card .card-img-overlay.feature-5
{
    top: 20%;
}
.feature-pc .card .card-img-overlay.feature-5 h4
{
    width: 65%;
    padding-top: 35px;
}
.feature-pc .card .card-img-overlay.feature-5 p
{
    width: 65%;
    padding-bottom: 35px;
}
.feature-pc .card .feature-bg
{
    width: 95%;
}
.feature-pc .card .feature-3-img
{
    z-index: 2;
    top: 5%;
    right: 0;
    width: 42%;
}
.feature-pc .card .feature-4-img
{
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 95%;
}
.feature-pc .card .feature-5-img
{
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 44%;
}

.feature-sp
{
    display: none;
}

.next-pc
{
    display: block;
}

.next-sp
{
    display: none;
}

.next-img
{
    width: 45%;
}

.contact-pc
{
    display: block;
}

.contact-sp
{
    display: none;
}

.btn-blue
{
    margin-top: 70px;
    padding: 7px 50px;
    color: #fff;
    background-color: #53dede;
}

.footer-pc
{
    display: block;
    height: auto;
    padding-top: 100px;
}
.footer-pc .footer-logo
{
    width: 60%;
    margin-top: 20px;
}
.footer-pc .app-store
{
    width: 20%;
    margin-top: 10px;
}
.footer-pc .google-play
{
    width: 25%;
    margin-top: 10px;
}
.footer-pc .navbar-expand .navbar-nav
{
    margin: 0 auto;
}
.footer-pc .navbar-expand .navbar-nav .nav-link
{
    padding-right: 2rem;
    padding-left: 2rem;
}
.footer-pc .footer-img
{
    z-index: 0;
    bottom: 0;
}
.footer-pc .footer-left,
.footer-pc .footer-right
{
    position: inherit;
    z-index: 1;
    top: 18px;
}

.footer-sp
{
    display: none;
}

.mt-200
{
    margin-top: 200px;
}

@media screen and (max-width: 1200px)
{
    .footer-pc .footer-left,
    .footer-pc .footer-right
    {
        top: 35px;
    }
}
@media screen and (max-width: 1024px)
{
    header .navbar-expand .navbar-nav
    {
        margin: 0;
    }
    header .navbar-expand .navbar-nav .nav-link
    {
        width: 150px;
        text-align: center;
    }
    .about .youtube
    {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 0;
        padding: 30px 0 56.25%;
    }
    .about .youtube iframe
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 991px)
{
    body h5
    {
        font-size: 19px;
    }
    body p
    {
        font-size: 14px;
    }
    body .h5
    {
        font-size: 16px;
    }
    body span.small
    {
        font-size: 10px;
    }
    header nav .header-logo
    {
        margin-left: 10px;
    }
    header nav .logo
    {
        width: 60%;
    }
    header nav svg
    {
        display: block;
        width: 50px;
    }
    header nav ul.navbar-nav
    {
        display: none;
    }
    header .sp-menu li a
    {
        font-size: 20px;
        padding: 30px 40px;
        color: #333;
    }
    header .close-btn
    {
        display: none;
    }
    .body-bg
    {
        padding-top: 30px;
    }
    .body-bg .bg-main
    {
        height: 570px;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        background-color: #53dede;
    }
    .body-bg .bg-main h3
    {
        font-size: 18px;
        margin-top: 37px;
    }
    .body-bg .bg-main p
    {
        font-size: 12px;
    }
    .body-bg .bg-main .title
    {
        width: 50%;
    }
    .body-bg .bg-main .app-store
    {
        width: 170px;
    }
    .body-bg .bg-main .google-play
    {
        width: 215px;
        margin-left: 10px;
    }
    .body-bg .bg-main .icon-img
    {
        top: 83%;
        left: 4%;
        width: 200px;
    }
    .body-bg .bg-main .icon-img.icon-pc
    {
        display: none;
    }
    .body-bg .bg-main .icon-img.icon-sp
    {
        display: block;
    }
    .body-bg .top-sp
    {
        margin-top: 50px;
    }
    .about p
    {
        text-align: left;
    }
    .feature-pc
    {
        display: none;
    }
    .feature-sp
    {
        display: block;
        padding-bottom: 1%;
    }
    .feature-sp .sub-title
    {
        font-size: 17px;
    }
    .feature-sp .feature-1-sp img
    {
        bottom: 0;
    }
    .feature-sp .feature-1-sp .detail-1
    {
        padding-bottom: 40%;
    }
    .feature-sp .feature-2-sp img
    {
        bottom: 0;
    }
    .feature-sp .feature-2-sp .detail-2
    {
        padding-bottom: 70%;
    }
    .feature-sp .feature-3-sp img
    {
        bottom: 0;
    }
    .feature-sp .feature-3-sp img.hand
    {
        right: 0;
        bottom: -16%;
        width: 70%;
    }
    .feature-sp .feature-3-sp .detail-3
    {
        padding-bottom: 47%;
    }
    .feature-sp .feature-4-sp img
    {
        bottom: 0;
    }
    .feature-sp .feature-4-sp .detail-4
    {
        padding-bottom: 85%;
    }
    .feature-sp .feature-5-sp img
    {
        bottom: 0;
    }
    .feature-sp .feature-5-sp .detail-5
    {
        padding-bottom: 85%;
    }
    .next-pc
    {
        display: none;
    }
    .next-sp
    {
        display: block;
    }
    .next-sp .next-img-sp-1
    {
        width: 63%;
        margin-right: 11%;
    }
    .next-sp .next-img-sp-2
    {
        width: 75%;
    }
    .contact-pc
    {
        display: none;
    }
    .contact-sp
    {
        display: block;
    }
    .btn-blue
    {
        margin-top: 10px;
        padding: 7px 50px;
        color: #fff;
        background-color: #53dede;
    }
    .footer-pc
    {
        display: none;
    }
    .footer-sp
    {
        display: block;
        background-color: #53dede;
    }
    .footer-sp .app-store
    {
        width: 25%;
    }
    .footer-sp .google-play
    {
        width: 32%;
    }
    .footer-sp .footer-img
    {
        margin-left: 14%;
    }
}
@media screen and (max-width: 576px)
{
    .body-bg .bg-main
    {
        height: 500px;
    }
    .body-bg .bg-main .app-store
    {
        width: 100px;
    }
    .body-bg .bg-main .google-play
    {
        width: 125px;
        margin-left: 40px;
    }
    .body-bg .bg-main .icon-img
    {
        top: 73%;
        left: 4%;
        width: 130px;
    }
    .body-bg .bg-main .icon-img.icon-pc
    {
        display: none;
    }
    .body-bg .bg-main .icon-img.icon-sp
    {
        display: block;
    }
    .body-bg .top-sp
    {
        margin-top: 55px;
    }
    .footer-sp .app-store
    {
        width: 40%;
    }
    .footer-sp .google-play
    {
        width: 48%;
    }
    .footer-sp .footer-img
    {
        margin-left: 14%;
    }
}
