@import url(https://fonts.cdnfonts.com/css/source-sans-pro);
@media (max-width:1024px) {
    .only-pc {
        display: none !important
    }
}

@media (min-width:1025px) {
    .only-sp {
        display: none !important
    }
}

.smart-top {
    margin-top: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.smart-top_txt {
    padding-top: 220px;
    padding-right: 100px
}

.smart-top_txt .ttl {
    font-size: 110px;
    color: #0042a9;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 20px
}

.smart-top_txt .sub {
    font-size: 22px;
    color: #0042a9;
    font-weight: 700
}

.smart-top_txt .desc {
    padding-top: 65px;
    line-height: 42px
}

.smart-top_img {
    width: 72%
}

@media (max-width:1440px) {
    .smart-top_txt {
        padding-top: 120px;
        padding-right: 100px
    }

    .smart-top_txt .ttl {
        font-size: 90px
    }

    .smart-top_txt .sub {
        font-size: 16px
    }

    .smart-top_txt .desc {
        padding-top: 35px;
        line-height: 31px;
        font-size: 11px
    }
}

@media (max-width:1024px) {
    .smart-top {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .smart-top_img {
        width: 100%
    }

    .smart-top_txt {
        padding: 20px 0 0
    }

    .smart-top_txt .ttl {
        font-size: 40px
    }

    .smart-top_txt .desc {
        padding-top: 25px;
        font-size: 14px;
        line-height: 40px
    }
}

#smart-thumb {
    margin-top: 80px
}

#smart-thumb .smart-thumb_item {
    width: 25%
}

#smart-thumb .smart-thumb_item:nth-child(2) {
    padding-top: 48px
}

#smart-thumb .smart-thumb_item img {
    width: 100%
}

@media (max-width:1024px) {
    #smart-thumb {
        margin-top: 40px
    }

    #smart-thumb .smart-thumb {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #smart-thumb .smart-thumb_item {
        width: 50%
    }

    #smart-thumb .smart-thumb_item:last-child,
    #smart-thumb .smart-thumb_item:nth-child(2) {
        padding-top: 0
    }
}

.smart-article {
    margin-top: 252px;
    -webkit-column-gap: 115px;
    -moz-column-gap: 115px;
    column-gap: 115px
}

.smart-article_head {
    padding-top: 160px;
    text-transform: uppercase;
    color: #0042a9;
}

.smart-article_head .ttl {
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 10px
}

.smart-article_head span {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 6px
}

.smart-article_body {
    margin-top: 50px
}

.smart-article_body h3 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    padding-bottom: 12px
}

.smart-article_body p {
    line-height: 36px
}

.smart-article_item:not(:last-child) {
    margin-bottom: 20px
}

@media (max-width:1440px) {
    .smart-article {
        margin-top: 190px;
        -webkit-column-gap: 75px;
        -moz-column-gap: 75px;
        column-gap: 75px
    }

    .smart-article_head {
        padding-top: 100px
    }

    .smart-article_head .ttl {
        font-size: 48px
    }

    .smart-article_head span {
        font-size: 30px
    }

    .smart-article_body {
        margin-top: 30px
    }

    .smart-article_body h3 {
        font-size: 16px
    }

    .smart-article_body .f-bold {
        font-weight: 700
    }

    .smart-article_body p {
        font-size: 11px
    }
}

@media (max-width:1024px) {
    .smart-article {
        margin-top: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .smart-article_head {
        padding-top: 30px
    }

    .smart-article_head .ttl {
        font-size: 32px
    }

    .smart-article_head span {
        font-size: 20px
    }
}

.smart-mesh {
    background-color: #f8dc45;
    margin-top: 100px
}

.smart-mesh_info {
    padding: 136px 105px
}

.smart-mesh_info .ttl {
    text-transform: uppercase;
    font-size: 64px;
    color: #c60;
    letter-spacing: 10px;
    padding-bottom: 20px
}

.smart-mesh_info .desc {
    line-height: 36px;
    font-weight: 700
}

.smart-mesh_img {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 53.57%;
    -ms-flex-preferred-size: 53.57%;
    flex-basis: 53.57%
}

@media (max-width:1440px) {
    .smart-mesh_info {
        padding: 5%
    }

    .smart-mesh_info .ttl {
        font-size: 48px;
        padding-bottom: 15px
    }

    .smart-mesh_info .desc {
        font-size: 11px;
        line-height: 27px
    }
}

@media (max-width:1024px) {
    .smart-mesh {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 40px -20px 0
    }

    .smart-mesh_img {
        width: 100%
    }
}

.smart-shop {
    margin: 185px 0;
    padding: 0 85px;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px
}

.smart-shop_item {
    width: 700px;
    position: relative
}

.smart-shop_thumb {
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.smart-shop_thumb img {
    -webkit-box-decoration-break: block;
    box-decoration-break: block;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1
}

.smart-shop_info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
    text-align: center
}

.smart-shop_info .smart {
    font-size: 24px
}

.smart-shop_info .name {
    font-size: 36px;
    font-weight: 600;
}

.smart-shop_info .online {
    font-size: 48px;
    padding-bottom: 50px
}

.smart-shop_info .btn-view-more {
    font-family: "Shippori Mincho",serif;
}

@media (max-width:1440px) {
    .smart-shop {
        margin: 140px 0
    }

    .smart-shop .smart {
        font-size: 18px
    }

    .smart-shop .name {
        font-size: 38px
    }

    .smart-shop .online {
        font-size: 36px
    }
}

@media (max-width:1024px) {
    .smart-shop {
        margin: 40px 0;
        padding: 0;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }

    .smart-shop_item {
        width: 50%
    }
}


@media (max-width:768px) {
    .smart-shop_info .name,
    .smart-shop_info .online,
    .smart-mesh_info .desc,
    .smart-article_body p {
        font-size: 14px;
    }

    .smart-article_head .ttl {
        font-size: 26px
    }

    .smart-mesh_info .ttl {
        font-size: 40px;
    }
}

@media (max-width:640px) {
    .smart-shop {
        margin: 20px 0
    }

    .smart-shop_info .btn-view-more,
    .smart-shop_info .smart {
        font-size: 14px
    }

    .smart-shop_info .online {
        padding-bottom: 20px
    }
}